Concept
Address Space Layout Randomization 0
Address Space Layout Randomization (ASLR) is a security technique used to prevent attackers from predicting the location of critical data in memory, thereby mitigating the risk of buffer overflow attacks. By randomly arranging the address space positions of key data areas, ASLR increases the complexity and difficulty for an attacker to execute arbitrary code successfully.
Relevant Degrees