Skip to content
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

Copy a resource file from one exe or DLL to another exe or DLL #22

Open
Ajatars opened this issue Mar 27, 2024 · 1 comment
Open

Copy a resource file from one exe or DLL to another exe or DLL #22

Ajatars opened this issue Mar 27, 2024 · 1 comment

Comments

@Ajatars
Copy link

Ajatars commented Mar 27, 2024

Will this feature be supported in the future?
I tried using go winres extract, but some files encountered errors:
[RT_VERSION] [# 1] [0804] Unhandled code page

Some files will succeed, but the following error will occur when patching to a new PE file:
Not enough room to add. rsrc section header

@tc-hib
Copy link
Owner

tc-hib commented Apr 11, 2024

Hi, thanks for this bug report.

Can you please try again with v0.3.3 ? This should fix the error that says "not enough room to add. rsrc section header".

As for the code page error, it means the text isn't encoded in unicode.
If you send me the file I might have a look at it to see if I can add code page conversion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants