Assembly Language for Beginners

(Jeff_L) #1

1.12. POINTERS


Let’s see this in OllyDbg:


Figure 1.24:OllyDbg: global variables addresses are passed tof1()

First, global variables’ addresses are passed tof1(). We can click “Follow in dump” on the stack element,
and we can see the place in the data segment allocated for the two variables.

Free download pdf