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

ACTION_NAME

ACTION_LABEL

ACTION_SHORTCUT

ACTION_HELP

Classes

print_registers_ah_t

Functions

log(msg)

Module Contents