-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe what you wanted to do
I read the analysis.py
and run the get_permissions(self, apilevel=None)
example code:
from androguard.misc import AnalyzeAPK
a, d, dx = AnalyzeAPK("test1.apk")
for meth, perm in dx.get_permissions(a.get_effective_target_sdk_version()):
print("Using API method {} for permission {}".format(meth, perm))
print("used in:")
for _, m, _ in meth.get_xref_from():
print(m.full_name)
finally the command line output this:
2024-02-29 22:26:36.718 | WARNING | androguard.core.androconf:load_api_specific_resource_module:265 - API mapping for API level 31 was not found! Returning default, which is API level 16
Describe what you expected
How to fix this WARNING?
System Information
- Androguard Version: v4.1.0
- Python Version: 3.11.7
- Operating System: Windows 11
Metadata
Metadata
Assignees
Labels
No labels