-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RcEdit destroys application without relocation table #70
Comments
I'm also seeing issues with rcedit corrupting my executable after setting the version string. It could be this issue. Is it possible to get a fix? |
Same here. Happens when building Node.JS apps with pkg. |
If anybody's wondering, pretty much all resource editing tools destroy the integrity of executable files except the latest version of resource hacker. Simply run the following command line to change an icon.
I've tested every resource editor out there and this is the only one that worked. |
rcedit relies on the |
One of the future in EurekaLog is to reduce file size by removing relocation table.
When I set resources in such file RcEdit destroys application file.
In attachment I prepared simple application orginal with removed relocation table and one with resources applied via RcEdit (rcedit.exe EurekaLogRcEditTest.exe --set-version-string Test Test)
EurekaLogRcEditTest.zip
The text was updated successfully, but these errors were encountered: