|
|
|
|
|
by OneLessThing
2977 days ago
|
|
“Exploit authors don’t really care about stack cookies, especially with today’s techniques like rop, jop, srop” None of those suggested techniques address stack cookies but okay, I’ll keep listening. “We can overwrite parts of the heap, the problem is the heap is not executable on amd64 and arm64” And that’s where you’ve lost me. Processor has no concept of the “heap.” Whether or not you can make heap pages executable is up to the OS, and all common OS’s let you do this. Not only that, but the browser you’re using to view this very page is probably using executable allocations right now to JIT the (very little) JavaScript on this site. |
|