5

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

hhafez
  • 38,949
  • 39
  • 113
  • 143

2 Answers2

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