- Notifications
You must be signed in to change notification settings - Fork30
Schwartzblat/WhatsAppPatcher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WhatsApp patcher is a program that patches WhatsApp apk.
Feature | Availability |
---|---|
Signature Verifier Bypass | ✔ |
Enable all AB tests | ✔ |
Keep revoked for all messages | ✔ |
Disable read receipts | ✔ |
Option to save view once media | ✔ |
- Python3
- Java installed
git clone https://github.com/Schwartzblat/WhatsAppPatcher.git
Requirements installation:
pip install -r requirements.txt
python whatsapp_patcher/main.py -p ./WhatsApp.apk -o PatchedWhatsApp.apk
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.
About
A patcher that decompiles WhatsApp APK, patches the smali, recompiles and signs it.