Showing & Modifying Registers and Flags
Using the 'r' command
Last updated
Using the 'r' command
Last updated
You can view and modify registers only in Debugger Mode. It's possible to use the '' command. HyperDbg supports a wide list of registers and also supports viewing and modifying each flag separately.
A list of supported registers is available .
If you want to read all the registers, use the following command.
If you want to read a special register, use its name after the '' command.
Also, you can modify the value of a register by using '=' and setting it to a hex value.
It's also possible to modify each flag of the RFLAGS.