Update apk_parser.py

Change import function to match new androguard version
This commit is contained in:
Felix
2024-08-30 09:05:32 +02:00
committed by GitHub
parent 1179ec39aa
commit eae291d08c
+1 -1
View File
@@ -2,7 +2,7 @@ import json
import logging
import os
from androguard.core.bytecodes.apk import APK
from androguard.core.apk import APK
from cryptography.hazmat.backends import default_backend
from cryptography.hazmat.primitives import serialization
from cryptography.hazmat.primitives.serialization import pkcs12