shuffle2 / nx2elf

Convert Nintendo Switch executable files to ELFs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nx2elf

Convert Nintendo Switch executable files to ELFs

Known Issues

  1. Does not handle 32bit files.
  2. Input files contain 3 segments, divided by memory protection type. This tool attempts to derive original ELF sections which were merged into these 3 segments. For simplicity, this currently results in sections which overlap the main 3 segments, since they reside within their bounds. Tools like IDA will complain about this, but it shouldn't actually result in any problems. File an issue if it does.

About

Convert Nintendo Switch executable files to ELFs


Languages

Language:C 71.0%Language:C++ 29.0%Language:Makefile 0.0%