githubEdit

.restart (restart the process)

Description of the '.restart' command in HyperDbg.

Command

.restart

Syntax

.restart

Description

Restarts a program (the previously started program using the '.startarrow-up-right' command) with the specific parameters and breaks when the PE file reaches the entrypoint.

Parameters

None

Examples

Imagine we want to restart a program that we previously started using the '.startarrow-up-right' command.

0: kHyperDbg> .restart 

IOCTL

The IOCTL description is the same as the '.startarrow-up-right' command.

Remarks

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.

Requirements

None

.start (start a new process)arrow-up-right

.attach (attach to a process)arrow-up-right

.detach (detach from the process)arrow-up-right

.switch (show the list and switch between active debugging threads)arrow-up-right

.kill (terminate the process)arrow-up-right

Last updated