blob: a05a50e02d242e718f25341ef4a343bd9e8240ad [file] [log] [blame]
/* Capstone Disassembly Engine */
/* By Nguyen Anh Quynh, 2018 */
#ifndef CS_NEODISASSEMBLER_H
#define CS_NEODISASSEMBLER_H
#include "../../MCInst.h"
bool NEO_getInstruction(csh ud, const uint8_t *code, size_t code_len,
MCInst *instr, uint16_t *size, uint64_t address, void *info);
#endif