In this document, I will describe how I managed to get unlimited stars and coins in the Android game "Lily's Garden". In short, here are the steps:
- Use the
adb backup
feature to extract all of the game's data - Extract the Android backup into a tar file
- Modify the file which stores the number of coins and stars
- Re-sign the coins/stars field using a reverse-engineered HMAC key
- Convert the tar file back to an Android backup