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?

link|improve this question

57% accept rate
feedback

3 Answers

up vote 1 down vote accepted

Well, I ended up using OllyDbg. It makes it very easy to patch an exe.

link|improve this answer
feedback

I've had the same problem, I 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. To me, this is very dumb to have an option to 'Produce .exe' ... I'm an Olly Man my self, I think I'm goin back too!.... C-yA IDA :(

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.