x86 Exploitation 101: “Integer overflow” – adding one more… aaaaaaaaaaand it’s gone
This article is about a vulnerability that is, at the same time, different and close to the previous ones. In fact, it is triggered whenever the code tries to store into a variable a value greater than the maximum that variable can handle. How can this be useful? How overflowing an integer can execute arbitrary […]