Illustration of buffer overflows for students (linux, C)
- by osgx
Hello
My friend is teacher of first-year CS students. We want to show them buffer overflow exploitation. But modern distribs are protected from simples buffer overflows:
HOME=`perl -e "print 'A'x269"` one_widely_used_utility_is_here --help
on debian (blame it)
Caught signal 11,
on modern commercial redhat
*** buffer overflow detected ***:…