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 ?
相关问题
- Is shmid returned by shmget() unique across proces
- the application was unable to start correctly 0xc0
- how to get running process information in java?
- Handle button click in another application
- Error building gcc 4.8.3 from source: libstdc++.so
i586-mingw32msvc-windres
as a part of the mingw package.Command line only, but you can check the source as binutils are free (as in speech).