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-compile IDA pro disassemble code[HELP Please]
Re: re-compile IDA pro disassemble code[HELP Please]
Probably because IDA Pro doesn't bother to reproduce the syntax of any particular assembler.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.
Re: re-compile IDA pro disassemble code[HELP Please]
thank you casm,Casm wrote:Probably because IDA Pro doesn't bother to reproduce the syntax of any particular assembler.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.
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]
You will have to read the documentation of whatever assembler you are using, and find out what its wants are.TSecurity wrote:thank you casm,Casm wrote:Probably because IDA Pro doesn't bother to reproduce the syntax of any particular assembler.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.
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...