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
My ubuntu is 20.06. While pwngdb is installed, there is such wrong.
No pwngdb installed, it can works.
binwalk is the latest version
Traceback (most recent call last):
File "/usr/bin/binwalk", line 26, in <module>
import binwalk.modules
File "/usr/lib/python3/dist-packages/binwalk/modules/__init__.py", line 3, in <module>
from binwalk.modules.disasm import Disasm
File "/usr/lib/python3/dist-packages/binwalk/modules/disasm.py", line 21, in <module>
class Disasm(Module):
File "/usr/lib/python3/dist-packages/binwalk/modules/disasm.py", line 60, in Disasm
Architecture(type=capstone.CS_ARCH_ARM64,
AttributeError: module 'capstone' has no attribute 'CS_ARCH_ARM64'
The text was updated successfully, but these errors were encountered:
My ubuntu is 20.06. While pwngdb is installed, there is such wrong.
No pwngdb installed, it can works.
binwalk is the latest version
The text was updated successfully, but these errors were encountered: