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
dependabot[bot] 7ea602ab75
Some checks are pending
wups-CI / build-wups (push) Waiting to run
chore: bump wiiu-env/devkitppc from 20241128 to 20260225
Bumps wiiu-env/devkitppc from 20241128 to 20260225.

---
updated-dependencies:
- dependency-name: wiiu-env/devkitppc
  dependency-version: '20260225'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 19:37:06 +00:00
.github Create dependabot.yml 2024-12-21 22:29:43 +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 chore: bump wiiu-env/devkitppc from 20241128 to 20260225 2026-03-02 19:37:06 +00: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.