IDA Pro and editing executables

2019-04-29 19:08发布

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?

2条回答
男人必须洒脱
2楼-- · 2019-04-29 19:23

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.

查看更多
疯言疯语
3楼-- · 2019-04-29 19:45

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.

查看更多
登录 后发表回答