Address space randomization
This commit is contained in:
5
entries/address_space_randomization.txt
Normal file
5
entries/address_space_randomization.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
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.
|
Reference in New Issue
Block a user