re-compile IDA pro disassemble code[HELP Please]

Programming, for all ages and all languages.
Post Reply
TSecurity
Posts: 2
Joined: Sat Oct 22, 2011 2:01 pm

re-compile IDA pro disassemble code[HELP Please]

Post 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.
Casm
Member
Member
Posts: 221
Joined: Sun Oct 17, 2010 2:21 pm
Location: United Kingdom

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

Post 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.
TSecurity
Posts: 2
Joined: Sat Oct 22, 2011 2:01 pm

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

Post 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...
Casm
Member
Member
Posts: 221
Joined: Sun Oct 17, 2010 2:21 pm
Location: United Kingdom

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

Post 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.
Post Reply