aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/radare2.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/radare2.md')
-rw-r--r--src/radare2.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/radare2.md b/src/radare2.md
deleted file mode 100644
index 673c911..0000000
--- a/src/radare2.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# radare2(1)
-
-## print
-```markdown
-
- pd <n> [@ <addr>] # print disassembly for <n> instructions
- # with optional temporary seek to <addr>
-```
-
-## flags
-```markdown
- fs # list flag-spaces
- fs <fs> # select flag-space <fs>
- f # print flags of selected flag-space
-```
-
-## help
-```markdown
- ?*~<kw> # '?*' list all commands and '~' grep for <kw>
- ?*~... # '..' less mode /'...' interactive search
-```
-
-## relocation
-```markdown
- > r2 -B <baddr> <exe> # open <exe> mapped to addr <baddr>
- oob <addr> # reopen current file at <baddr>
-```