.kill (terminate the process)
Description of the '.kill' command in HyperDbg.
Command
.kill
Syntax
.kill
Description
Parameters
None
Examples
IOCTL
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
Related
Previous.switch (show the list and switch between active debugging processes)Next.process, .process2 (show the current process and switch to another process)
Last updated