IAPPatcher is a program that patches any apk to bypass the billing process (In-App Purchases).
- Python3
- Java installed
git clone https://github.com/Schwartzblat/WhatsAppPatcher.git
Requirements installation:
pip install -r requirements.txt
python iappatcher_patcher/main.py -p ./to_patch.apk
- Nice repo that helped me understand the mechanism: billing-hack
- Article about this topic: https://www.securingapps.com/blog/BsidesLisbon17_AbusingAndroidInappBilling.pdf
For educational use only of course ;)