Packer Molebox
MoleBox resource manager
MoleBox packs an application and all of its data files into a single exe-file. Even DLL's may be embedded into executable or packed with other resource files. Application packed with MoleBox works the same way as before packing without any changes in its source code.
MoleBox grants developers with transparent access to packed files. Unpacking and decryption (if required) are made automatically and insensibly for application. You shouldn't worry about unpacking resources, simply use them as if they were in separate files.
MoleBox allows you to:
compress and encrypt (**) exe-files;
compress and encrypt data files and DLL's;
protect exe-file from reverse engineering;
protect data files against viewing and modifications;
embed DLL's into exe-files.
Who and why needs MoleBox?
game developers who don't want to develop their own resource manager (***) but prefer to use just made one;
game authors who are using a development tool that doesn't allow to create such utility, e.g. Blitz Basic or Pure Basic;
software developers who want to embed DLL's into exe-file or to protect their DLL's and other data from disassembling, modifications and/or using by other applications.
Features:
the box (****) containing compressed data files can be merged or separated from executable file;
packaging is implemented directly before publishing an application, so developer doesn't have to worry about compression and encryption algorithms and doesn't have to change the source code.
Benefits:
decreased application size;
application works faster because of using one data file instead of many;
program cracking becomes significantly more difficult.
 |