Fix a fortune
This commit is contained in:
parent
4fe1e781db
commit
5d0aeeea38
|
@ -30,7 +30,7 @@ Switch between print modes using the 'p' and 'P' keys in visual mode
|
||||||
In soviet russia radare2 debugs you!
|
In soviet russia radare2 debugs you!
|
||||||
Add comments using the ';' key in visual mode or the 'C' command from the radare2 shell
|
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
|
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
|
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
|
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
|
Control the signal handlers of the child process with the 'dk' command
|
||||||
|
|
Loading…
Reference in New Issue