How to exploit with Control over return address and knowing the address of printf
I have this program that uses ASLR and it leaks information when i overflow a buffer, namely the address of printf. Furthermore i can overwrite the return address. How can i use this to spawn a shell? My approach would have been to calcul… Continue reading How to exploit with Control over return address and knowing the address of printf