IDA Pro and editing executables
Asked Answered
A

2

5

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?

Arni answered 29/11, 2008 at 5:7 Comment(1)
Well, I ended up using OllyDbg. It makes it very easy to patch an exe.Arni
R
4

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.

Raceway answered 6/4, 2012 at 20:56 Comment(2)
The menu is a bit difficult to find; it's under Edit > Patch Program. That menu is also where you need to save the result.Womanlike
@Womanlike Thanks. I was wondering why my patches hadn't been applied to the binary. I had to use Edit -> Patch Program -> Apply patches to input file...Drews
M
0

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.

Mellifluous answered 26/4, 2011 at 4:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.