.kill (terminate the process)
Description of the '.kill' command in HyperDbg.
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
Description of the '.kill' command in HyperDbg.
Last updated
.kill
.kill
Terminates the currently active process (the previously started process using the '' or the '' commands).
None
Imagine we want to terminate a previously started program using the '' command.
The IOCTL description is the same as the '' 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