Native Linux app to edit Win32 PE like ResHacker

六月ゝ 毕业季﹏ 提交于 2019-12-02 11:08:08

问题


I want to run a auto modify .dll service, users submit a specific .dll, I modify it on the server, then user can download modified version of the .dll. Are there any native Linux app that provide common Win32 PE modification capabilities like Icons, Strings, Accelerators, Dialogues, etc. which at least provide a commandline or scripting API ?


回答1:


i586-mingw32msvc-windres as a part of the mingw package.

NAME
       windres - manipulate Windows resources.

Command line only, but you can check the source as binutils are free (as in speech).



来源:https://stackoverflow.com/questions/1291570/native-linux-app-to-edit-win32-pe-like-reshacker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!