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: module 'keystone' has no attribute 'KS_ARCH_ARM64' #8

Open
shabanam1982 opened this issue Oct 25, 2024 · 0 comments
Open

Comments

@shabanam1982
Copy link

(venv)─(kali㉿kali)-[~/deobfuscator]
└─$ python3 main.py
Traceback (most recent call last):
File "/home/kali/deobfuscator/main.py", line 1, in
from analyzer import DeflatAnalyzer
File "/home/kali/deobfuscator/analyzer.py", line 4, in
import angr.analyses.analysis
File "/home/kali/path/to/venv/lib/python3.12/site-packages/angr/init.py", line 41, in
from .sim_procedure import SimProcedure
File "/home/kali/path/to/venv/lib/python3.12/site-packages/angr/sim_procedure.py", line 9, in
from cle import SymbolType
File "/home/kali/path/to/venv/lib/python3.12/site-packages/cle/init.py", line 13, in
from .backends import (
File "/home/kali/path/to/venv/lib/python3.12/site-packages/cle/backends/init.py", line 3, in
from .backend import ALL_BACKENDS, Backend, ExceptionHandling, FunctionHint, FunctionHintSource, register_backend
File "/home/kali/path/to/venv/lib/python3.12/site-packages/cle/backends/backend.py", line 9, in
import archinfo
File "/home/kali/path/to/venv/lib/python3.12/site-packages/archinfo/init.py", line 20, in
from .arch_aarch64 import ArchAArch64
File "/home/kali/path/to/venv/lib/python3.12/site-packages/archinfo/arch_aarch64.py", line 22, in
class ArchAArch64(Arch):
File "/home/kali/path/to/venv/lib/python3.12/site-packages/archinfo/arch_aarch64.py", line 51, in ArchAArch64
ks_arch = _keystone.KS_ARCH_ARM64
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'keystone' has no attribute 'KS_ARCH_ARM64'

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