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

Function createAntiDebugFunc2

Generic_obfuscator/src/pass/AntiDebugPass.cpp:78–131  ·  view source on GitHub ↗

function prototype void Generic_obfuscator_Antidebug2() { pid_t ppid = getppid(); pid_t sid = getsid(getpid()); if (sid != ppid) { printf("Debugger detected based on session and parent PID mismatch!\n"); _exit(1); } else { 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

no outgoing calls

Tested by

no test coverage detected