Win32 PE Resource Embedding (portable apps)

Hello developers, if you want quick and easy resource embedding post-compilation into any EXE file I propose to you my peresembed tool. It works by adding new PE sections to your executable with data read from files. Comes with in-memory ZIP creation support out of the box for compressed embedding. You can append it to your deployment process.

Get it at https://osdn.net/projects/pefrm-units/releases/70746

Showcase video: https://www.youtube.com/watch?v=1uYdjiZc5XI

How to use:
peresembed -zipfldr *FOLDER_PATH* *EXPORT_NAME* *INPUT_EXE_PATH* *OUTPUT_EXE_PATH*
peresembed -file *FILE_PATH* *EXPORT_NAME* *INPUT_EXE_PATH* *OUTPUT_EXE_PATH*
peresembed -resfldr *FOLDER_PATH* *INPUT_EXE_PATH* *OUTPUT_EXE_PATH*
Topic archived. No new replies allowed.