Skip to content

Slash through SSL verification checks in Wii U games

Notifications You must be signed in to change notification settings

PretendoNetwork/Meowth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Slash through SSL verification checks in Wii U games

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published