ftothe3
November 14th, 2002, 15:49
I'm a newbie (thats why im posting this here) trying to learn something from the tutroials. Ok.. so i opened up a few of them, then got around to reading FoolFox's Tutorial (http://www.woodmann.net/fravia/ffx_ftpp2.txt) [target: PrimaSoft AutoFTP premium v3.4] I have win32dasm 8.93 and winhex 10.55 (like him) I followed the tutorial closely... the only problem i'm having is not being able to find the string refs: "Code Accepted! Thank you for registering " "Code Not Accepted! Please try " in win32dasm. this is the code i get in win32dasm:
:004C877E 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C8785 B202 mov dl, 02
:004C8787 B8C4874C00 mov eax, 004C87C4
:004C878C E80FFAF8FF call 004581A0
:004C8791 EB15 jmp 004C87A8
* Referenced by a (U)nconditional or (C)onditional Jump at Address:
|:004C877A(C)
|
:004C8793 6A00 push 00000000
:004C8795 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C879C B202 mov dl, 02
BUT in the tutorial he gets this code:
:004C877E 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C8785 B202 mov dl, 02
* Possible StringData Ref from Code Obj ->"Code Accepted! Thank you for registering "
->"our software."
|
:004C8787 B8C4874C00 mov eax, 004C87C4
:004C878C E80FFAF8FF call 004581A0
:004C8791 EB15 jmp 004C87A8
* Referenced by a (U)nconditional or (C)onditional Jump at Address:
|:004C877A(C)
|
:004C8793 6A00 push 00000000
:004C8795 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C879C B202 mov dl, 02
why aren't i getting this "stringdata ref"?!?!
btw: followed the rest of the tutorial and got the serial... but without this "stringdata ref", i wouldnt of known where to begin!
:004C877E 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C8785 B202 mov dl, 02
:004C8787 B8C4874C00 mov eax, 004C87C4
:004C878C E80FFAF8FF call 004581A0
:004C8791 EB15 jmp 004C87A8
* Referenced by a (U)nconditional or (C)onditional Jump at Address:
|:004C877A(C)
|
:004C8793 6A00 push 00000000
:004C8795 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C879C B202 mov dl, 02
BUT in the tutorial he gets this code:
:004C877E 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C8785 B202 mov dl, 02
* Possible StringData Ref from Code Obj ->"Code Accepted! Thank you for registering "
->"our software."
|
:004C8787 B8C4874C00 mov eax, 004C87C4
:004C878C E80FFAF8FF call 004581A0
:004C8791 EB15 jmp 004C87A8
* Referenced by a (U)nconditional or (C)onditional Jump at Address:
|:004C877A(C)
|
:004C8793 6A00 push 00000000
:004C8795 668B0DB8874C00 mov cx, word ptr [004C87B8]
:004C879C B202 mov dl, 02
why aren't i getting this "stringdata ref"?!?!
btw: followed the rest of the tutorial and got the serial... but without this "stringdata ref", i wouldnt of known where to begin!