This application allows to impersonate the Google Play Billing service (com.android.vending).
Go to file
2023-11-02 14:10:32 +00:00
.github/workflows Update android.yml 2023-11-02 14:10:32 +00:00
.idea Dynamically return product details in getSkuDetails 2020-04-19 10:37:02 +02:00
app Remove unused import & duplicate statement 2020-04-19 19:20:25 +02:00
gradle/wrapper Initial commit 2020-04-18 20:26:52 +02:00
.gitignore Initial commit 2020-04-18 20:26:52 +02:00
build.gradle Initial commit 2020-04-18 20:26:52 +02:00
gradle.properties Initial commit 2020-04-18 20:26:52 +02:00
gradlew Initial commit 2020-04-18 20:26:52 +02:00
gradlew.bat Initial commit 2020-04-18 20:26:52 +02:00
README.md Add README 2020-04-19 10:56:12 +02:00
settings.gradle Initial commit 2020-04-18 20:26:52 +02:00

Billing Hack

This application allows to impersonate the Google Play Billing service (com.android.vending).

This is an updated version of Billing Hack by @domschuermann

How to use

  1. Install Billing Hack
  2. Patch the vulnerable application to use Billing Hack instead of the Google Play Billing service
  3. Patch the vulnerable application performing the signature validation
  4. Install the modified application in your device.

References