mirror of https://github.com/x64dbg/TitanEngine
fixed another anti-debug trick (DBG_RIPEXCEPTION)
This commit is contained in:
parent
7ef9d9ef63
commit
ba35c43ddc
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue