aboutsummaryrefslogtreecommitdiffhomepage
path: root/radare2.txt
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.de>2019-07-07 17:53:57 +0200
committerjohannst <johannes.stoelp@gmail.de>2019-07-07 17:53:57 +0200
commit4fb191bf17f75a89826be3e1ff9034eb40c7e80c (patch)
tree6cc80404ff74df0011d936d27e1764e10fa8cba2 /radare2.txt
parenta20ebf65bfc2a1d56964c6e90557ff009730c6b3 (diff)
downloadnotes-4fb191bf17f75a89826be3e1ff9034eb40c7e80c.tar.gz
notes-4fb191bf17f75a89826be3e1ff9034eb40c7e80c.zip
added radare2 notes
Diffstat (limited to 'radare2.txt')
-rw-r--r--radare2.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/radare2.txt b/radare2.txt
new file mode 100644
index 0000000..e65651d
--- /dev/null
+++ b/radare2.txt
@@ -0,0 +1,15 @@
+.:: radare2 ::.
+--------------------------------------------------------------------------------
+
+# toc
+------
+ |help|
+
+# help *help*
+=======
+ ?*~<kw> # '?*' list all commands and '~' grep for <kw>
+ ?*... # .. and '...' get an interactive search hud
+
+--------------------------------------------------------------------------------
+vim:sts=2:et:tw=80:cc=80:fo+=t:ft=help
+