We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f514ac5 commit 6cc023eCopy full SHA for 6cc023e
quark/forensic/forensic.py
@@ -19,7 +19,7 @@ class Forensic:
19
20
def __init__(self, apkpath, core_library="shuriken"):
21
if core_library == "shuriken":
22
- self.apkinfo = ShurikenImp(apkpath)
+ self.apk = ShurikenImp(apkpath)
23
elif core_library == "rizin":
24
self.apk = RizinImp(apkpath)
25
elif core_library == "androguard":
0 commit comments