From 15230bbb9b1f69def9b0e1b41a097638c0fda734 Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 28 Apr 2020 09:11:18 +0000 Subject: deploy: fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e --- misc/radare2.html | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 misc/radare2.html (limited to 'misc/radare2.html') diff --git a/misc/radare2.html b/misc/radare2.html new file mode 100644 index 0000000..0906f41 --- /dev/null +++ b/misc/radare2.html @@ -0,0 +1,238 @@ + + + + + + radare2 - Notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + +
+
+

radare2(1)

+

print

+

+  pd <n> [@ <addr>]     # print disassembly for <n> instructions
+                        # with optional temporary seek to <addr>
+
+

flags

+
  fs            # list flag-spaces
+  fs <fs>       # select flag-space <fs>
+  f             # print flags of selected flag-space
+
+

help

+
  ?*~<kw>       # '?*' list all commands and '~' grep for <kw>
+  ?*~...        # '..' less mode /'...' interactive search
+
+

relocation

+
  > r2 -B <baddr> <exe>         # open <exe> mapped to addr <baddr>
+  oob <addr>                    # reopen current file at <baddr>
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3