Buffer overflow tutorial
Davy 10 Jan 2012I discovered recently a great video tutorial about buffer overflow. It’s splitted in 5 videos well illustrated and explained. After watching, you will know how to exploit buffer overflow, and giving you ideas about how to avoid them in your code.
- Buffer Overflow Primer Part 1 (Smashing The Stack)
- Buffer Overflow Primer Part 2 (Writing Exit Shellcode)
- Buffer Overflow Primer Part 3 (Executing Shellcode)
- Buffer Overflow Primer Part 4 (Disassembling Execve)
- Buffer Overflow Primer Part 5 (Shellcode For Execve)