In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Savezelda"

From WiiBrew
Jump to navigation Jump to search
m (Added the logo.)
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. Because the [[Wii Mini]] does not have an SD slot or a GameCube memory slot, this loader is not Wii Mini-compatible, which is why [[Bluebomb]] has a custom loader.
+
'''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
Chainloader.png
General
Author(s)fail0verflow
TypeLoader
LicenceGNU GPL v2
Links
Source
Peripherals
Loads files from the Front SD slot Loads files from SDHC cards in the Front SD slot USBGecko2.svg

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.