Slash through SSL verification checks in Wii U games
  • C++ 69.2%
  • Makefile 19.3%
  • C 10.1%
  • Dockerfile 1.1%
  • Assembly 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-12-21 17:45:55 +11:00
.github/workflows feat: Add applet patches and update tooling/compile instructions 2024-12-21 17:45:55 +11:00
src feat: Add applet patches and update tooling/compile instructions 2024-12-21 17:45:55 +11:00
.editorconfig Add .editorconfig 2021-09-12 13:51:17 +10:00
.gitignore Meowth v0.1 2022-10-24 21:57:58 +11:00
Dockerfile feat: Add applet patches and update tooling/compile instructions 2024-12-21 17:45:55 +11:00
Makefile feat: Add applet patches and update tooling/compile instructions 2024-12-21 17:45:55 +11:00
meowth.png Update README.md 2022-10-24 22:36:09 +11:00
PATCHES.md patches: add JD2016 2022-10-24 22:56:11 +11:00
README.md feat: Add applet patches and update tooling/compile instructions 2024-12-21 17:45:55 +11:00

Meowth - An SSL Patcher

Meowth

Since NSSL is such hot garbage, a lot of games shipped their own static version of OpenSSL. Meowth disables the SSL verification in such titles for development purposes.

Based on Inkay.

Compiling - Docker

Meowth's dependencies and build tooling can be handled as a container, which is generally recommended for WUPS development. Using docker or podman:

docker build -t meowth .
docker run --rm -v $(pwd):/app meowth make # replace "make" with any other command (make clean, etc.)

Compiling - System

Meowth has the following dependencies:

Each of these should be make install-able, and then Meowth can be compiled with make.