MASM format
Skin36 opened this issue · 6 comments
Skin36 commented
how to get the MASM format from the IDA?
xor2003 commented
Looks like by default it generates almost MASM format.
Options->Analysis->Target Assembler->Generic for Intel 80x86
Skin36 commented
the script masm2c.py generates an error for the same names of different structures. Is it correct ?
LowLevelMahn commented
- your code should build beforehand successfully with Masm (or UASM: http://www.terraspace.co.uk/uasm.html)
- the masm2c tools do not even try to support you with the complexity of the reversing (if will not work if you're not able to build your reversed code with masm)
- reversing a DOS program (or something) else is definitily more work then producing asm with IDA and run masm2c :)
what about a real sample?
Skin36 commented
xor2003 commented
Sctructures and macro support is the current next step