|
|||||||||||||||
One of the unique features of PECompact 2 is that it allows for a plug-in to provide the loader (symbiote, decompression stub) that is installed on target portable executables. By creating your own loader using the PECompact 2 Loader SDK you can increase the security of your application, add new features, and many other things. Creation of a custom loader is still somewhat technical though and should not be undertaken by programmers not experienced with x86 assembly language. Loaders can be written in any language, though the only template available is written in x86 assembly (MASM). A Visual Studio .NET 2003 VC++ project is included that merges both x86 assembly and C++ to form the loader template from which new loaders may be easily derived. The loader SDK includes:
The loader SDK does not grant the right to distribute PECompact
itself. You must purchase a PECompact Redistribution License for that
right. Email support@bitsum.com
with the subject "PECompact" for more information.
The reason generic software protection mechanisms always fail is
because since they are generic, they are targeted by skilled crackers
and it is always merely a matter of time before a generic unpacker is
released. Once a generic unpacker is created, even unskilled crackers
can easily bypass your software protection. For further information and discussions, please email support@bitsum.com with the subject "PECompact".
|