Fix a fortune

This commit is contained in:
jvoisin 2014-06-23 16:46:42 +02:00
parent 4fe1e781db
commit 5d0aeeea38
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Switch between print modes using the 'p' and 'P' keys in visual mode
In soviet russia radare2 debugs you!
Add comments using the ';' key in visual mode or the 'C' command from the radare2 shell
Assemble opcodes with the 'a' and 'A' keys in visual mode which are hooks for the wa and wA commands
Find expanded AES keys in memory with /a command
Find expanded AES keys in memory with /Ca command
Find wide-char strings with /w <string> command
Enable ascii-art jump lines in disassembly with asm.lines. asm.linesout and asm.linestyle may interest you too
Control the signal handlers of the child process with the 'dk' command