Reverse Engineering for Beginners

(avery) #1

CHAPTER 12. CONDITIONAL JUMPS CHAPTER 12. CONDITIONAL JUMPS


The third conditional jump,JNB:


Figure 12.3:OllyDbg:f_unsigned(): third conditional jump

In [Int13] we can see thatJNBtriggers if CF=0 (carry flag). That is not true in our case, so the thirdprintf()will execute.

Free download pdf