Computer Systems (September 6th)
- probe.c (See address layout of a process)
Set-UID and Environment Variables (Sept 15)
- system_example.c (Using system() )
- audit.c (Vulnerable program that uses system())
- passenv.c (See how environment variables are passed with exec())
- ls_vuln.c (Vulnerable program that does not use the absolute path of ls)
- cap_leak.c (Program that has capability leaking)