Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'APK' ojbect has no attribute 'get_all_dex' #55

Open
mozark24 opened this issue Feb 15, 2018 · 0 comments
Open

AttributeError: 'APK' ojbect has no attribute 'get_all_dex' #55

mozark24 opened this issue Feb 15, 2018 · 0 comments

Comments

@mozark24
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant