| 3 | using namespace Debugger; |
| 4 | |
| 5 | DetectionFlags DebuggerDetections::_IsDebuggerPresent() |
| 6 | { |
| 7 | return (IsDebuggerPresent() ? DetectionFlags::DEBUG_WINAPI_DEBUGGER : DetectionFlags::NONE); |
| 8 | } |
| 9 | |
| 10 | DetectionFlags DebuggerDetections::_IsKernelDebuggerPresent() |
| 11 | { |
nothing calls this directly
no outgoing calls
no test coverage detected