Skip to content

Instantly share code, notes, and snippets.

View Slluxx's full-sized avatar
🧐
Searching for a new challenge!

Slluxx Slluxx

🧐
Searching for a new challenge!
View GitHub Profile
@Slluxx
Slluxx / patchNXapps.md
Last active July 22, 2024 15:56
How to patch Nintendo Switch Applications in IDA

Patching the Youtube App

In short

  1. Extract the main NSO
  2. Convert it into an ELF (to strip header/hashes)
  3. Load it into Ida, find the function and patch the bytes back into the binary
  4. Convert the ELF back into NSO
  5. Use the nso as exefs patch or re-import it into the NCA/NSP