Modifying a string in resource of an exe

后端 未结 4 1843
醉梦人生
醉梦人生 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条回答
  •  醉话见心
    2021-01-03 16:30

    There's an article talk about this on Delphi3000:

    Resources inside .exe files

提交回复
热议问题