You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plug-in appears to load correctly upon initialization however when opening an apk file I receive the following error:
Unrelated: Is it possible with to get to the flow view from Raw when decompiled?
Traceback (most recent call last):
File "/home/chris/Desktop/binaryninja/plugins/../python/binaryninja/binaryview.py", line 626, in _create
view = cls(BinaryView(file_metadata=file_metadata, handle=core.BNNewViewReference(data)))
File "/home/chris/.binaryninja/plugins/binja_smali/apkView.py", line 191, in init
APKView.init(self, data)
File "/home/chris/.binaryninja/plugins/binja_smali/apkView.py", line 108, in init
for dex_blob_z in self.apk.get_all_dex():
AttributeError: 'APK' object has no attribute 'get_all_dex'
The text was updated successfully, but these errors were encountered:
Plug-in appears to load correctly upon initialization however when opening an apk file I receive the following error:
Unrelated: Is it possible with to get to the flow view from Raw when decompiled?
Traceback (most recent call last):
File "/home/chris/Desktop/binaryninja/plugins/../python/binaryninja/binaryview.py", line 626, in _create
view = cls(BinaryView(file_metadata=file_metadata, handle=core.BNNewViewReference(data)))
File "/home/chris/.binaryninja/plugins/binja_smali/apkView.py", line 191, in init
APKView.init(self, data)
File "/home/chris/.binaryninja/plugins/binja_smali/apkView.py", line 108, in init
for dex_blob_z in self.apk.get_all_dex():
AttributeError: 'APK' object has no attribute 'get_all_dex'
The text was updated successfully, but these errors were encountered: