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
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: