"Buzof v1.44"
|
This tutorial is coming from... |
|
|
ReFleXZ
'99
Url:
Http://ReFleXZ99.cjb.net |
|
About the essay... |
|
Written by:
MiZ
Date: 20th
January 1999
Tools required:
Difficult
level:
|
|
Introduction... |
|
N/A |
|
About the protection... |
|
Type
of protection: At startup you'll get a NAG. |
|
The Essay... |
|
Let's see what kind
of protection it has.So,fire up the program,and we see evaluation notice:
String
Resource ID=25211: "THIS SOFTWARE IS NOT REGISTERED" After you double clicked on it you should be here:
:004067F0
E82B010000
call 00406920
*
Possible Reference to String Resource ID=25221: "The evaluation
period for this application has expired."
*
Referenced by a (U)nconditional or (C)onditional Jump at Address:
*
Possible Reference to String Resource ID=25222: "Expiration
date: %x."
See jump at
:004067FA we need to change it to
jmp 0040680B so
it will always jump to good guy.
:00409CF3
50
push eax
*
Possible Reference to String Resource ID=25225: "The evaluation
period for this product has expired.Please "
*
Referenced by a (U)nconditional or (C)onditional Jump at Address:
See we need to
change the jump at line :00409CFD to jmp
00409D0D so
it will never expire.Now we're done with timelimit.
We stll have that
nagscreen.No problems.Goto HexWorkshop(or your favourite hexeditor)
and search for word Welcome(That's a caption of our nag
screen).Nothing found.Ok now we know Buzof is a 32bit program so try
to search for
0000000000000000C000C88000000000
Now we are looking
for 2 FF and 82 because they only work.Found it and we need to change
it to:FFFF7E
:00407447
8D4C2408
lea ecx, dword ptr [esp+08]
We need to change
the jump at :00407452 to jmp
00407479
so it will always start,no matter what...
:00408FA0
E8290B0100
call 00419ACE
*
Possible Reference to String Resource ID=25220: "The application
cannot start because the system clock is not"
*
Referenced by a (U)nconditional or (C)onditional Jump at Address: All we need to do is to change the jump at :00408FAE to jmp 00408FCE and it wont show the message anymore. Make sure in W32Dasm that the line is on :00408FAE and look below what offset it is (it's 83AE),now goto your favourite hexeditor goto offset 83AE and enter EB.Save it.Run tha Buzof again.There's no nags. Job done.
By the way,most of
Basta Computing Software programs can be cracked this way. |
|
Final notes... |
|
Greetz and thanx: McCodEMaN,Bjanes,The Sandman,CrackZ,+ORC,Jeff,Eternal Bliss.....and all otherz.... |
|
Disclaimer... |
|
This tutorial is written for EDUCATIONAL purposes only.
|
Copyright © 1999 by ReFleXZ '99
All rights reserved