#debugging
3 posts
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
GDB
GNU Debugger for binary exploitation, reverse engineering, and debugging executables
#binary-exploitation#reverse-engineering#debugging
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
ltrace
Library call tracer for tracking shared library function calls in binary analysis
#binary-exploitation#reverse-engineering#debugging
> ./exploit.sh
[*] Scanning target...
[+] Vulnerability found
ToolsFebruary 9, 2026
strace
System call tracer for analyzing binary behavior and privilege escalation analysis
#binary-exploitation#privilege-escalation#linux