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

Method debug_string

anti_debug.cpp:456–461  ·  view source on GitHub ↗

checks whether a debugger is present by attempting to output a string to the debugger (helper functions for debugging applications) if no debugger is present an error occurs -> we can check if the last error is not 0 (an error) -> debugger not found

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