DLLPackager 类似于 MoleBox 和 PEBundle ,是为 Windows 应用程序设计的封装工具,可以封装应用程序所需的数据文件或组件到一个独 立的 EXE 文件中。
封装后的程序文件保留有原文件的所有功能,并且运行时无需向硬盘写入封装数据;
Another old-new tool from me. I've coded it 5 months ago, but I didn't have time to publish it.
Generally it is a simple tool to bundle DLL's with executable (similar to PEBundle or MoleBox).
'Simple' means there is no encryption or compression. It's coded fully in C++ (also loader).
|