Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

MoleBox Pro ver.2.6.1

Posted By: teamboy
MoleBox Pro ver.2.6.1

MoleBox Pro ver.2.6.1 | 1,31 MB

MoleBox is a runtime exe packer for Windows applications. It bundles the executable together with the DLL and data files into a single EXE file, without losing the ability to run the application.
MoleBox compresses and encrypts all the application files. With MoleBox you can protect your application's data and media files from viewing and modifications, and your DLLs and ActiveX components from usage by third party programs.

Moleboxing does not affect the original application's functionality in any way nor requires any additional coding. Unpacking and decryption (if required) are performed automatically and insensibly for application. Packed program runs without extracting files to the disk.

MoleBox helps you solve the following common problems related to software development and distribution:

* Pack application and data files into a single executable. Run application without external files.
MoleBox binds the EXE file and all its supplementary files into a single file. Moleboxed program works exactly as before processing. Data files are unpacked directly to the memory, and not extracted to the disk. Due to this, your data are not available to the user and thus cannot be viewed or modified.
* Embed DLLs into the exe file.
This feature protects your DLLs from usage by third party software and also helps to prevent DLL version conflicts. You application will always have access to the same DLL version it was compiled with.
* Use ActiveX components without registration.
You may pack ActiveX components just as common DLLs, and use them in your application without registration. Packed application does not modify the Windows registry on client PC. All the necessary information is extracted from the component file, and no extra information is required for correct procesing of the ActiveX.
* Encrypt the executable and data files.
Encryption makes reverse engineering and data recovery extremely difficult.
* Compress the entire application suite.
MoleBox uses Zip (Deflate) algorithm to compress the application, DLLs and data files. Executable files size can be reduced by 30-70%. Moreover, processed application requires less disk space due to usage of a single file rather then many data files: for example, 1000 text files of 1 KB occupy 8 MB of disk space, but after processing the overall size may be decreased upto 100 KB.
* Secure application integrity.
Control sum ('CRC check') option will assure that your program and its data files were not modified, and all the necessary files are present.
* Protect application import table.
The application import table is encrypted during processing and, once protected with control sum, it cannot be modified. This ability also allows to counteract API hooking and code injection.