Giter Site home page Giter Site logo

pretendonetwork / rce_patches Goto Github PK

View Code? Open in Web Editor NEW
65.0 7.0 2.0 45 KB

Security and stability fixes for Wii U multiplayer games (Aroma)

License: GNU General Public License v2.0

Makefile 18.13% C++ 66.36% C 14.68% Dockerfile 0.84%
hotfix patches security wiiu

rce_patches's Introduction

rce_patches

This Aroma plugin provides fixes for games that have security and crashing issues that can be triggered in a multiplayer game. These patches are known to work on Nintendo Network as well as Pretendo Network. Anyone playing multiplayer in affected games should have these patches installed.

The following fixes are provided:

  • Mario Kart 8 (All regions, v64)

    • ENLBufferPwn fix
    • Identification token parsing RCE fix (exploit found by Kinnay)
    • ENL nullptr deref fix + OOB read
  • Splatoon (All regions, v272)

Usage

Go to the latest release and download the .wps file. On your Wii U's SD card, place that file in wiiu/environments/aroma/plugins. Then reboot your console.

You can press L+Down+Minus on Aroma to view a config menu - if the installation worked, you should see "rce_patches" listed in that menu. You're now safe to play online.

If you need help with the installation, you can ask in the Pretendo discord, Nintendo Homebrew, or advanced users in the Aroma discord.

Building

Build options

Building via make only logs errors (via OSReport). To enable logging via the LoggingModule set DEBUG to 1 or VERBOSE.

make Logs errors only (via OSReport).
make DEBUG=1 Enables information and error logging via LoggingModule.
make DEBUG=VERBOSE Enables verbose information and error logging via LoggingModule.

If the LoggingModule is not present, it'll fallback to UDP (Port 4405) and CafeOS logging.

Building using Docker

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t rcepatches-builder

# make 
docker run -it --rm -v ${PWD}:/project rcepatches-builder make

# make clean
docker run -it --rm -v ${PWD}:/project rcepatches-builder make clean

Formatting code using Docker

docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source -i

Licensing

To ensure everyone has access to every fix, these patches are under GPLv2. Unless you're a programmer at Nintendo, then you can have the patches for free ;)

rce_patches's People

Contributors

ashquarky avatar epicusername12 avatar maschell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

v10lator maschell

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.