42{
43 if (SplitCommand.size() != 1)
44 {
47 return;
48 }
49
51 {
52
53
54
56 {
57 ShowMessages(
"process does not exists, is it already terminated?\n");
58 }
59 }
61 {
63 {
64 ShowMessages(
"process does not exists, is it already terminated?\n");
65 }
66
67
68
69
71 }
72 else
73 {
75 return;
76 }
77}
VOID CommandKillHelp()
help of the .kill command
Definition kill.cpp:26
UINT32 g_ProcessIdOfLatestStartingProcess
The process id of the latest starting process.
Definition globals.h:368
ACTIVE_DEBUGGING_PROCESS g_ActiveProcessDebuggingState
State of active debugging thread.
Definition globals.h:362
VOID ShowMessages(const char *Fmt,...)
Show messages.
Definition libhyperdbg.cpp:96
NULL()
Definition test-case-generator.py:530
UINT32 ProcessId
Definition ud.h:51
BOOLEAN IsActive
Definition ud.h:49
BOOLEAN UdKillProcess(UINT32 TargetPid)
Kill the target process from kernel.
Definition ud.cpp:666