Abdullah
Abdullah

Reputation:

How can I make EXE file of the modified copy?

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

Upvotes: 5

Views: 16637

Answers (2)

Ray
Ray

Reputation: 241

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.

Upvotes: 7

John Mulder
John Mulder

Reputation: 10103

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

Upvotes: 3

Related Questions