WHY PATCHING WHILE SERIAL NUMBER IS FISHY


SetTime v1.0.5
A Cracking Tutorial
by ASTAGA [D4C/C4A]


ABOUT THE PROGRAM 



SetTime is a program that will automatically set the
correct time on your computer when you connect to the
Internet.



BACKGROUND INFORMATION


Program Name: SetTime.exe
Platforms: Windows 95/98/NT
Free trial period: 30 days
Registration cost: US$10.
Current version: 1.0.5
Version date: 30-Mar-2000
Web site: www.donth.com
Author : Joseph L. Donth



HOW TO FISH SERIAL NUMBER by USING SOFTICE


1.  Run the program, click REGISTER button and keyed-in fake
    reg code = 73881050

    Do not click OK button yet.


2.  Load SoftIce and create a new breakpoint : 

	bpx hmemcpy
	Press F5

3.  Click OK button now, and you'll break in SoftIce again.
    Press F11 once and press F12 several times until you see
    this below snippet codes. 


	__________________________________________________________________
	
	015F:0044693A  E83505FEFF          CALL   00426E74 <== break here  
	015F:0044693F  8B55D8              MOV    EDX,[EBP-28]  
	015F:00446942  8B45F8              MOV    EAX,[EBP-08] <== D EDX  
	015F:00446945  E852D0FBFF          CALL   0040399C         
	........
	........ 
	________________________SETTIME!CODE+0004593A_____________________

 

	Break due to BPX KERNEL!HMEMCPY
	Break due to G 
 	: bd  *   [enter]
	: BPX 015F:0044693A  [enter] 
	: Press F10 2 times and display EDX register,  your fake reg code 
        appear in the Data Window at virtual address 0167:010D2AFC  .
	: BPM 0167:010D2AFC   [enter] 
	: Press X or F5


    You'll break again in SoftIce and see these below snippet codes :

	_________________________________________________________________

	015F:00403CFD  8B0E                MOV       ECX,[ESI]  
	015F:00403CFF  8B1F                MOV       EBX,[EDI]  <== here 
	015F:00403D01  39D9                CMP       ECX,EBX  
	015F:00403D03  7558                JNZ       00403D5D  
	
	.....
	..... 
	__________________________ SETTIME!CODE+2CFD  ___________________

	Break due to BPMB #0167:010D2AFC RW DR3 
	: Press F10  once
	: ? ecx  [enter]
	: 38383337  0943207223  "8837"  ==> part of your fake code
	: ? ebx  [enter]
	: 37363130 0926298416 "7610"  ==> part of the real code 
      : d esi  [enter]  ===> your fake code at 
      : d edi  [enter]  ===> did you see   0167-6344-1692-5776 at
 			         0167:010D8FB0 . Write down this potential 
                             reg code.  Scroll up one line above you 
                             will see your own product ID ( in my case 
                             is 5553-1062-7554-6421 ) . 
	: bd *
	: F5  to return to registration dialog box


4.  Repeat registration procedures, and keyed-in  0167-6344-1692-5776 
    as your registration code. 
    You're registered. 


5.  Where the hell is my registration info is stored ??

	-  The correct registration code is stored in the HKCR and HKLM
	   registry as follows ( before it's registered ) :

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{323590C0-C516-11D3-AA01-DE79475E0009}]

[HKEY_CLASSES_ROOT\CLSID\{323590C0-C516-11D3-AA01-DE79475E0009}\Mask]
@="5D573755"

[HKEY_CLASSES_ROOT\CLSID\{323590C0-C516-11D3-AA01-DE79475E0009}\ProgID]
@="008FFD"

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{323590C0-C516-11D3-AA01-DE79475E0009}]

[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{323590C0-C516-11D3-AA01-DE79475E0009}\Mask]
@="5D573755"

[HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{323590C0-C516-11D3-AA01-DE79475E0009}\ProgID]
@="008FFD"




6.  How can I practise with another registration key ?

	-  I strongly recommended you not to do this !


END NOTES

   This program is sold as shareware, so you can try before you buy.  
   This is convenient for you, saves expenses by dispensing with all 
   that packaging, and cuts out the middle person.  So it is cheap, 
   but it is not free.  
   If you like the program, and you will, be sure to register and pay.
   To keep shareware prices low,  users must do the right thing: 
   Register, pay up, and smile/grin at yourself in the mirror.

   Do not distribute your crack release based on this tutorial, because
   you become a LAMER(s)!!!!!!!!
   ( tHATDUDE (PC97) defined LAMER(s) is the guy who sits in front of
   personal computer, using Hex Editor, ripping off other group(s)
   crack release, repacking (distro) them under his name. 
   Adopted from newsgroup alt.cracks, alt.crackers - February 1997 ) 

    More about LAMER(s):
	lamer /n./ [prob. originated in skateboarder slang]
	Synonym for luser, not used much by hackers but common among warez 
	d00dz, crackers, and phreakers. Oppose elite. Has the same connota
	tions of self-conscious elitism that use of luser does among 
	hackers.
    < SOURCE: http://sagan.earthspace.net/jargon/jargon_27.html >


 _ Never attribute to malice that which is adequately explained by stupidity _


ASTAGA [D4C/C4A] tute-SetTime105.zip
[EOF] 10/31/00 6:32:06 PM