adplus-dvertising
frame-decoration

Question

What is the purpose of the JE instruction?

a.

To compare EDI against -1

b.

To set EAX to zero

c.

To jump to ntdll.7C962559 if EDI == -1

d.

To compare EBX against EDX

Posted under Reverse Engineering

Answer: (c).To jump to ntdll.7C962559 if EDI == -1 Explanation:The JE instruction jumps to ntdll.7C962559 if EDI == -1.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of the JE instruction?