Skip to content

Commit 6cc023e

Browse files
authored
fix shuriken init in forensic.py
1 parent f514ac5 commit 6cc023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quark/forensic/forensic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Forensic:
1919

2020
def __init__(self, apkpath, core_library="shuriken"):
2121
if core_library == "shuriken":
22-
self.apkinfo = ShurikenImp(apkpath)
22+
self.apk = ShurikenImp(apkpath)
2323
elif core_library == "rizin":
2424
self.apk = RizinImp(apkpath)
2525
elif core_library == "androguard":

0 commit comments

Comments
 (0)