0

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?

1 Answers1

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