Update fortunes.tips (#6211)

This commit is contained in:
n0w 2016-11-17 13:50:37 +01:00 committed by radare
parent 8157d4ad16
commit 220cec6fb2

View file

@ -48,7 +48,7 @@ Show offsets in graphs with 'e graph.offset = true'
Execute a command every time a breakpoint is hit with 'e cmd.bp = !my-program'
Disassemble in intel syntax with 'e asm.syntax = intel'.
Change the UID of the debugged process with child.uid (requires root)
Enhace your graphs by increasing the size of the block and graph.depth eval variable.
Enhance your graphs by increasing the size of the block and graph.depth eval variable.
Control the height of the terminal on serial consoles with e scr.height
Emulate the base address of a file with e file.baddr.
Bindiff two files with '$ radiff2 /bin/true /bin/false'