Reverse Engineering for Beginners

(avery) #1

CHAPTER 23. POINTERS TO FUNCTIONS CHAPTER 23. POINTERS TO FUNCTIONS


By tracing (F8) until theRETNinstruction and pressing F8 one more time, we return to theqsort()function:


Figure 23.2:OllyDbg: the code inqsort()right aftercomp()call

That was a call to the comparison function.

Free download pdf