BlueBomb is an exploit for Broadcom's Bluetooth stack used in the Nintendo Wii.
You will need a Linux computer to do this! Download the pre-built binaries from the releases page and follow these instructions.
sudo systemctl disable --now bluetooth
sudo ./bluebomb ./stage0/MINI_SM_NTSC.bin stage1.bin
for a NTSC Wii Mini's System Menu.
You can also specify which hci device to use with bluebomb by adding before the stage0
and stage1
arguments.
Ex. sudo ./bluebomb 1 ./stage0/MINI_SM_NTSC.bin stage1.bin
to use HCI1.stage1.bin
you are using.
The one from this repo will load boot.elf
off the root of a FAT32 formatted USB drive and run it. You can use the HackMii Installer's boot.elf from here to get the Homebrew Channel.IMPORTANT: The steps above will have disabled the bluetooth service on your machine to run the exploit. To enable the bluetooth service again run sudo systemctl enable --now bluetooth
.
make
in the stage0
folder to build stage0.make
in the main folder to generate bluebomb
.You can open an issue on this repo, or join the Wii Mini Hacking Discord