diff options
author | johannst <johannes.stoelp@gmail.de> | 2019-07-07 17:53:57 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.de> | 2019-07-07 17:53:57 +0200 |
commit | 4fb191bf17f75a89826be3e1ff9034eb40c7e80c (patch) | |
tree | 6cc80404ff74df0011d936d27e1764e10fa8cba2 /radare2.txt | |
parent | a20ebf65bfc2a1d56964c6e90557ff009730c6b3 (diff) | |
download | notes-4fb191bf17f75a89826be3e1ff9034eb40c7e80c.tar.gz notes-4fb191bf17f75a89826be3e1ff9034eb40c7e80c.zip |
added radare2 notes
Diffstat (limited to 'radare2.txt')
-rw-r--r-- | radare2.txt | 15 |
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 + |