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