keystone-engine / keypatch

Multi-architecture assembler for IDA Pro. Powered by Keystone Engine.
http://www.keystone-engine.org/keypatch
GNU General Public License v2.0
1.47k stars 355 forks source link

name 'KS_ARCH_X86' is not defined #77

Open yogistudio opened 3 years ago

yogistudio commented 3 years ago

File "E:/tools/idapro/plugins/keypatch.py", line 268, in Keypatch_Asm "X86 16-bit": (KS_ARCH_X86, KS_MODE_16), # X86 16-bit

RainbowXie commented 3 years ago

Install keystone-engine rather than keystone.

Celestine47 commented 1 year ago

add 'keystone.dll', 'libkeystone.so', 'libkeystone.so.%u' %KS_API_MAJOR, 'libkeystone.dylib' into python3/lib/site-packages/keystone; one of these file is enough, it's depended on you pc