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
Running under VM Linux Kali updated:
Radare2 - installed.
r2pipe - installed.
keystone-engine - installed.
When I try to run it i have this:
Traceback (most recent call last): File "/usr/local/bin/metame", line 5, in <module> metame.main() File "/usr/local/lib/python3.5/dist-packages/metame/__init__.py", line 5, in main import metame.r2parser as r2parser File "/usr/local/lib/python3.5/dist-packages/metame/r2parser.py", line 2, in <module> import metame.x86handler as x86handler File "/usr/local/lib/python3.5/dist-packages/metame/x86handler.py", line 6, in <module> from keystone import * File "/usr/local/lib/python3.5/dist-packages/keystone/__init__.py", line 4, in <module> from .keystone import Ks, ks_version, ks_arch_supported, version_bind, debug, KsError, __version__ File "/usr/local/lib/python3.5/dist-packages/keystone/keystone.py", line 75, in <module> raise ImportError("ERROR: fail to load the dynamic library.") ImportError: ERROR: fail to load the dynamic library.
I tried with python2.7 and python3.5.
The text was updated successfully, but these errors were encountered:
Running under VM Linux Kali updated:
Radare2 - installed.
r2pipe - installed.
keystone-engine - installed.
When I try to run it i have this:
Traceback (most recent call last): File "/usr/local/bin/metame", line 5, in <module> metame.main() File "/usr/local/lib/python3.5/dist-packages/metame/__init__.py", line 5, in main import metame.r2parser as r2parser File "/usr/local/lib/python3.5/dist-packages/metame/r2parser.py", line 2, in <module> import metame.x86handler as x86handler File "/usr/local/lib/python3.5/dist-packages/metame/x86handler.py", line 6, in <module> from keystone import * File "/usr/local/lib/python3.5/dist-packages/keystone/__init__.py", line 4, in <module> from .keystone import Ks, ks_version, ks_arch_supported, version_bind, debug, KsError, __version__ File "/usr/local/lib/python3.5/dist-packages/keystone/keystone.py", line 75, in <module> raise ImportError("ERROR: fail to load the dynamic library.") ImportError: ERROR: fail to load the dynamic library.
I tried with python2.7 and python3.5.
The text was updated successfully, but these errors were encountered: