Files
JargonFile/entries/address_space_randomization.txt
T

5 lines
232 B
Plaintext

address space randomization
The practice or randomly changing the layout of memory so as to avoid exploits
which simply poke some value to a fixed memory offset. Used by the Linux kernel
for hardening security against exploitation.