Does anyone know where I can get a good tutorial on how to read a
disassemble program. I have disassemble one using W32dsm89. When I look
at the listing, I know some of the dword contain long strings of text,
how do I convert them to text?
Here is an example
004DC614 E87379F2FF call 00403F8C ;stick together
004DC619 8B45F8 mov eax, [ebp-$08] ;our serial
004DC61C 8B55FC mov edx, [ebp-$04] ;real serial
How do I know that "call 00403F8C" is "stick together"? or
"004DC619 8B45F8 mov eax, [ebp-$08] is a serial
number. Is there something in this line that tells me that.
Thanks for any help
James...