如何制作修改后副本的 EXE 文件?
我使用 IDA 进行了更改,但我不知道如何再次生成新文件 exe
I made my changes using IDA but I don't know how to make the new file exe again
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我使用 IDA 进行了更改,但我不知道如何再次生成新文件 exe
I made my changes using IDA but I don't know how to make the new file exe again
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
编辑-> 补丁程序-> 将补丁应用于输入文件。
您也会看到创建备份的选项,选择它,您应该拥有输入文件的副本,原始文件和新编辑的文件。
Edit -> Patch program -> Apply patches to input file.
You'll see the option to create backup too, select it and you should have to copies of your input file, the original and the new edited one.
根据 OpenRCE 上的 讨论,似乎不能直接强制 IDA Pro 输出一个“.exe”。 您可以做的是让它生成一个“.dif”并使用它来修补原始的“.exe”。
要让 IDA Pro 生成“.dif”:
文件->生成文件->创建
According to a discussion on OpenRCE, it seems that you cannot directly force IDA Pro to output an ".exe". What you can do is get it to produce a ".dif" and use that to patch the original ".exe".
To get IDA Pro to generate the ".dif":
File->Produce file->Create