These are my solutions to the problems found at: community.core-sdi.com/~gera/InsecureProgramming/
These were done on a slackware box and might not work for you without some
tweaking. The point isn't to give you the answers but something to turn to when
you get stuck. The only way to learn is to apply what you read.


Advanced Buffer Overflows

abo1.c - solbo1.c
abo2.c - impossible on linux with x86 I believe
abo3.c - solbo3
abo4.c - solbo4
abo5.c - solbo5
abo6.c - solbo6
abo7.c - solbo7
abo8.c - impossible on linux with x86 I believe


Format Strings

fs1.c - sfs1