Anti-Debugging techniques detect or obstruct debugger attachment.
Techniques (Windows)
IsDebuggerPresent()/NtQueryInformationProcess- TLS callbacks, timing checks (
RDTSC) - Exception-based tricks (
INT 3,SEH)
Bypasses
ScyllaHide plugin, patching conditional jumps, NOP-ing checks.