EnSoftCorp / android-essentials-toolbox

A set of building blocks for analyzing Android apps with Atlas
https://ensoftcorp.github.io/android-essentials-toolbox
MIT License
14 stars 5 forks source link

Consider tagging string literals that corresponding to permission protected content providers #5

Open benjholla opened 7 years ago

benjholla commented 7 years ago

Strings that match the form of strings in the axplorer.org content provider string mappings could be used to invoke permission protected operations in Android through content providers. We could attempt to locate string literals that match the content provider URL in the cp-map-23.txt results.

louison commented 7 years ago

I'm going to work on that issue

louison commented 7 years ago

I've found this file in an other git repo, but it doesn't seem to be updated to API 23 … https://github.com/siis/ic3/blob/master/src/main/resources/model/Uri.model