Reverse Engineering for Beginners

(avery) #1

CHAPTER 15. SIMPLE C-STRINGS PROCESSING CHAPTER 15. SIMPLE C-STRINGS PROCESSING


We have to press F8 enough number of times in order to escape from the loop:


Figure 15.3:OllyDbg: pointers difference to be calculated now

We see thatEAXnow contains the address of zero byte that’s right after the string. Meanwhile,EDXhasn’t changed, so it
still pointing to the start of the string. The difference between these two addresses is being calculated now.

Free download pdf