wii_u_modchip
A Pico-based Wii U modchip based on eFuse reset exploit
File Explorer
Download Latest Version (.zip)- RPi_Pico_SMD_TH_Custom.kicad_mod
- TestPoint_THTPad_1.0x1.0mm_Drill0.5mm_WiUReset.kicad_mod
- pico_flatflex-B_Cu.gbr
- pico_flatflex-B_Mask.gbr
- pico_flatflex-B_Paste.gbr
- pico_flatflex-B_Silkscreen.gbr
- pico_flatflex-Edge_Cuts.gbr
- pico_flatflex-F_Cu.gbr
- pico_flatflex-F_Mask.gbr
- pico_flatflex-F_Paste.gbr
- pico_flatflex-F_Silkscreen.gbr
- pico_flatflex-job.gbrjob
- fp-info-cache
- fp-lib-table
- pico_flatflex.kicad_pcb
- pico_flatflex.kicad_prl
- pico_flatflex.kicad_pro
- pico_flatflex.kicad_sch
- nrst_waveform.json
- nrst_waveform.png
- .gitignore
- glitch_and_exi.v
- icebreaker.pcf
- main.mk
- Makefile
- uart_baud_tick_gen.v
- uart_rx.v
- uart_tx.v
- pico_defuse.c
- pico_defuse.pio
- build.sh
- CMakeLists.txt
- LICENSE
- miniterm_defuse.py
- monitor.sh
- pico_sdk_import.cmake
- README.md
- tablegen.py
- wiring.png
- .gitignore
- monitor.py
- monitor.sh
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/StroopwafelCFW/wii_u_modchip
Downloads the entire project code from GitHub to your computer.
cd wii_u_modchip
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cd pico_defuse
This project's files live in a subfolder, so move into it first.
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd glitch_and_exi
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
