diff options
-rw-r--r-- | radare2.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/radare2.txt b/radare2.txt index e65651d..878d3e4 100644 --- a/radare2.txt +++ b/radare2.txt @@ -4,12 +4,19 @@ # toc ------ |help| + |relocation| # help *help* ======= ?*~<kw> # '?*' list all commands and '~' grep for <kw> ?*... # .. and '...' get an interactive search hud +# relocation *relocation* +============= + > r2 -B <baddr> <exe> # open <exe> mapped to addr <baddr> + oob <addr> # reopen current file at <baddr> + + -------------------------------------------------------------------------------- vim:sts=2:et:tw=80:cc=80:fo+=t:ft=help |