Computer Science, asked by Anonymous, 11 months ago

How to do address space randomization?​

Answers

Answered by shiva18122005
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