Tags: pwn
Rating:
bof + correct_catflag_string + system
Was there a way to get a shell ? I tried to write "/bin/sh" in the stack then push the address of this string as the argument of system(), but it seemed to me that ASLR was in use.
I don't remember