Showing & Modifying Registers and Flags
Using the 'r' command
You can view and modify registers only in Debugger Mode. It's possible to use the 'r' command. HyperDbg supports a wide list of registers and also supports viewing and modifying each flag separately.
A list of supported registers is available here.
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 'r' 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.
Last updated