dhh1128 / intent

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

implement ASLR #74

Open dhh1128 opened 10 years ago

dhh1128 commented 10 years ago

position-independent code; locate libraries at random offsets

Can we compile all program code automatically to be position-independent? And will the OS's ASLR support kick in, then?

What about randomizing the distance between first local var and %eip, so that attacker can't predict %eip easily? (Prof in software security course mentioned this technique in passing; is it used? If not, why not?)