g (continue debuggee or processing kernel packets)
Description of the 'g' command in HyperDbg.
Previousbc (clear and remove breakpoints)Nextx (examine symbols and find functions and variables address)
Last updated
Description of the 'g' command in HyperDbg.
Last updated
g
g
When the HyperDbg debugger is paused by or CTRL+C or CTRL+BREAK, you can continue debugging using this command. You can use this command in both local and remote debugging.
None
To continue the debuggee, you need to use the following function in libhyperdbg
:
In remote debugging, or CTRL+C or CTRL+BREAK causes the target system to pause completely, and the target system halts.
None
In local debugging, or CTRL+C or CTRL+BREAK causes the debugger to stop processing kernel and vmx packets (they won't stop working, we ignore the messages). Also, we don't save messages, so when you pause the debugger, then the logs from the events are ignored, and you can't process them in the future.