I need a program to edit exe files. For example to rewrite .text section in assembly or edit data .section. Do you know anything free suitable for me ?

link|improve this question

44% accept rate
feedback

3 Answers

While IDA Pro is by fast the best, as Michael recommends, it's not free. Try something like Ollydbg instead.

link|improve this answer
Good point. I upvoted you. – Michael Pryor Apr 9 '10 at 19:25
feedback

Never heard of PECOFF files, but I'm guessing since they're exe files you'll need a hex editor. I use bvi for hex editing, but it helps to know vi editing commands to use it.

link|improve this answer
I need something which would change it into assembly – oneat Apr 9 '10 at 11:33
feedback

You need to search for a "windows disassembler".

IDA Pro is one of them.

link|improve this answer
IDA pro isn't free, which is what the question asked for. – Dentrasi Apr 9 '10 at 15:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.