Page 1 of 1

Decompiling Metal slug

Posted: Tue Mar 08, 2022 3:42 pm
by Miosaurio
I really don't know if this should go here but I was recommended to search in sites where the source code of the consoles is explored.

The thing is that for some time I've been wanting to decompile the metal slug saga of Arcade or console versions, it really doesn't matter, so I come to ask if it is possible if you could help me.

Re: Decompiling Metal slug

Posted: Tue Mar 08, 2022 9:28 pm
by akuyou
I did a quick google search and couldn't find any existing disassembled sources of Metal Slug

You could try and do one yourself with a program like cutter:
https://cutter.re/

I would warn you though, in my opinion / experience disassembling something is harder than writing it, what I'm saying is if you're not already skilled in assembly, the result is going to be a nightmare, you won't have any code comments or labels in the resulting disassembled source, and disassemblers often get mixed up between source code and blocks of data, which means there may be 'code' mistaken for byte data, and byte data converted to nonsense code.

Topic moved to 68000 assembly, as it's a perfectly valid question others may ask.