More actions
(Created page with "{{Infobox WiiU Homebrews |title=Rpl2elf |image=rpl2elfwiiu.png.png |description=Convert RPL file to Elf format. |author=Relys |lastupdated=2015/01/25 |format=exe |type=PC Utilities |version=2015 |license=Mixed |download=https://dlhb.gamebrew.org/wiiuhomebrews/rpl2elfwiiu.7z |website=https://gbatemp.net/threads/tutorial-how-to-decompress-and-repack-rpx-rpl-files.399934/ |source=https://github.com/Relys/rpl2elf |donation= }} <!--bin: release post--> <!--date: github--> Dec...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox WiiU Homebrews | {{Infobox WiiU Homebrews | ||
|title=Rpl2elf | |title=Rpl2elf | ||
|image=rpl2elfwiiu | |image=rpl2elfwiiu.png | ||
|description=Convert RPL file to Elf format. | |description=Convert RPL file to Elf format. | ||
|author=Relys | |author=Relys | ||
|lastupdated=2015/01/25 | |lastupdated=2015/01/25 | ||
|format=exe | |format=exe | ||
|type= | |type=File Operation | ||
|version=2015 | |version=2015 | ||
|license=Mixed | |license=Mixed |
Latest revision as of 02:43, 22 Mayıs 2024
Rpl2elf | |
---|---|
General | |
Author | Relys |
Type | File Operation |
Version | 2015 |
License | Mixed |
Last Updated | 2015/01/25 |
Links | |
Download | |
Website | |
Source | |
Decompress and repack RPX/RPL files to standard ELF format. This tool is still unfinished and for now it can decompress RPL/RPX zlib compressed sections while displaying essential information about ELF headers and data.
User guide
Place rpl2elf.exe and the file you want to convert in the same folder.
In the command prompt, type: rpl2elf sample.rpx sample.elf
Replace "sample" with your file's name.
Credits
comex (documentation and research of the RPL/RPX format).
deroad (additional research of the RPL/RPX format).
Mark Adler (zlib header files).