Skip to content

Latest commit

 

History

History
executable file
·
10 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

executable file
·
10 lines (7 loc) · 370 Bytes

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