> It's debatable whether this is effective at turning away attacks, but that's the goal, and ASLR is enabled on almost every operating system in use today.<p>It's not debatable at all, ASLR is a significant barrier to attacks.<p>Quote from a random hacking book:<p>> By doing so, it makes it significantly harder for an attacker to predict the location of specific processes and data, such as the stack, heap, and libraries, thereby mitigating certain types of exploits, particularly buffer overflows.<p><a href="https://book.hacktricks.xyz/binary-exploitation/common-binary-protections-and-bypasses/aslr" rel="nofollow">https://book.hacktricks.xyz/binary-exploitation/common-binar...</a>