shuffle2 / nx2elf

Convert Nintendo Switch executable files to ELFs
70 stars 16 forks source link

Issue with Mario Kart 8 Deluxe #1

Open PabloMK7 opened 6 years ago

PabloMK7 commented 6 years ago

There seems to be an issue with MK8D binaries, inside the exefs folder I can find the following files: main main.npdm rtld sdk subsdk0 subsdk1 subsdk2 subsdk3 subsdk4

Running the tool gives the following output: https://filetrip.net/dl?i1QvmxjyDR (Had to upload the file somewhere because the output was too big)

There are errors for each of the binaries. The elfs are generated, however the symbols are reported as corrupted. Ask me if you need more info. :)

shuffle2 commented 6 years ago

This is because the game is 32bit. PRs accepted...