update strace data source

master
Mr. Robot 3 years ago committed by GitHub
parent 1e83606022
commit 110bfde6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,11 @@
{
"functions": {
"file-write": [
{
"description": "The data to be written appears amid the syscall log, quoted and with special characters escaped in octal notation. The string representation will be truncated, pick a value big enough. More generally, any binary that executes whatever syscall passing arbitrary data can be used in place of 'strace - [data]'.",
"code": "strace -s 999 -o [file] strace - [data]\n"
}
],
"shell": [
{
"code": "strace -o /dev/null /bin/sh"
@ -16,4 +22,4 @@
}
]
}
}
}

Loading…
Cancel
Save