OpenDolBoot
This is an old revision of this page, as edited by DacoTaco (talk | contribs) at 19:38, 6 February 2024. It may differ significantly from the current revision. |
OpenDolBoot is an application created during the development of Priiloader. It creates an .app file out of the given dol file. The resulted .app file will be bootable by IOS/ES_LaunchTitle and can be used as a title.
OpenDolBoot | |
![]() | |
General | |
---|---|
Author(s) | DacoTaco |
Type | PC utility |
Version | 0.2 |
Links | |
Download | |
Source |
The parameters (as shown by the -h parameter) are : OpenDolBoot Input_Dol_filename [-h] [-i] [-n nandcode_filename] Output_App_filename
- -i : display info about the dol file and exit (no other parameters are required when using -i
- -n : use the following nand code and not the default (internal) nboot.bin (experimental!)
- -h : display this message
In the included package is a win32 build, and the source code to build the tool for linux or macOS