summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-30build simple server..mainmo khan
2014-07-30add example of reading environment variables.mo khan
2014-07-29add example where auth flag is placed in memory before password buffer so it ...mo khan
2014-07-29add example of bypassing authentication using buffer overflow.mo khan
2014-07-27increment by 8 bytes.mo khan
2014-07-27use long instead of int to match pointer size.mo khan
2014-07-27add notesearch exploit.mo khan
2014-07-27add buffer overflow example.mo khan
2014-07-25change assignment to equality in while loop.mo khan
2014-07-25create game of chance.mo khan
2014-07-25example of pseudo-random number generator.mo khan
2014-07-24add example on function pointers.mo khan
2014-07-24add second time example.mo khan
2014-07-23add example of reading time struct.mo khan
2014-07-23create program to search for notes created by user running program.mo khan
2014-07-23redo notetaker program using setuid to run as root and insert uid of user run...mo khan
2014-07-23add example of reading the real user id and the effective user id with chmod ...mo khan
2014-07-22add example with bitwise flags.mo khan
2014-07-22add example of AND and OR tables.mo khan
2014-07-22add example to write a file using a file descriptor.mo khan
2014-07-22heap example with malloc extracted to a function with error checking.mo khan
2014-07-22add heap allocation example.mo khan
2014-07-22add memory segments example.mo khan
2014-07-21add stack example to understand stack frames with gdb.mo khan
2014-07-21add example using static variables.mo khan
2014-07-21add example with global variable.mo khan
2014-07-20add example on variable scoping.mo khan
2014-07-20ignore debug info directory.mo khan
2014-07-20add atoi conversion example.mo khan
2014-07-20ignore .out files.mo khan
2014-07-20add command line arguments example.mo khan
2014-07-20add void pointer example.mo khan
2014-07-20add pointer types example.mo khan
2014-07-20add type casting example.mo khan
2014-07-20add input example.mo khan
2014-07-20add format specifiers example.mo khan
2014-07-20add pointer example.mo khan
2014-07-20add data type sizes.mo khan
2014-07-20add char array 2 example.mo khan
2014-07-20add char_array example.mo khan
2014-07-20add addressof2 example.mo khan