More actions
(Created page with "{{Infobox-3DS-Homebrews | title = ctr-elf2 | image = https://dlhb.gamebrew.org/3dshomebrew/ctr-elf2-3DS.jpg|250px | type = PC Utilities | version = 2017 | lastupdated = 2017/0...") |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = ctr-elf2 | |title=ctr-elf2 | ||
| image = | |image=3dspc.png | ||
| type = PC Utilities | |description=Rewrite of ctr-elf to convert 3DS code.bin to .elf. | ||
| version = | |author=NWPlayer123 | ||
| | |lastupdated=2021/12/11 | ||
|type=PC Utilities | |||
| | |version=2021 | ||
|license=Mixed | |||
| | |download=https://dlhb.gamebrew.org/3dshomebrews/ctr_elf2.zip | ||
| source = https://github.com/NWPlayer123/ctr-elf2 | |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.