Martmists-GH / ghidra-ctr-loader

A Ghidra loader for 3DS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ghidra CTR Loader

This is a Ghidra loader for Nintendo 3DS executables.

Features

Currently supports:

  • CXI Imports
  • CIA Imports (decrypted only)
    • Currently only imports the first container
  • CRO Imports
  • CRS Imports (from CXI/CIA only)
  • CRO multi-file analysis (i.e. linking imports and exports together)

Planned:

  • Support for .bss sections and relocations
  • Support for multiple .rodata/.data sections in static.crs
  • CIA Imports
    • Support for multiple containers
    • Support for encrypted containers

About

A Ghidra loader for 3DS files

License:Other


Languages

Language:Kotlin 99.2%Language:Java 0.8%