.restart (restart the process)
Description of the '.restart' command in HyperDbg.
Last updated
Description of the '.restart' command in HyperDbg.
Last updated
.restart
.restart
Restarts a program (the previously started program using the '' command) with the specific parameters and breaks when the PE file reaches the entrypoint.
None
Imagine we want to restart a program that we previously started using the '' command.
The IOCTL description is the same as the '' command.
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
This command cannot be used simultaneously with the '' command.