Hacking into android platform by exploiting sqlite database
In my previous article I covered how to access SQLite databases on Android. Here we’ll look at how to explore those databases to gather more information. Among Android’s databases, some contain sensitive information: lockscreen.db Browser sessions, browser history, cached images, and more. You can also explore databases of installed apps to read or modify their stored values. For example, some people use apps like GameGuardian to change game scores. With direct SQLite access you can do the same — and more — without any third-party tool (root access required). ...