How to do address space randomization?
Answers
Answered by
1
Explanation:
Address space layout randomization (ASLR) is a memory-protection process for operating systems (OSes) that guards against buffer-overflow attacks by randomizing the location where system executables are loaded into memory.
Similar questions