├── .gitignore ├── README.md ├── e2elf.ld └── exefs2elf.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nedwill/ctr-elf/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nedwill/ctr-elf/HEAD/README.md -------------------------------------------------------------------------------- /e2elf.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nedwill/ctr-elf/HEAD/e2elf.ld -------------------------------------------------------------------------------- /exefs2elf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nedwill/ctr-elf/HEAD/exefs2elf.py --------------------------------------------------------------------------------