Difference between revisions of "Main Page/Welcome"
Jump to navigation
Jump to search
(Add reference to "Homebrew App Store" for downloading homebrew directly (similar to homebrew browser)) |
m (correct leftover copypaste from wiibrew) |
||
Line 8: | Line 8: | ||
|- valign="top" align="left" style="background: #F5FAFF;" | |- valign="top" align="left" style="background: #F5FAFF;" | ||
| Currently, we have user and kernel-level code execution on the main CPU. We are working on documenting the [[Cafe OS#Libraries|user mode API]] and reverse engineering the rest of the system, including [[IOSU|the security OS]]. Exploits are on [https://github.com/wiiudev/libwiiu Github]. | | Currently, we have user and kernel-level code execution on the main CPU. We are working on documenting the [[Cafe OS#Libraries|user mode API]] and reverse engineering the rest of the system, including [[IOSU|the security OS]]. Exploits are on [https://github.com/wiiudev/libwiiu Github]. | ||
− | | Browse the '''[[List of homebrew applications|homebrew directory]]''' or use the [[Homebrew App Store]], which allows you to install directly from your Wii over Wi-Fi. | + | | Browse the '''[[List of homebrew applications|homebrew directory]]''' or use the [[Homebrew App Store]], which allows you to install directly from your Wii U over Wi-Fi. |
| A guide to getting started is in progress [https://github.com/QuarkTheAwesome/ProgrammingOnTheU here]. Specifically [https://github.com/rw-r-r-0644/WiiU-HelloWorld-Easy lib_easy] can be used to create Homebrew Launcher ELFs, and [https://github.com/decaf-emu/wut Wii U Toolchain] for RPX files. Both require [http://wiibrew.org/wiki/DevkitPPC DEVKITPPC] configured. | | A guide to getting started is in progress [https://github.com/QuarkTheAwesome/ProgrammingOnTheU here]. Specifically [https://github.com/rw-r-r-0644/WiiU-HelloWorld-Easy lib_easy] can be used to create Homebrew Launcher ELFs, and [https://github.com/decaf-emu/wut Wii U Toolchain] for RPX files. Both require [http://wiibrew.org/wiki/DevkitPPC DEVKITPPC] configured. | ||
|} | |} | ||
</div> | </div> | ||
{{box-footer-empty}} | {{box-footer-empty}} |
Revision as of 23:43, 19 September 2016
edit
Welcome!
Preparing for homebrew | Downloading homebrew | Developing homebrew |
---|---|---|
Currently, we have user and kernel-level code execution on the main CPU. We are working on documenting the user mode API and reverse engineering the rest of the system, including the security OS. Exploits are on Github. | Browse the homebrew directory or use the Homebrew App Store, which allows you to install directly from your Wii U over Wi-Fi. | A guide to getting started is in progress here. Specifically lib_easy can be used to create Homebrew Launcher ELFs, and Wii U Toolchain for RPX files. Both require DEVKITPPC configured. |