progs/README
author Christian Urban <christian dot urban at kcl dot ac dot uk>
Mon, 05 Oct 2015 12:47:04 +0100
changeset 393 cb308583d86c
parent 392 4dff36e2bbc6
child 395 60f64793266f
permissions -rw-r--r--
updated

Virtual-Box

Start "Linux Hacking"   password is "test"

The programs are under 

  cu$> test/app-material/progs




------------------------------------

to switch off address randomization

echo 0 | sudo tee /proc/sys/kernel/randomize_va_space



C0.c

add to string 
 
  " \x15\xcd\x5b\x07"

to get

  foo("my string is too long !!!!! \x15\xcd\x5b\x07");