/Exploitation

Primary LanguageCMIT LicenseMIT

Hacking: The Art of Exploitation, 2nd Edition

This repository contains the source code that comes from the book: Hacking: The Art of Exploitation, 2nd Edition.

Notes

The VM that this code runs on is an Ubuntu-based Live Linux Distro. It contains all of the source code and the code all compiles under GCC version 3.3.6.

It's also worth noting that much of the exploits won't work under GCC 4 with the buffer overflow detection. Instead of stack-smashing and moving on, it will detect buffer overflows and seg fault without overflowing the buffers. (Using the VM lets you play with the exploits).

Related Links