1 2 3 4 5 6 7 8
#include <capstone/capstone.h> int main() { csh handle; cs_insn* insn = cs_malloc(handle); return 0; }