ctr-elf icon indicating copy to clipboard operation
ctr-elf copied to clipboard

Converts a 3DS program's EXEFS to an (IDA-loadable) ELF

ctr-elf

Creates an ELF from a 3DS executable EXEFS

ctr-elf.sh: extract exefs from file and convert to elf. Simply run ctr-elf.sh [path-to-file].

exefs2elf.py: convert exefs to elf file. Place the program's exheader (exh.bin) and exefs folder (exefs/) inside workdir/ and run.

Forked from 44670's patchrom