I made my changes using IDA but I don't know how to make the new file exe again
Asked
Active
Viewed 1.5k times
5
-
1are you saying "I modified an executable in IDA Pro and I want to save out the modified binary as an executable file" ? – John Mulder Jan 31 '09 at 02:29
-
You need to add more details for any one to answer your question – hhafez Jan 31 '09 at 02:31
-
1There is no reason to close this question. – BobbyShaftoe Jan 31 '09 at 03:11
2 Answers
7
Edit -> Patch program -> Apply patches to input file. You'll see the option to create backup too, select it and you should have to copies of your input file, the original and the new edited one.

Ray
- 238
- 5
- 8
4
According to a discussion on OpenRCE, it seems that you cannot directly force IDA Pro to output an ".exe". What you can do is get it to produce a ".dif" and use that to patch the original ".exe".
To get IDA Pro to generate the ".dif": File->Produce file->Create

John Mulder
- 9,765
- 7
- 33
- 37