adplus-dvertising
frame-decoration

Question

Which conditional jump instruction is used in RtlGetElementGenericTable for the comparison of EBX and EDX?

a.

JG

b.

JA

c.

JE

d.

JGE

Posted under Reverse Engineering

Answer: (b).JA Explanation:The conditional jump instruction used in RtlGetElementGenericTable for the comparison of EBX and EDX is JA.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which conditional jump instruction is used in RtlGetElementGenericTable for the comparison of EBX and EDX?