This application allows to impersonate the Google Play Billing service (com.android.vending).
Go to file
2023-11-03 14:10:51 +00:00
.github/workflows second last fix 2023-11-03 13:11:37 +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 Update build.gradle 2023-11-02 21:12:38 +00: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 Update README.md 2023-11-03 14:10:51 +00: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 a version of Techbrunch/Billing-Hack that has a built artefact and nothing changed. Techbrunch/Billing-Hack by itself 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