|
|
|
|
|
|
|
|
|
|
|
you must put correct serial number. When you press "CHECK
IT" button you'll see GOOD or BAD
GOOD MESSAGE = "Thanks
you made it"
|
|
|
Click at "Strn REF" button and search for some useful messages, like "Right code", "Nice work, you find the code" or such. Of course you locate
"Thanks you made it!" message... if not, locate it now!
Here is the code
that you'll see:
*
Referenced by a (U)nconditional or (C)onditional Jump at Address:
*
Possible StringData Ref from Code Obj ->"Thanks you made it"
*
Referenced by a (U)nconditional or (C)onditional Jump at Address:
*
Referenced by a (U)nconditional or (C)onditional Jump at Address:
We can see that function
witch pops up the "Thanks you made it" text is called
Of course, you think
same as I ! :)
You'll see this part
of code:
*
Referenced by a (U)nconditional or (C)onditional Jump at Address:
*
Possible StringData Ref from Code Obj ->"Benadryl"
;...mmmm something STRANGE!?!? :)
*
Possible StringData Ref from Code Obj ->"Wrong Code DUDE"
Hmmm, what can be
this "Benadryl" string???
Ok, maybe this is
our correct serial.
Welldone!..you find correct serial. It was hard, isn't it?? |
|
|
We can find correct serial without help of Softice but If you haven't W32dasm :-) here is how we can find correct serial with softice: Load program,
First disable breakpoint at hmemcpy with "BD
*"
You'll see this part of code: :0042D529
8B83DC010000 mov eax, dword ptr [ebx+000001DC]
Type "D EAX", and you'll see your "fake" serial in data window! Now type "D EDX". This is correct serial. That was second way to get correct serial number!
My thanks and gratitude goes to:- The Sandman
for his great site(the best site for newbies) full of knowledge and for
Eternal Bliss, my best 'virtual' friend, for all what he done for me! MiZ, also the great friend of mine. For all the time that I spent with you :) |
|
|
|
|