------------------------------------------
How to find a serial in CD Stripper
------------------------------------------

Cracker: stealthFIGHTER

Target: CD Stripper v3.0 build 071200

Tools: W32DASM
		Brain

Where: http://www.sorcerersoftware.com

----------------------------------------------------------------
Sorry for my english, its not my mother language.
----------------------------------------------------------------


-----------
Step 1:
-----------

===
Run CD Stripper, go to Help/Unlock Code ... type any code ... OK ... Incorrect reg. code. Type this message. Good.
Quit CD Stripper and run W32Dasm. Disassemble the CDStripper.exe. Done? Now we will find the message. Click on the second icon from the lright -> String Data References. Scroll down till find it. Double click on it. You are here:
===

Referenced by a (U)nconditional or (C)onditional Jump at Address:
:0040805B(C)						<--- Conditional jump (bad boy)

:004080C0 6A00                    	push 00000000

Possible StringData Ref from Data Obj ->"Error!"
                                  |
:004080C2 6814604100              	push 00416014

Possible StringData Ref from Data Obj ->"Incorrect registration code."
                                  |
:004080C7 681C604100              	push 0041601C
:004080CC 8B4D08                  	mov ecx, dword ptr [ebp+08]
:004080CF 51                      	push ecx
===
Now press Goto/Goto Code Location and enter 0040805B (Conditional j.).
You should be here:
===


Referenced by a (U)nconditional or (C)onditional Jump at Address:
:004014BB(U)


Possible StringData Ref from Data Obj ->"57KK87"			<-- Stop here!
                                  |
:004014D4 686C4A4100             		push 00414A6C
:004014D9 687C734100              	push 0041737C

Reference To: KERNEL32.lstrcmpA, Ord:02FCh
                                  |
:004014DE FF155C214100            	Call dword ptr [0041215C]
:004014E4 85C0                    		test eax, eax
:004014E6 0F8535020000            	jne 00401721		<-- Jump to bad boy


===
Do you see the 57KK87 string? What is it? Oh ... no ... yes, it is! Type it.
Quit W32Dasm and run CD Stripper again. Try this unlock code ... CD Stripper unlocked!
===
---------------------------------------------------------
If i make a mistake, please e-mail me 
to: stealthfighter@another.com
---------------------------------------------------------