axplorer icon indicating copy to clipboard operation
axplorer copied to clipboard

Some permissions not included in the results

Open gulizseray opened this issue 7 years ago • 1 comments

Hi,

I don't see some permissions like CAMERA, RECORD_AUDIO etc. being included in the results. Why is that?

gulizseray avatar Aug 16 '18 02:08 gulizseray

There are a couple of permissions that are checked in native code only, such as CAMERA, INTERNET, and other permissions. To create these mappings, you first have to identify permission checks in native code, then trace them back via JNI to the Java part and finally connect them with the SDK APIs.

We don't have an automated way to extract such mappings yet, but a student worker is currently looking at it manually. Hopefully, I can provide such mappings soon (at least for a single API level).

reddr avatar Aug 30 '18 13:08 reddr