72{
   73    if (SplitCommand.size() >= 2)
   74    {
   77        return;
   78    }
   79 
   80    
   81    
   82    
   84    {
   85        ShowMessages(
"err, '.attach', and '.detach' commands are only usable " 
   86                     "in VMI Mode, you can use the '.process', or the '.thread' "
   87                     "in Debugger Mode\n");
   88        return;
   89    }
   90 
   91    
   92    
   93    
   95}
VOID DetachFromProcess()
perform detach from process
Definition detach.cpp:39
VOID CommandDetachHelp()
help of the .detach command
Definition detach.cpp:26
BOOLEAN g_IsSerialConnectedToRemoteDebuggee
Shows if the debugger was connected to remote debuggee over (A remote guest)
Definition globals.h:231
VOID ShowMessages(const char *Fmt,...)
Show messages.
Definition libhyperdbg.cpp:96