IDA Pro and editing executables

别等时光非礼了梦想. 提交于 2020-01-02 04:24:10

问题


This is kind of an unorthodox question.

I'm kinda new to using IDA Pro.
Is there a way to edit the assembly code and then have IDA save the result as an executable?
Is there some kind of plugin maybe that does that? because it seems that IDA doesn't want to save as an EXE.
Or do I need to manually edit it in some other way?


回答1:


Version 6.1+ (maybe 6.2+) of IDA Pro will allow you to apply your patches directly to the input file. Equally, it allows you to revert the changes back.




回答2:


I've seen somewhere else that you'd have to produce a .diff file from there then open with a text editor and use another program to patch the original file.



来源:https://stackoverflow.com/questions/327196/ida-pro-and-editing-executables

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!