More actions
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = ctr-elf2 | |title=ctr-elf2 | ||
| | |image=3dspc.png | ||
| | |description=Rewrite of ctr-elf to convert 3DS code.bin to .elf. | ||
| lastupdated = | |author=NWPlayer123 | ||
| | |lastupdated=2021/12/11 | ||
| | |type=PC Utilities | ||
| | |version=2021 | ||
| | |license=Mixed | ||
| source = https://github.com/NWPlayer123/ctr-elf2 | |download=https://dlhb.gamebrew.org/3dshomebrews/ctr_elf2.zip | ||
|website=https://github.com/NWPlayer123/ctr-elf2 | |||
|source=https://github.com/NWPlayer123/ctr-elf2 | |||
}} | }} | ||
This is a rewritten version of [https://github.com/archshift/ctr-elf ctr-elf] that fixed the .bss section and required external dependencies (arm-none-eabi from DevkitARM). | |||
==User guide== | |||
This was only tested with Python 2.7.13 and Yo-kai Watch 3 Sukiyaki but it should work fine on any code.bin+exh.bin. | |||
Also you can just place it in the directory that ctrtool creates and run it which is a lot easier and faster than making a separate workdir folder. | |||
==External links== | |||
* GitHub - https://github.com/NWPlayer123/ctr-elf2 |
Latest revision as of 11:07, 22 Haziran 2024
ctr-elf2 | |
---|---|
General | |
Author | NWPlayer123 |
Type | PC Utilities |
Version | 2021 |
License | Mixed |
Last Updated | 2021/12/11 |
Links | |
Download | |
Website | |
Source | |
This is a rewritten version of ctr-elf that fixed the .bss section and required external dependencies (arm-none-eabi from DevkitARM).
User guide
This was only tested with Python 2.7.13 and Yo-kai Watch 3 Sukiyaki but it should work fine on any code.bin+exh.bin.
Also you can just place it in the directory that ctrtool creates and run it which is a lot easier and faster than making a separate workdir folder.