I have a compiled DLL that contains a string resource. I don't have access to the source code of the dll, but I wish to change that resource. How can I do that?
Asked
Active
Viewed 164 times
0
-
Related: http://stackoverflow.com/questions/4072455/windows-pe-resources – Jonathon Reinhart Oct 01 '13 at 03:49
-
Also: https://www.google.com/search?q=windows+pe+resource+editor – Jonathon Reinhart Oct 01 '13 at 03:49
1 Answers
0
I believe you can do it in C++. If so, you can also do it in C# (via Interop).
Look here:
Look at BeginUpdateResource and friends.

paulsm4
- 114,292
- 17
- 138
- 190