remove hooks after calling the user-mode entrypoint

This commit is contained in:
SinaKarvandi 2022-01-01 16:29:55 +03:30
parent 6644fbf402
commit 3a6cc599c1
6 changed files with 200 additions and 14 deletions

View file

@ -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);