Updated fortunes.tips pR->id

This commit is contained in:
xarkes 2017-03-26 18:15:46 +02:00 committed by radare
parent 446bd2ab44
commit 05abf37193

View file

@ -56,7 +56,7 @@ Execute commands on a temporary offset by appending '@ offset' to your command.
Temporally drop the verbosity prefixing the commands with ':'
Change the graph block definition with graph.callblocks, graph.jmpblocks, graph.flagblocks
Use scr.accel to browse the file faster!
Use the 'pR' command to see the source line related to the current seek
Use the 'id' command to see the source line related to the current seek
Analyze socket connections with the socket plugin: 'radare2 socket://www.foo.com:80'. Use 'w' to send data
Setup dbg.fpregs to true to visualize the fpu registers in the debugger view.
To debug a program, you can call r2 with 'dbg://<path-to-program>' or '-d <path..>'