views:

1325

answers:

1

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  A: 

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

shoosh