Intermediate Assembly Language
Q54 / 100

What is address space layout randomization (ASLR)?

Correct! Well done.

Incorrect.

The correct answer is B) An OS security feature that randomizes the base addresses of the stack, heap, and libraries on each run to defeat hardcoded address exploits

B

Correct Answer

An OS security feature that randomizes the base addresses of the stack, heap, and libraries on each run to defeat hardcoded address exploits

Explanation

ASLR makes it harder for attackers to jump to specific addresses (like gadgets or libraries). Combined with DEP/NX, it significantly raises the bar for exploitation.

Progress
54/100