- Fixed small problem with VB protected applications
- Fixed the problem with export section processing on some applications
* Visual Studio 2005 signatures were updated
- Fixed small problem with VB protected applications
- Fixed the problem with export section processing on some applications
* Visual Studio 2005 signatures were updated
- Fixed small problem with VB protected applications
- Fixed the problem with export section processing on some applications
* Modes Manager was updated and additionaly protected to prevent its patching
* Visual Studio 2005 signatures were updated
+ Added additional envelope and virtual machines protection against ASProtect Stripper
+ Added additional checksum protection against protected applications patching and unpacking
+ Added the possibility and debugging support for using aspr_ide.dll library directly inside Visual Basic IDE environment, without necessity to compile native or protected code
+ Added new ASProtect API - "RemoveKey". New API gives one a possibility to completely remove selected registration key both from the system and ASProtect internal Modes Manager.
function RemoveKey ( ModeID : Byte ): Boolean; stdcall;
Please, refer to updated header files for API format and parameters.
+ Added new ASProtect API - "GetHardwareIDEx". New API gives more options to lock protected application depending on hardware/software, selected for a specific mode.
GetHardwareIDEx - retrieves the unique computer identifier, depending on settings of selected mode (currently working or any other valid modes). HardwareID is used to generate keys, limited to particular computer.
function GetHardwareIDEx ( ModeID : Byte ) : PChar; stdcall;
Please, refer to updated header files for API format and parameters.