https://github.com/schwartzblat/whatsapppatcher
A patcher that decompiles WhatsApp APK, patches the smali, recompiles and signs it.
https://github.com/schwartzblat/whatsapppatcher
apk apktool patcher patching reverse-engineering whatsapp whatsapp-plus
Last synced: 18 days ago
JSON representation
A patcher that decompiles WhatsApp APK, patches the smali, recompiles and signs it.
- Host: GitHub
- URL: https://github.com/schwartzblat/whatsapppatcher
- Owner: Schwartzblat
- Created: 2022-12-28T20:14:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T23:13:00.000Z (27 days ago)
- Last Synced: 2025-03-29T07:01:38.524Z (25 days ago)
- Topics: apk, apktool, patcher, patching, reverse-engineering, whatsapp, whatsapp-plus
- Language: Python
- Homepage:
- Size: 158 MB
- Stars: 180
- Watchers: 4
- Forks: 30
- Open Issues: 26
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# WhatsApp Patcher
WhatsApp patcher is a program that patches WhatsApp apk.
## Features
| Feature | Availability |
|:------------------------------:|:------------:|
| Signature Verifier Bypass | ✔ |
| Enable all AB tests | ✔ |
| Keep revoked for all messages | ✔ |
| Disable read receipts | ✔ |
| Option to save view once media | ✔ |## Requirements
1. Python3
2. Java installed## Installation
```bash
git clone https://github.com/Schwartzblat/WhatsAppPatcher.git
```
Requirements installation:
```bash
pip install -r requirements.txt
```
## Usage```bash
python whatsapp_patcher/main.py -p ./WhatsApp.apk -o PatchedWhatsApp.apk
```## Contributing
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.