From ba35c43ddc29ebdb1d8477926991dd7e1bf3484d Mon Sep 17 00:00:00 2001 From: "mr.exodia" Date: Sat, 8 Feb 2014 20:20:08 +0100 Subject: [PATCH] fixed another anti-debug trick (DBG_RIPEXCEPTION) --- TitanEngine/TitanEngine.cpp | 1 + 1 file changed, 1 insertion(+) 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;