MCPcopy Create free account
hub / github.com/Gality369/CS-Loader / createAntiDebugFunc1

Function createAntiDebugFunc1

Generic_obfuscator/src/pass/AntiDebugPass.cpp:20–63  ·  view source on GitHub ↗

function prototype void Generic_obfuscator_Antidebug1() { if (ptrace(PTRACE_TRACEME, 0, 0, 0) < 0) { printf("Debugger detected!\n"); _exit(1); } printf("No debugger detected, continuing...\n"); } */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runMethod · 0.85

Calls 1

PrintErrorFunction · 0.85

Tested by

no test coverage detected