Skip to content
forked from shuffle2/nx2elf

Convert Nintendo Switch executable files to ELFs

Notifications You must be signed in to change notification settings

leoetlino/nx2elf

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 59.4%
  • C++ 40.6%