Reversing
Anti-debugging
/proc/self/status
$ grep TracerPid /proc/self/status
TracerPid: 0
$ strace grep TracerPid /proc/self/status
TracerPid: 6553Code mangling
Custom tooling
Custom GDB scripts
Custom Ghidra scripts
Fat binaries
Hidden code
Polyglots
Python interpreter with modifications
Self-modifying code
EXE packing
Windows Tools
Last updated