Page 1 of 1

re-compile IDA pro disassemble code[HELP Please]

Posted: Sat Oct 22, 2011 2:25 pm
by TSecurity
hiii...

I disassemble the .exe file via IDA pro 6.1 and necessary for me to mutation the IDA pro asm code and re-compile it.
But, disassembled code of exe file produced via IDA pro, don't re-compile with masm or other assemblers without I had been applying any mutation.
why disassembled code of exe file produced via IDA pro don't re-compile?

sorry for incorrect verb use and grammer in my txt.

Re: re-compile IDA pro disassemble code[HELP Please]

Posted: Sat Oct 22, 2011 3:57 pm
by Casm
TSecurity wrote:hiii...

I disassemble the .exe file via IDA pro 6.1 and necessary for me to mutation the IDA pro asm code and re-compile it.
But, disassembled code of exe file produced via IDA pro, don't re-compile with masm or other assemblers without I had been applying any mutation.
why disassembled code of exe file produced via IDA pro don't re-compile?

sorry for incorrect verb use and grammer in my txt.
Probably because IDA Pro doesn't bother to reproduce the syntax of any particular assembler.

Re: re-compile IDA pro disassemble code[HELP Please]

Posted: Sat Oct 22, 2011 5:22 pm
by TSecurity
Casm wrote:
TSecurity wrote:hiii...

I disassemble the .exe file via IDA pro 6.1 and necessary for me to mutation the IDA pro asm code and re-compile it.
But, disassembled code of exe file produced via IDA pro, don't re-compile with masm or other assemblers without I had been applying any mutation.
why disassembled code of exe file produced via IDA pro don't re-compile?

sorry for incorrect verb use and grammer in my txt.
Probably because IDA Pro doesn't bother to reproduce the syntax of any particular assembler.
thank you casm,
but, what is this problem solving method?
Can I handle this problem?what is the solution?
Solution of this problem is very important for me...

Re: re-compile IDA pro disassemble code[HELP Please]

Posted: Sat Oct 22, 2011 6:28 pm
by Casm
TSecurity wrote:
Casm wrote:
TSecurity wrote:hiii...

I disassemble the .exe file via IDA pro 6.1 and necessary for me to mutation the IDA pro asm code and re-compile it.
But, disassembled code of exe file produced via IDA pro, don't re-compile with masm or other assemblers without I had been applying any mutation.
why disassembled code of exe file produced via IDA pro don't re-compile?

sorry for incorrect verb use and grammer in my txt.
Probably because IDA Pro doesn't bother to reproduce the syntax of any particular assembler.
thank you casm,
but, what is this problem solving method?
Can I handle this problem?what is the solution?
Solution of this problem is very important for me...
You will have to read the documentation of whatever assembler you are using, and find out what its wants are.