Avoid stack/heap executable memory

Demi Obenour demiobenour@gmail.com
Tue May 3 21:28:00 GMT 2016


mmap() is the only (reasonably) portable and secure way to get
executable memory.  An executable stack or heap makes exploiting
vulnerabilities much easier.

How difficult would this be to implement?



More information about the Libffi-discuss mailing list