keypatch icon indicating copy to clipboard operation
keypatch copied to clipboard

name 'KS_ARCH_X86' is not defined

Open yogistudio opened this issue 4 years ago • 2 comments

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

yogistudio avatar Dec 16 '20 09:12 yogistudio

Install keystone-engine rather than keystone.

RainbowXie avatar Jul 28 '21 04:07 RainbowXie

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

Bwing4 avatar Mar 02 '23 07:03 Bwing4