In this repository, I will share interesting research studies, tools, etc., related to Information flow analysis in Android applications.
Here is a search engine that allows one to search for codes within the Android source code repo.
There are different ways to get access to apk files of Android apps:
- By using an API available at this github repository.
- By inserting the package or Google Play URL at this link, the downloadable apk will appear.
- By looking for the application package or name on APKpure website.
Android API Levels and their popularity distribution
This is a good link that describes taint-analysis and sanitization.
###Side Channels in Android
- It is possible to infer what a user is typing by listening to the audio made when he/she is typing on the keyboard, according to a study.