44{
45 if (SplitCommand.size() != 1)
46 {
49 return;
50 }
51
53 {
54
55
56
57
58
59
60
62 {
64 }
65 }
67 {
68
69
70
71
73 }
74
75 exit(0);
76}
HANDLE g_DeviceHandle
Holds the global handle of device which is used to send the request to the kernel by IOCTL,...
Definition globals.h:471
VOID CommandExitHelp()
help of the exit command
Definition exit.cpp:27
BOOLEAN g_IsSerialConnectedToRemoteDebuggee
Shows if the debugger was connected to remote debuggee over (A remote guest)
Definition globals.h:231
BOOLEAN g_IsConnectedToHyperDbgLocally
Shows whether the user is allowed to use 'load' command to load modules locally in VMI (virtual machi...
Definition globals.h:67
VOID ShowMessages(const char *Fmt,...)
Show messages.
Definition libhyperdbg.cpp:96
INT HyperDbgUnloadVmm()
Unload VMM driver.
Definition libhyperdbg.cpp:693