Modifying a string in resource of an exe

后端 未结 4 1831
醉梦人生
醉梦人生 2021-01-03 16:03

How do I modify buffer in following code then save the changes in resource of the executable? I\'m looking for something like SetString(handle,index,buffe

4条回答
  •  萌比男神i
    2021-01-03 16:51

    You can see the source code (Delphi 2006) of the XN Resource Editor (is a free, powerful, fully featured resource editor and PE module explorer for Windows 98, Windows 2000 and Windows XP).

    besides you should check the following functions

    • BeginUpdateResource
    • UpdateResource
    • EndUpdateResource

    Bye.

提交回复
热议问题