10. Game Reverse Engineering

  1. Methods to find a bug

Steps :

1. device must Be rooted
2. adb shell
3. cd data/data/appname/path (sharedpreference)
4. open xml file and change values of object like coins, scores

Last updated