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 not stored for this graph (policy: none)
no test coverage detected