fix == for ids

This commit is contained in:
Jean-Marie Mineau 2023-11-29 18:15:11 +01:00
parent 67efc6365d
commit 026b9ddd41
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 41 additions and 15 deletions

View file

@ -6,6 +6,7 @@ logging.getLogger().setLevel(logging.INFO)
import androscalpel as asc
import zipfile as z
from androscalpel import *
APK_NAME = "test.apk"
DEX_NAME = "classes.dex"