ACProtect is an application that allows you to protect Windows executable files(PE files) against piracy. Using public keys encryption algorithms (RSA) to create and verify the registration keys and unlock some RSA key locked code. It has an Embedded Protector against file dumping and unpackers. It also has many anti-debug tricks with specialized API system. Mutual communication between loader and application can also be achieved!
Special ACProtect Technics:
Metamorph Engine- Metamorph decryption routines and several encrypted layers. The code being protected varies every time you protect your application.
CodeReplace Engine - ACProtect can replace some of the protected program's code with its own codes without function loss and speed loss. This feature combine the protect code and the program code more closer and prevent cracker from dump the original program;
Embedded Protector - You can specify the place in your...