Ubuntu – Wii Broadway disassembly with libopcodes
I want to disassemble Wii game executable binaries in C, which use the broadway microprocessor and unfortunately the only disassembler I am aware that I can use is libopcodes. Documentation about this library is scarce and I'm using this tutorial…