mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-15 19:44:41 +00:00
add the synchronization implementation of vmx-root broadcast
This commit is contained in:
parent
c53866a241
commit
98a87fe63d
13 changed files with 450 additions and 198 deletions
|
|
@ -391,6 +391,13 @@ ShowErrorMessage(UINT32 Error)
|
|||
Error);
|
||||
break;
|
||||
|
||||
case DEBUGGER_ERROR_PROCESS_ID_CANNOT_BE_SPECIFIED_WHILE_APPLYING_EVENT_FROM_VMX_ROOT_MODE:
|
||||
ShowMessages("err, you cannot specify process id while the debugger is paused in the debugger mode. "
|
||||
"You can use the '.process' or the '.thread' command to switch to the target process's "
|
||||
"memory layout (%x)\n",
|
||||
Error);
|
||||
break;
|
||||
|
||||
default:
|
||||
ShowMessages("err, error not found (%x)\n",
|
||||
Error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue