Skip to content

Variuos buffer overflow attack and countermeasures examples

Notifications You must be signed in to change notification settings

alessiomanai/memory-attack-examples

Repository files navigation

#Memory attack examples

##This examples are intended as educational purpose.

Simple examples about general buffer overflow and memory attack. Compiled with GCC 4.8.4 on Lubuntu 14.04 LTS 32-bit.

To compile code with no protections, add -fno-stack-protector -z execstack to gcc command. To disable ASRL and NX protections, run echo 0 | sudo tee /proc/sys/kernel/randomize_va_space

About

Variuos buffer overflow attack and countermeasures examples

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages