VOID __stdcall PopHiberCheckForDebugBreak(){ if( !*((_DWORD *)KeGetCurrentPrcb() + 9) && (++PopDebugCount & 0x3F) == 0 ) { KdCheckForDebugBreak(); KeQueryPerformanceCounter(0i64); } }