dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

implement executable space protection #75

Open dhh1128 opened 9 years ago

dhh1128 commented 9 years ago

... so stack and heap (and statics in text segment) can't be executed

http://en.wikipedia.org/wiki/Executable_space_protection

Note, however, that this can be defeated with a technique called "return to libc" -- which is why we need ASLR.

screen shot 2014-10-29 at 8 48 25 pm