keystone icon indicating copy to clipboard operation
keystone copied to clipboard

demo error while #include <llvm/IR/IRBuilder.h>

Open IamHuskar opened this issue 1 year ago • 0 comments

if I add #include <llvm/IR/IRBuilder.h> at test1.c the demo will crash

/* test1.c */ #include <stdio.h> #include <keystone/keystone.h> #include <llvm/IR/IRBuilder.h> ----------------------------add this line will cause crash // separate assembly instructions by ; or \n #define CODE "INC ecx; DEC edx"

IamHuskar avatar Jun 21 '24 16:06 IamHuskar