Change resources in other Win32-dll/exe

前端 未结 5 604
陌清茗
陌清茗 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:13

    You must use the BeginUpdateResource, UpdateResource and EndUpdateResource WinApi functions, try this page to check the pinvoke .Net signature of these functions, also you can check this project ResourceLib.

提交回复
热议问题