uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.09k stars 250 forks source link

Improve support for nintendo switch files #980

Open wowjinxy opened 3 years ago

wowjinxy commented 3 years ago

The Reko decompiler already supports the nintendo switch architecture but unlike the wii/gamecube's main.dol it doesn't have any predetermined settings for the switch's main.

uxmal commented 3 years ago

Could you be more specific on what you mean with "doesn't have any pretermined settings for the Switch"s main"?

wowjinxy commented 3 years ago

For example, when I select a dol from wii or gamecube I can easily set the first drop down to Wii DOL. Reko knows exactly how to handle it without me having to set the cpu architecture or operating environment. I say main because unlike the wii and gamecube the executable doesn't have it's extension normally, although it's usually just nso, or the less common nss and nro.

uxmal commented 3 years ago

A (small) sample binary would be awesome here.

wowjinxy commented 3 years ago

Here you are main.zip If need be I can find something smaller