From fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 19 Apr 2020 22:13:44 +0200 Subject: added new hierarchy --- src/misc/radare2.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/misc/radare2.md (limited to 'src/misc/radare2.md') diff --git a/src/misc/radare2.md b/src/misc/radare2.md new file mode 100644 index 0000000..673c911 --- /dev/null +++ b/src/misc/radare2.md @@ -0,0 +1,27 @@ +# radare2(1) + +## print +```markdown + + pd [@ ] # print disassembly for instructions + # with optional temporary seek to +``` + +## flags +```markdown + fs # list flag-spaces + fs # select flag-space + f # print flags of selected flag-space +``` + +## help +```markdown + ?*~ # '?*' list all commands and '~' grep for + ?*~... # '..' less mode /'...' interactive search +``` + +## relocation +```markdown + > r2 -B # open mapped to addr + oob # reopen current file at +``` -- cgit v1.2.3