Exploitation Tools for in-out Demo

exploit_signin.c -- code to perform buffer overflow attach

   build with:  gcc exploit_signin.c -lsqlite3 -o exploit_signin

fuzz.py -- simple python script to "fuzz" the comment field of signin

tryit.sh -- shell script to try a range of offsets to find one that
            works.  For me, 15 worked, so that's what's hard-coded
            in exploit_signin.c

