mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-31 01:56:24 +00:00
remove hooks after calling the user-mode entrypoint
This commit is contained in:
parent
6644fbf402
commit
3a6cc599c1
6 changed files with 200 additions and 14 deletions
|
|
@ -268,6 +268,17 @@ ShowErrorMessage(UINT32 Error)
|
|||
Error);
|
||||
break;
|
||||
|
||||
case DEBUGGER_ERROR_UNABLE_TO_REMOVE_HOOKS_ENTRYPOINT_NOT_REACHED:
|
||||
ShowMessages("err, unable to remove hooks as the entrypoint of user-mode "
|
||||
"process is not reached yet (%x)\n",
|
||||
Error);
|
||||
break;
|
||||
|
||||
case DEBUGGER_ERROR_UNABLE_TO_REMOVE_HOOKS:
|
||||
ShowMessages("err, unable to remove hooks (%x)\n",
|
||||
Error);
|
||||
break;
|
||||
|
||||
default:
|
||||
ShowMessages("err, error not found (%x)\n",
|
||||
Error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue