https://github.com/schwartzblat/iaapatcher
In-App purchases bypass patcher
https://github.com/schwartzblat/iaapatcher
android android-billing bypass inapp-billing patcher patching
Last synced: 2 months ago
JSON representation
In-App purchases bypass patcher
- Host: GitHub
- URL: https://github.com/schwartzblat/iaapatcher
- Owner: Schwartzblat
- Created: 2024-06-24T21:35:18.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-25T21:02:25.000Z (12 months ago)
- Last Synced: 2025-02-18T08:56:40.347Z (4 months ago)
- Topics: android, android-billing, bypass, inapp-billing, patcher, patching
- Language: Python
- Homepage:
- Size: 24.3 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# IAPPatcher
IAPPatcher is a program that patches any apk to bypass the billing process (In-App Purchases).
## 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 iappatcher_patcher/main.py -p ./to_patch.apk
```## References
- Nice repo that helped me understand the mechanism: [billing-hack](https://github.com/Techbrunch/billing-hack)
- Article about this topic: https://www.securingapps.com/blog/BsidesLisbon17_AbusingAndroidInappBilling.pdf## Disclaimer
For educational use only of course ;)