How can I make EXE file of the modified copy?
Asked Answered
C

2

5

I made my changes using IDA but I don't know how to make the new file exe again

Consolidate answered 31/1, 2009 at 2:26 Comment(3)
are you saying "I modified an executable in IDA Pro and I want to save out the modified binary as an executable file" ?Density
You need to add more details for any one to answer your questionBarroom
There is no reason to close this question.Marpet
G
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.

Geaghan answered 2/7, 2018 at 23:26 Comment(0)
D
3

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

Density answered 31/1, 2009 at 2:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.