Difference between revisions of "OpenDolBoot"
Jump to navigation
Jump to search
m |
Hallowizer (talk | contribs) m (Formatting fixes) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox homebrew | {{Infobox homebrew | ||
| title = OpenDolBoot | | title = OpenDolBoot | ||
+ | | image = [[File:LL_OpenDolBoot_icon.png]] | ||
| type = pc utility | | type = pc utility | ||
| author = [[User:DacoTaco|DacoTaco]] | | author = [[User:DacoTaco|DacoTaco]] | ||
| version = 0.1 | | version = 0.1 | ||
| download = media:OpenDolBoot.zip | | download = media:OpenDolBoot.zip | ||
− | | source = | + | | source = https://github.com/DacoTaco/priiloader/tree/master/tools/OpenDolBoot |
}} | }} | ||
− | + | '''OpenDolBoot''' is an application created during the development of [[Preloader/Priiloader | 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 is an application created during the development of [[Preloader/Priiloader | Priiloader]]. | ||
− | It creates an app file out of the given | ||
The parameters (as shown by the -h parameter) are : | The parameters (as shown by the -h parameter) are : | ||
OpenDolBoot Input_Dol_filename [-h] [-i] [-n nandcode_filename] Output_App_filename | 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 | *-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 | + | *-n : use the following nand code and not the default (internal) nboot.bin (experimental!) |
*-h : display this message | *-h : display this message | ||
− | In the included package is a win32 build, a linux build(done by 32bit ubuntu 10) and the source code | + | In the included package is a win32 build, a linux build(done by 32bit ubuntu 10) and the source code. |
Latest revision as of 01:30, 13 May 2021
OpenDolBoot | |
![]() | |
General | |
---|---|
Author(s) | DacoTaco |
Type | PC utility |
Version | 0.1 |
Links | |
Download | |
Source |
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.
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, a linux build(done by 32bit ubuntu 10) and the source code.