Comment on page
.restart (restart the process)
Description of the '.restart' command in HyperDbg.
.restart
.restart
Restarts a program (the previously started program using the '.start' command) with the specific parameters and breaks when the PE file reaches the entrypoint.
None
0: kHyperDbg> .restart
This command will continue the debuggee for some time (in Debugger Mode). This means that you lose the current context (registers & memory) after executing this command.
None
Last modified 1yr ago