Krax v1.0 non working demo by bart^CrackPl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.What is Krax?
2.How to...
3.Rulez for registration part of prog
4.Registration
5.Email
6.Greets

1.Krax is simple crack creator and crackme in 1, almost like
Head&Shoulders 2in1 ;).Krax support another kewl tool Shareware Cracker
by ProFit^CrackPl, everytime Krax produce executable patch it also make
script file for Shareware Cracker, see yoursefl how it works.

Files needed to run krax:
krax.exe 	- main exe file
patch.dat	- template file for patches

If you want to build your own template file you must follow:
-put signature bytes in data section(writable section)
-declare patcher structure after signature bytes

example:

.data
...
signature_for_krax	dd '$$$$'		; krax need to know where to write
patcher			PATCHER_ <0>		; filled PATCHER_ structure
...						;

PATCHER_ struct
signature	dd ?			; 4 krax version
filename	db 255 dup(?)		; 255 file to patch

filesize	dd ?			; 4 file size
szCaption	db 32 dup(?)		; 32 caption of messagebox
szInfo		db 255 dup(?)		; 255 text in messagebox

lpTable		db (4+1)*255 dup(?)	; 4+1*255(3+1*255 would be good too, i never saw any 4GB file ;)
end_marker	dd -1			; 4

PATCHER_ ends

lpTable:
offset1		dd 0
newbyte		db 0
offset2		dd 0
newbyte2	db 0
...

Patcher structure data is also encrypted with lame procedure, so before
you gonna use patcher struct you must first decrypt it
using @init_patcher macro defined in stuff.inc file

Patcher features:
-data encryption
-SEH to prevent hangup
-file memory mapping(fast patching)
-patch doesnt alter file time and attributtes
-max 255 changes can be done using patcher

2.To create crack for some program you must select first orginal file
then cracked file and press Generate patch.Note that cracked file size
and orginal file size must be the same

3.Rules, forget bout it, there's no rules(enjoy :)

4.Registration
With unregistered version u cant save patch(so crack it fast :P).
Unregistered version has also some bonus thingies like nag boxes and
time delays.
If you want to register please send me nice email and maybe ill send you
registration key :)

5.Bugs,fuckz,comments,reports,your credit cards numbers ;)
cryogen@free.net.pl

6.Greetings go out to:
GustawKit - Ptasiek - LobiX - massh - woody - beanus - ProFit - ImagiNativE
smola - sachy - m4sh - pIRAT - grubyX - dred - luke - romek2 - technik 
-ufo crew - AAOCG - 7team - CookieCrk

