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 an orphan header.)
(Previous information was wrong; should be fixed now.)
Line 1: Line 1:
{{orphan}}
+
{{Infobox homebrew
 +
| author = [[fail0verflow]]
 +
| licence = GNU GPL v2
 +
| type = loader
 +
}}
  
'''Savezelda''' is a family of exploits that take the same general form and use some common code to load [[homebrew]]. The name comes from the original savezelda exploit, [[Twilight Hack]], which was a Legend of Zelda exploit.
+
'''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 exploits==
 
* [[Twilight Hack]]
 
* [[Letterbomb]]
 
* [[Bathaxx]]
 
* [[Indiana Pwns]]
 
* [[Return of the Jodi]]
 
* [[Eri HaKawai]]
 
 
 
==How these work==
 
These exploits take advantage of the fact that the Wii does not implement any address space layout randomization (ASLR), which means the moment a size isn't checked before something is loaded, the memory address where this is loaded is predetermined, so a fixed amount of padding can be added before a return address on the stack can be overwritten, which will happen perfectly every time. Doing this causes the system or game to send control over to the desired area. These exploits also package some code that can be returned to, which allows them to take full control over the Wii, and load other things such as the HackMii Installer.
 

Revision as of 02:50, 26 March 2021

Savezelda
General
Author(s)fail0verflow
TypeLoader
LicenceGNU GPL v2

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 /boot.elf 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.