Full Description:
<b>PELock</b> - is an application that allows you to protect Windows executable files (so called exe-protector). Besides that, PELock allows easy creation of application of evaluation-demo type, which use license key system.<br><br>
PELock features:
<ul>
<li>compression of the application (code, imports, resources), it's possible to decrease executable size even 70% of original file
<li>encryption of code (publicly available cryptographic algorithms and algorithms build polymorphic ally)
<li>reorganization of basic PE EXE structures in order to assure better ratio during compression
<li>deletion of unnecessary structures in executable file (relocations, debug info)
<li>protection against cracks and loaders
<li>protection against debuggers (SoftICE, TRW, Turbo Debugger...)
<li>protection against code tracing
<li>counteraction to dumping application memory with the tools like ProcDump, LordPE...
<li>application integrity check
<li>many anty-debug and anty-trace tricks
<li>advanced import table protection (so called "api redirection")
<li>application password protection
<li>simple in use license key system
<li>application password protection
<li>API system which allows communication between application and license key system
<li>creation and verification of registration keys using public keys encryption algorithms (RSA)
<li>ability to create trial keys and hardware dependent keys
<li>keeping of the database and checkup of "stolen" (illegal) registration keys
<li>ready to use samples of license key system in C/C++/Delphi
<li>user-friendly interface
<li>many option, which allow you the customize protection to your needs
<li>entire thing written in assembler (win32asm)
<li>compatibility with all operating systems Windows 95/98/ME/NT/2K/XP
</ul>