# HG changeset patch # User Christian Urban # Date 1412625873 -3600 # Node ID 1d2744383b7a4771db90fa384c6e854f8c480c0f # Parent e6e160c7ea3363535c365007d95a575d8f49b3cc added readme diff -r e6e160c7ea33 -r 1d2744383b7a handouts/ho03.tex --- a/handouts/ho03.tex Mon Oct 06 20:52:53 2014 +0100 +++ b/handouts/ho03.tex Mon Oct 06 21:04:33 2014 +0100 @@ -8,7 +8,7 @@ By far the most popular attack method on computers are buffer overflow attacks or simple variations thereof. The popularity is -unfortunate because we now have technology to prevent them +unfortunate because we nowadays have technology in place to prevent them effectively. But these kind of attacks are still very relevant even today since there are many legacy systems out there and also many modern embedded systems do not take any precautions diff -r e6e160c7ea33 -r 1d2744383b7a progs/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/progs/README Mon Oct 06 21:04:33 2014 +0100 @@ -0,0 +1,10 @@ + +C0.c + +add to string + + " \x15\xcd\x5b\x07" + +to get + + foo("my string is too long !!!!! \x15\xcd\x5b\x07"); \ No newline at end of file