How can I make an exe file with a modified copy?

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

+3
source share
1 answer

According to the discussion on OpenRCE, it seems that you cannot directly force IDA Pro to output ".exe". What you can do is make it create a ".dif" and use it to fix the original ".exe".

To get IDA Pro to create ".dif": File-> Create File-> Create

+3
source

Source: https://habr.com/ru/post/1702512/


All Articles