blob: 878d3e471913a14a83634e505d66162d9bfe6c24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
.:: 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
|