Assembly Language for Beginners

(Jeff_L) #1

1.20. ARRAYS


Let’s try to find out where did this value come from, using OllyDbg.


Let’s load and find the value located right after the last array element:


Figure 1.88:OllyDbg: reading of the 20th element and execution ofprintf()

What is this? Judging by the stack layout, this is the saved value of the EBP register.

Free download pdf