|
|
|
|
|
by OminousWeapons
2154 days ago
|
|
Agree re: canaries, but when I learned about ROP I was told that ASLR typically is not employed on the text segment (due to lack of position independence) which is why ROP effectively acts a bypass for ASLR on the stack / heap and why we need things like control flow enforcement. Is this not the case or no longer the case? |
|
You are correct that the main TEXT section used to typically not be position independent.