Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nathanjackson/1536bc9791020221cbb6effa19bbcb07 to your computer and use it in GitHub Desktop.
Save nathanjackson/1536bc9791020221cbb6effa19bbcb07 to your computer and use it in GitHub Desktop.
Magic strace command
magic strace command:
strace -tt -yy -y -f -e trace=openat,open,read,write,pipe,socket,dup2,clone,close -s 10000 -o /tmp/strace.log ./tool
since i keep searching for this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment