blob: 79402d3eb2826fe6902a747e3be5a51540612c02 (
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
|