Cave-Story-Decompilation icon indicating copy to clipboard operation
Cave-Story-Decompilation copied to clipboard

Make code re-assemblable

Open GabrielRavier opened this issue 7 years ago • 2 comments

The ASM code can't be re-assembled.

GabrielRavier avatar Dec 07 '17 09:12 GabrielRavier

Generally speaking, IDA's output is not assemblable, although writing a script that converts it to something like FASM's format shouldn't be too hard. This probably still wouldn't be enough to assemble it but it would be a good step forward. I'm not sure if it's something that needs to be done now though - naming functions and parts of data section is easier in IDA, so it's probably better to work on assemblable source files after all the parts of the original binary are understood.

mmiszczyk avatar Feb 06 '18 11:02 mmiszczyk

Actually,I had put this up for the purpose of not having people asking about it, but I guess it's actually doable with a bit of effort, like for the Sonic disassemblies

GabrielRavier avatar Feb 07 '18 15:02 GabrielRavier