▶SUPPORT on Patreon and watch videos like this early and ad-free: https://patreon.com/mattkc▶LEGO Island Decompilation Repository: https://github.com/isledec...
For anyone who played this as a kid, this video is really fascinating. Hope he keeps it up.
I haven’t watched his videos but the tools are slightly better than just a hex editor. You can start by “disassembling” which decodes the hex into the set of CPU instructions. Then you can use graphical tools like IDA or Ghidra. You work through chunks of assembly and start grouping sets of instructions together into things like functions and label them. You end up with a load of (possibly labelled) boxes connected together by lines. It can be a painstaking and difficult process but the tools do help you tackle it piece by piece.
His video on the soundtrack had me fascinated!
Same. I’m impressed someone is able to figure that kind of thing out without any info other than a hex editor.
I haven’t watched his videos but the tools are slightly better than just a hex editor. You can start by “disassembling” which decodes the hex into the set of CPU instructions. Then you can use graphical tools like IDA or Ghidra. You work through chunks of assembly and start grouping sets of instructions together into things like functions and label them. You end up with a load of (possibly labelled) boxes connected together by lines. It can be a painstaking and difficult process but the tools do help you tackle it piece by piece.