MCPcopy Create free account
hub / github.com/BaumFX/cpp-anti-debug / close_handle_exception

Method close_handle_exception

anti_debug.cpp:338–353  ·  view source on GitHub ↗

will throw an exception when trying to close an invalid handle (only when debugged) so if we pass an invalid handle and get the exception, we know that we're being debugged possible bypass: change the passed handle to an existing handle or adjust the extended instruction pointer register to skip over the invalid handle

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected