Skip to content

Instantly share code, notes, and snippets.

@radare
Created October 14, 2014 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radare/342cefab6b7f732e6638 to your computer and use it in GitHub Desktop.
Save radare/342cefab6b7f732e6638 to your computer and use it in GitHub Desktop.
r2 macros and address information oneliners
```
[0x7f90d08b8ce0]> "(foo x,?e $0,?e `ai@$0`)"
[0x7f90d08b8ce0]> .(foo rsp)
rsp
read write flag stack
[0x7f90d08b8ce0]> .(foo rip)
rip
exec read flag
[0x7f90d08b8ce0]>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment