Tagged Questions
5
votes
2answers
90 views
how does a return to system allow an attacker to evade a non-executable stack?
I am learning about return to system call attacks for a security class. I understand that in this kind of attack, attackers replace the standard return value for a stack frame with the address of a ...