You are on page 1of 1

CodeCoffer for Delphi & C  1.0 released!

Do you want to protect your important code in your application, such as registra
tion code check, from cracking?
CodeCoffer is a new code protection tool for Delphi & C  . And it's the protector for
your important code!
To protect Delphi & C  applications out of cracking, in general, you can use traditi
onal packer(protector) or some protection VCL.
With traditional packer(protector), they treat all the code as data. After prote
ction, the protection run first, then jump to original program point to run, so
the protection code and the program code are separated, they have a obvious gap.
Cracker can unpacker or crack the program if they find the OEP (original entry
point) and fix the IAT table.
If you use protection VCL, the protection code and program code are combined tog
ether, but the protection code is written in Delphi language, not low level ASM
language. The powerful anti debug ability and polymorph code technical can not b
e implemented in the VCL. So the protection is weak.
CodeCoffer is a combination of traditional packer(protector) and protection VCL.
Its code is seamlessly combined with Delphi or C  source code, and it uses low leve
l asm technical to gain the powerful anti debug ability. It is polymorphic coded
, so the code has no signature to be recognized and the en/decryption code and a
nti debug code are varied from each protection.
If you have some important Delphi or C  code such as registration check code, and yo
u don't want them to be seen by cracker, use CodeCoffer to put the code into cof
fer.
Key feature:
Anti Decompilation
Anti Debug
Anti Trace
Anti Dump
Seamless combination with source code,No gap
Easy to use
Polymorphic engine, no characteristic signature
Dynamic En/Decryption of the protected code
Counter action agaist most used tools by cracker include:
EXESPY, WXR95, REGMON, FILEMONITOR, REGMON, WINDOWDETECT, DEBUGVIEW, RESSPY, ADV
ANCED REGISTRY TRACER, REGSNAP, MEMSPY, MEMORY DOCTOR, PROCDUMP32, MEMORY EDITOR
, FROGSICE, SMU WINSPECTOR, MEMORY DUMPER, MEMORYMONITOR, NUMEGA SOFTICE LOADER,
URSOFT W32DASM, Prodump.

You might also like