Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 799 Bytes

Hacking

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

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