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
NameError: global name 'KS_MODE_32' is not defined
joey@local_joey:~/radare2# metame -i /home/joey/testing/test.exe -o /home/joey/testing/mutation.exe -d
[INFO] Opening file with r2
Warning: read (tls_callback)
[INFO] Analyzing functions with r2
Traceback (most recent call last):
File "/usr/local/bin/metame", line 5, in
metame.main()
File "/usr/local/lib/python2.7/dist-packages/metame/init.py", line 20, in main
patches = r.iterate_fcn()
File "/usr/local/lib/python2.7/dist-packages/metame/r2parser.py", line 32, in iterate_fcn
arch = x86handler.X86Handler(self.bits, self.debug, self.force)
File "/usr/local/lib/python2.7/dist-packages/metame/x86handler.py", line 73, in init
ks_mode = KS_MODE_32 if self.bits == 32 else KS_MODE_64
NameError: global name 'KS_MODE_32' is not defined
The text was updated successfully, but these errors were encountered:
I have the same issue with the wrong "keystone" library but I dont know how to fix it!
Remove OpenStack keystone?
I installed (and tested) keystone-engine, its working fine!
System: Debian 7.11 wheezy
Python Version: 2.7.3
NameError: global name 'KS_MODE_32' is not defined
joey@local_joey:~/radare2# metame -i /home/joey/testing/test.exe -o /home/joey/testing/mutation.exe -d
[INFO] Opening file with r2
Warning: read (tls_callback)
[INFO] Analyzing functions with r2
Traceback (most recent call last):
File "/usr/local/bin/metame", line 5, in
metame.main()
File "/usr/local/lib/python2.7/dist-packages/metame/init.py", line 20, in main
patches = r.iterate_fcn()
File "/usr/local/lib/python2.7/dist-packages/metame/r2parser.py", line 32, in iterate_fcn
arch = x86handler.X86Handler(self.bits, self.debug, self.force)
File "/usr/local/lib/python2.7/dist-packages/metame/x86handler.py", line 73, in init
ks_mode = KS_MODE_32 if self.bits == 32 else KS_MODE_64
NameError: global name 'KS_MODE_32' is not defined
The text was updated successfully, but these errors were encountered: