WhatsApp patcher is a program that patches WhatsApp apk.
Feature
Availability
| Signature Verifier Bypass |
✔ |
| Enable all AB tests |
X |
| Keep revoked for all messages |
✔ |
| Disable read receipts |
x |
| Option to save view once media |
✔ |
| Profile Picture Screenshot |
✔ |
There is support for apks, apkm and xapk files.
- Python 3.11
- Java installed
git clone https://github.com/Schwartzblat/WhatsAppPatcher.git
cd WhatsAppPatcher
git submodule update --init --recursive
Requirements installation:
pip install -r requirements.txt
python whatsapp_patcher/main.py -p ./WhatsApp.apk -o PatchedWhatsApp.apk -g YOUR_GOOGLE_API_KEY
You don't have to provide a Google API key, only if you want to patch the OAuth bypass feature.
This will determinate if you could use the Google Maps features inside WhatsApp.
To get a Google API key, follow these steps:
- Go to the Google Cloud Console.
- Create a new project or select an existing one.
- Navigate to the "APIs & Services" section.
- Click on "Enable APIs and Services" and search for the "Maps SDK for Android" and for "Places API".
- Enable the API for your project.
- Go to the "Credentials" tab and click on "Create Credentials".
- Select "API Key" from the dropdown menu.
- Copy the generated API key and use it in the Moovit Patcher.
- Make sure to restrict the API key to your app's package name and SHA-1 certificate fingerprint for security.
If you want to add patches you can open an issue and I will implement it, or you can add patches yourself and open pull
request.
For educational purpose only or something like that. I am not responsible for any misuse of this software.