We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc28629 commit cc4a611Copy full SHA for cc4a611
doc/fortunes.tips
@@ -65,7 +65,7 @@ Enable the PAGER with 'e scr.pager=less -R'
65
Use 'e asm.offset=true' to show offsets in 16bit segment addressing mode.
66
The '?' command can be used to evaluate math expressions. Like this: '? (0x34+22)*4'
67
Set 'e bin.dbginfo=true' to load debug information at startup.
68
-Rename a function using the 'afr <newname> @ <offset>' command.
+Rename a function using the 'afn <newname> @ <offset>' command.
69
You can redefine descriptive commands in the hud file and using the 'V_' command.
70
Pass '-j' to rabin2 to get the information of the binary in JSON format.
71
Use rarun2 to launch your programs with a predefined environment.
0 commit comments