MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / _IsDebuggerPresent

Method _IsDebuggerPresent

AntiDebug/DebuggerDetections.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3using namespace Debugger;
4
5DetectionFlags DebuggerDetections::_IsDebuggerPresent()
6{
7 return (IsDebuggerPresent() ? DetectionFlags::DEBUG_WINAPI_DEBUGGER : DetectionFlags::NONE);
8}
9
10DetectionFlags DebuggerDetections::_IsKernelDebuggerPresent()
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected