Hacking
buffer overflow – THE only way to take control of the stack pointer?
If you’ve subscribed to my channel for long enough, you’ll definitely know, what a buffer overflow is, and that it is used to take control of the stack pointer. But with programming languages such as python or java, the memory management is out of the hand of the developer and taken care dynamically. This means, that it is harder for an attacker to create the buffer overflow in this sort of applications. Are there other Read more…