Intermediate Assembly Language
Q53 / 100

What is a NOP sled used for in security?

Correct! Well done.

Incorrect.

The correct answer is B) A large sequence of NOP instructions in shellcode that gives a buffer overflow payload a wide landing zone

B

Correct Answer

A large sequence of NOP instructions in shellcode that gives a buffer overflow payload a wide landing zone

Explanation

In exploit development, a NOP sled precedes shellcode. If the attacker overflows to any NOP, execution "slides" to the shellcode without needing exact address prediction.

Progress
53/100