Skip to content

Commit

Permalink
doc: updating math expresion command in fortunes (#4568)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilcel3ri authored Jul 15, 2024
1 parent c9fc24e commit d004e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fortunes.tips
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Use 'rz-bin -ris' to get the import/export symbols of any binary.
Remember to maintain your `$(rizin -H RZ_CACHEHOME)/history` file!
Enable the PAGER with 'e scr.pager=less -R'
Use 'e asm.offset=true' to show offsets in 16bit segment addressing mode.
The '?' command can be used to evaluate math expressions. Like this: '? (0x34+22)*4'
The '%' command can be used to evaluate math expressions. Like this: '% (0x34+22)*4'
Set 'e bin.dbginfo=true' to load debug information at startup.
Rename a function using the 'afr <newname> @ <offset>' command.
You can redefine descriptive commands in the hud file and using the 'V_' command.
Expand Down

0 comments on commit d004e84

Please sign in to comment.