- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy Code OfficeEnable your application to bind/extract any files to/from an executable file on the fly.From the developer: ""Bind to EXE library enables your application to bind/extract files to/from an executable file at runtime. It consists of two classes, TBindToEXE and TExtractFromEXE, corresponding to two working stages, i.e. binding and extracting stage. ""In binding stage, TBindToEXE can embed a collection of files in a single executable file dynamically. The embedded files can be compressed to reduce their size, or be encrypted to increase their securities. In extracting stage, TExtractFromEXE can retrieve information about the collection of files embedded in the executable file, or just extract one or more files from the executable file specified by their names or IDs.""