ac-pm / Inspeckage

Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)
Apache License 2.0
2.78k stars 514 forks source link

Patch to solve problems in Android 7+ where hooks information does not appear in web interface. #75

Closed clviper closed 5 years ago

clviper commented 5 years ago

This addresses the problem introduced by https://developer.android.com/about/versions/nougat/android-7.0-changes#permfilesys.

This will work on all versions. The requirements will be to create the /Inspeckage folder manually in /data/local/tmp/ and disable SELinux by using setenforce 0.

ac-pm commented 5 years ago

I solved the problem with another approach. Thanks so much for the contribution.

clviper commented 5 years ago

Hi. Great. No problem.