Comment on page
.kill (terminate the process)
Description of the '.kill' command in HyperDbg.
.kill
.kill
None
0: kHyperDbg> .kill
The IOCTL description is the same as the '.start' command, but instead of Action, you should send
DEBUGGER_ATTACH_DETACH_USER_MODE_PROCESS_ACTION_KILL_PROCESS
.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