How to read memory from format string exploit correctly
I’m trying to solve a problem on format string exploitation in which I have to overwrite anything in a specific address. Since the target address has a null byte at the begining, I need to write it at the end of the format string, and I wa… Continue reading How to read memory from format string exploit correctly