We can do some quick tasks for better understanding of these registers in the debugger tools.
- To view the registers while running a program, we need to use debuggers. So open an executable in the Immunity Debugger. For that, open Immunity Debugger in a Windows machine.
- Then load the program to analyze it in Immunity Debugger. From the menu go to File | Open and select the application to monitor.
- It will open the application in debug mode and print out the current details. The top-right box will show the register details. The register pane in the Immunity
Debugger looks as follows:
- For Linux and macOS, after installing