diff --git a/TitanEngine/TitanEngine.cpp b/TitanEngine/TitanEngine.cpp index 565cf8d..d3d901b 100644 --- a/TitanEngine/TitanEngine.cpp +++ b/TitanEngine/TitanEngine.cpp @@ -17949,6 +17949,7 @@ __declspec(dllexport) void TITCALL DebugLoop() case RIP_EVENT: { + DBGCode = DBG_EXCEPTION_NOT_HANDLED; //fix an anti-debug trick //TODO: RIP event } break;