用 C 编程在我自己的 exe 中写入/附加

发布于 2024-08-18 08:15:48 字数 123 浏览 8 评论 0原文

我怎样才能附加我自己的exe来用c编程来升级它。我尝试在 exe 中使用追加模式但无能为力。有什么办法可以修改任何exe吗? .txt 有更简单的过程,但 .exe 没有。

我想像任何程序更新一样添加代码或加入功能。

How can I append my own exe to upgrade it with c programming. I have tried to use append mode in exe but helpless with it. Any way to modify any exe? There are simpler process for .txt but none for .exe.

I want to add the codes or join the functions just like any program updates.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零度℉ 2024-08-25 08:15:48

事情没那么简单。您不能(简单地)将代码添加到 .exe 文件的末尾来修改它;有内部索引、表格等。

对于软件更新,您需要用较新的版本替换有问题的文件。有一些框架可以以简单且自动化的方式做到这一点。如果您告诉您正在使用什么语言和环境,肯定有人会推荐一个好的软件更新解决方案。

It's not that simple. You can't (simply) add code to the end of an .exe file to modify it; there are internal indexes, tables, etc.

For software update you need to replace the file in question with a newer versions. There are frameworks for doing that in an easy and automated way. If you tell is what language and environment you are using, someone is sure to recommend a good software update solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文