March 2022
Intermediate to advanced
752 pages
18h 47m
English
In this chapter, we cover the following topics:
• Binary, dynamic information-gathering tools: ldd, objdump, strace, ltrace, checksec, libc-database, patchelf, one_gadget, and Ropper
• Extending gdb with Python and the popular gdb scripts Gef and pwndbg
• The pwntools capture the flag (CTF) and exploit development library
• The HeapME (Heap Made Easy) heap analysis and collaboration tool
With the evolution of Linux security controls, and techniques to bypass these limitations, the fields of vulnerability discovery, crash analysis, and exploit development are becoming more challenging. This forces researchers to spend more time and effort on finding and exploiting critical vulnerabilities. ...