diff options
Diffstat (limited to 'radare2.txt')
-rw-r--r-- | radare2.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/radare2.txt b/radare2.txt index 79402d3..1706d77 100644 --- a/radare2.txt +++ b/radare2.txt @@ -3,9 +3,22 @@ # toc ------ + |print| + |flags| |help| |relocation| +# print *print* +======= + pd <n> [@ <addr>] # print disassembly for <n> instructions + # with optional temporary seek to <addr> + +# flags *flags* +======= + fs # list flag-spaces + fs <fs> # select flag-space <fs> + f # print flags of selected flag-space + # help *help* ======= ?*~<kw> # '?*' list all commands and '~' grep for <kw> |