Skip to content
/ hacking Public

Source code from Hacking: The Art of Exploitation (Second Edition).

Notifications You must be signed in to change notification settings

intere/hacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

Source code from Hacking: The Art of Exploitation (Second Edition).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published