from neimod:
This package contains the necessary basic tools and project files needed to create a custom IOS module and interact with it. This is perfect for running test code on the Wii's IOS system.
Sourcecode is delivered for all tools and projects.
For compiling the ARM IOS code, devkitARM (arm-elf or arm-eabi) is needed. For compiling the PPC Wii code, devkitPPC and libOGC are needed.
Package contents:
* stripios: This is a tool that will take a tradional ARM ELF file and converts it into a format the IOS system understands.
* iosmodule: This is the project which will create a custom IOS module.
In order to create a working IOS module, you must supply the fixed absolute memory addresses for the module to live in, in the linker script. Currently, it defaults to the memory addresses set by the DIP module from IOS31.
To install a custom IOS module, you need to add it to the TMD of an existing IOS, and allocate it with an unused content id, or replace an existing one.
Currently, the produced IOS module is tested by replacing the DIP module from IOS 31. This is done by letting patchmii install IOS 31 as IOS 254, and replacing the contents of the DIP module with the custom IOS module.
The example main source file sets up a device called "/dev/haxx" and allows you to read/write to the IOS memory space (currently limited to the module's memory space because it is running from usermode), and allows you to upload and execute custom code.
* iostester: This is the project which will interact with the custom IOS module.
In the first step, a completely position independent ARM program is compiled, and the file arm.bin is produced.
The ARM program is made position indepdenent by means of an global offset table (GOT), which the ARM program will automatically correct upon boot up.
Then the arm.bin file is automatically added into the PPC program, so that it can upload it to the custom IOS module, and let it execute it from the IOS side.
Happy hacking!
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Similar Software:
WiiRd 082108 Update WiiRd 082108 Update
from USBGecko Team:
Well.. it was about time..
Some things are quite old in the source.
Custom IOS Downgrader Custom IOS Downgrader
This application allows you to downgrade your Wii firmware to any available version on the Nintendo servers. Also, it allows you to change the Wii console region, to match the new installed firmware region, and the Wii Shop country code.
Check the readme for more details
Custom IOSX rev20b Custom IOSX rev20b
Developer's note:
This is a Custom IOS, an IOS modified to add some new features. Not available in the official IOS. This IOS has been made to be used ONLY with homebrew software. The Custom IOS installs into a free slot and it does not modify any other IOS so it is secure to install.
Released the rev20b installer
WiiScrubber 1.40 Multiboot WiiScrubber 1.40 Multiboot
from Dack:
Wiiscrubber 1.40 - The next degeneration
*sigh* Just couldn't leave it alone version. Lots of changes, some subtle, some not so.
Whats new?
1. ticket.bin is displayed under the partition.bin breakout
2. cert.bin and tmd.bin can now be different sizes
3
WiiWhiteboard WiiWhiteboard
At this point, a lot of you guys have at least heard of Johnny Chung Lee, specifically his work on the Head Tracking application originally intended to be in EA's Boom Blox. The feature never made it to the game's final build, although it hinted at the sort of ideas Lee had brewing up, which brings us to today's topic
CustomizeMii CustomizeMii
is a 100% legal custom Channel creator for the Wii.
It's completely written by myself (some parts are based on other 100% legal codes).
Use legal Base WADs to create your own legal custom Homebrew Channels.
The .NET Framework 2
Loadmii Loadmii
loadMii is a small but powerful loader which can run executables from any source (wifi is in todo list) and run it. This is meant mainly for people who needs to run homebrew on a Wii but without any trace. It can be loaded via HBC or the Twilight Hack
Wii GC-Mode Dump2USB Wii GC-Mode Dump2USB
Wiibrew release from solut. From the dev:
With this tool you can dump GC and WII SL+(DL) disks via an USB-Gecko
to your PC.
Please notice:
This tool is Wasabi compatible! It's (maybe) the first and fastest tool to dump a complete
Wii-SL-DVD completely to an ISO image with a D2C Drive and a Wasabi chip via USB
EasyIOS EasyIOS
Beardface has developed a new homebrew application for the Wii coders out there who want to try out new things on their Wii. It's called EasyIOS v0.1.2, and it allows users to browse the device tree and try out quick IOS commands without doing builds