fixed another anti-debug trick (DBG_RIPEXCEPTION)

This commit is contained in:
mr.exodia 2014-02-08 20:20:08 +01:00
parent 7ef9d9ef63
commit ba35c43ddc
1 changed files with 1 additions and 0 deletions

View File

@ -17949,6 +17949,7 @@ __declspec(dllexport) void TITCALL DebugLoop()
case RIP_EVENT: case RIP_EVENT:
{ {
DBGCode = DBG_EXCEPTION_NOT_HANDLED; //fix an anti-debug trick
//TODO: RIP event //TODO: RIP event
} }
break; break;