Community Resources
Community Resources
Dear Students,
To help you get more familiar with the topics we will cover in the lecture, we have compiled a list of useful resources. These resources include tutorials and guides on various tools and techniques that will be beneficial for your understanding and practice.
Ghidra
Ghidra is a software reverse engineering (SRE) suite of tools developed by NSA’s Research Directorate. It helps analyze compiled code on a variety of platforms including Windows, macOS, and Linux.
gdb/pwndbg
gdb is the GNU Project debugger, and pwndbg is a plugin for gdb that provides additional features for binary exploitation.
pwntools
pwntools is a CTF framework and exploit development library used by many security researchers and CTF players.
We highly recommend going through these resources to enhance your understanding and skills in binary exploitation. If you have any questions or need further assistance, feel free to reach out.
Happy learning!
Best regards,
The ABE Teaching Team