Skip to content

Instantly share code, notes, and snippets.

@xmunoz
Last active September 12, 2017 23:44
Show Gist options
  • Save xmunoz/306631f17e340856e9c3b45db7680618 to your computer and use it in GitHub Desktop.
Save xmunoz/306631f17e340856e9c3b45db7680618 to your computer and use it in GitHub Desktop.

Cheatsheet

Confirming protections

rabin2 -I something.bin
checksec something.bin

**Function names and locations **

# imported
rabin2 -i something.bin
# written
rabin2 -qs something.bin | grep -ve imp -e ' 0 '
nm ret2win|grep ' t '

Strings

rabin2 -z something.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment