yeah, it's all in the title... anyone knows the IDA disassembler a bit ?
I just got it and I'm still trying to find my way around it. It's the most complex disassembler I ever used ! Back in 1998 or so I used to toy with Win32DASM but this one looks like a beast in comparison.
Simple question for starters: I have a PE executable, and I need to find the place(s) where it calls the Windows API MessageBox() function. How do I do ?
(P.S. nah, it's not for cracking stuff
it's for work... I need to build an interface between 2 proprietary programs and in this one I need to figure out how a particular data structure is arranged)