Difference between revisions of "Savezelda"
Jump to navigation
Jump to search
Hallowizer (talk | contribs) m (Added the logo.) |
Hallowizer (talk | contribs) m (Navbox) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| type = loader | | type = loader | ||
| source = https://github.com/lewurm/savezelda/tree/master/loader | | source = https://github.com/lewurm/savezelda/tree/master/loader | ||
+ | | peripherals = {{FrontSD}} {{FrontSDHC}} {{USBGecko}} | ||
}} | }} | ||
− | '''Savezelda''' is a small loader designed to be bundled with exploits. The name comes from [[Twilight Hack]], the original exploit to use this loader. Its sole purpose is to load <code>/boot.elf</code> from SD or [[USBGecko]], SD taking priority. | + | '''Savezelda''' is a small loader designed to be bundled with exploits. The name comes from [[Twilight Hack]], the original exploit to use this loader, although the name did not come about until [[Indiana Pwns]] was released. Its sole purpose is to load <code>/boot.elf</code> from SD or [[USBGecko]], SD taking priority. |
+ | |||
+ | == Modified versions == | ||
+ | Some exploits, such as [[FlashHax]] and [[str2hax]], have a slightly modified copy of Savezelda. They are built on the same core, but there is also a default target of the [[HackMii Installer]]. FlashHax accomplishes this by bundling the binary into Savezelda, while str2hax manually downloads the installer. | ||
+ | |||
+ | [[Bluebomb]]'s stage1 is also loaded by a modified version of Savezelda from memory; the USB code is separate. | ||
+ | |||
+ | {{Navbox fail0verflow}} |
Latest revision as of 18:47, 3 February 2022
Savezelda | |
![]() | |
General | |
---|---|
Author(s) | fail0verflow |
Type | Loader |
Licence | GNU GPL v2 |
Links | |
Source | |
Peripherals | |
![]() ![]() ![]() |
Savezelda is a small loader designed to be bundled with exploits. The name comes from Twilight Hack, the original exploit to use this loader, although the name did not come about until Indiana Pwns was released. Its sole purpose is to load /boot.elf
from SD or USBGecko, SD taking priority.
Modified versions
Some exploits, such as FlashHax and str2hax, have a slightly modified copy of Savezelda. They are built on the same core, but there is also a default target of the HackMii Installer. FlashHax accomplishes this by bundling the binary into Savezelda, while str2hax manually downloads the installer.
Bluebomb's stage1 is also loaded by a modified version of Savezelda from memory; the USB code is separate.
|