print_registers
summary: print all registers, for all threads in the debugged process
- description:
Iterate over the list of threads in the program being debugged, and dump all registers contents
To use this example:
run ida64 on test program simple_appcall_linux64, or ida on test program simple_appcall_linux32, and wait for auto-analysis to finish
put a breakpoint somewhere in the code
select the ‘linux debugger’ (either local, or remote)
start debugging
Press Alt+Shift+C at the breakpoint
level: beginner
Attributes
Classes
Functions
|
Module Contents
- print_registers.log(msg)
- print_registers.ACTION_NAME = 'example:print_registers'
- print_registers.ACTION_LABEL = 'Print registers'
- print_registers.ACTION_SHORTCUT = 'Alt+Shift+C'
- print_registers.ACTION_HELP = 'Press Alt+Shift+C to print the registers'