What is the hexadecimal value of NOP instruction?

You are programming a buffer overflow exploit and you want to create a NOP sled of 200 bytes in
the program exploit.c

What is the hexadecimal value of NOP instruction?

You are programming a buffer overflow exploit and you want to create a NOP sled of 200 bytes in
the program exploit.c

What is the hexadecimal value of NOP instruction?

A.
0x60

B.
0x80

C.
0x70

D.
0x90



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Ghost Man

Ghost Man

C is the right Ans.

Mat

Mat

Basically, it is a instruction which has the values “\x90” that tell the program to pass to next instruction.