idiom / stackstack

31 stars 4 forks source link

NameError: name 'KS_MODE_32' is not defined #4

Closed herrcore closed 3 years ago

herrcore commented 3 years ago

patch.py imports for keystone are incomplete resulting in missing modules.

The imports should be both:

from keystone import *
from keystone.keystone import *

Environment: keystone-engine 0.9.2 Python 3.7.9