You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
425 B
JSON

{
"description": "The file appears amid the binary content of the archive.",
"functions": {
"file-read": [
{
"code": "ar r \"[output]\" \"[file]\"\ncat \"[output]\"\n"
}
],
"suid": [
{
"code": "./ar r \"[output]\" \"[file]\"\ncat \"[output]\"\n"
}
],
"sudo": [
{
"code": "sudo ar r \"[output]\" \"[file]\"\ncat \"[output]\"\n"
}
]
}
}