Assembly Language for Beginners

(nextflipdebug2) #1

1.9. SCANF()


scanf()completed its execution already:


Figure 1.13:OllyDbg:scanf()executed

scanf()returns 1 inEAX, which implies that it has read successfully one value. If we look again at the
stack element corresponding to the local variable it now contains0x7B(123).

Free download pdf