Change resources in other Win32-dll/exe

前端 未结 5 603
陌清茗
陌清茗 2021-01-19 13:45

There is a Resource Hacker program which allow to change the resources in the other win32(64) dll and exe files.

I need to do the same thing, but programmaticaly. Is

5条回答
  •  余生分开走
    2021-01-19 14:10

    The author points to another tool "XN Resource Editor" which comes with source code (although Delphi, not .NET).

    This should be enough to see which functions being used and use the .NET equivalent of them.

提交回复
热议问题