blob: 79402d3eb2826fe6902a747e3be5a51540612c02 (
plain) (
tree)
|
|
.:: radare2 ::.
--------------------------------------------------------------------------------
# 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
|