appending data to an exe

后端 未结 2 403
眼角桃花
眼角桃花 2020-12-05 01:18

This question extensions from one of the answers to my earlier question: how to save user registration in the exe... (C#).

The idea itself is still very new to me, b

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 01:45

    Here is a link to a piece of code I've used to append data to an exe. This is specifically for appending data without breaking the signing of the exe, but the principle should hold for just appending to unsigned executables.

    http://blog.barthe.ph/2009/02/22/change-signed-executable/

提交回复
热议问题