Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T17:13:16.000Z (10 months ago)
- Last Synced: 2025-01-17T20:37:45.626Z (22 days ago)
- Topics: apk, apktool, patcher, patching, reverse-engineering, whatsapp, whatsapp-plus
- Language: Python
- Homepage:
- Size: 135 MB
- Stars: 170
- Watchers: 4
- Forks: 27
- Open Issues: 30
-
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.