Book 11 Hour Flashcards
1
Q
What does DEP stand for?
A
Data execution prevention.
A hardware/software tool to prevent code execution in memory locations that are not predefined.
2
Q
What does ASLR stand for?
A
Address space location randomization
A tool that changes the address of memory for running programs. This makes it more difficult to run exploits on different systems.