Cave-Story-Decompilation
Cave-Story-Decompilation copied to clipboard
Make code re-assemblable
The ASM code can't be re-assembled.
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.
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