Rizin
unix-like reverse engineering framework and cli tools
|
#include "capstone/capstone.h"
#include "../../MCInst.h"
#include "../../MCRegisterInfo.h"
#include "X86DisassemblerDecoderCommon.h"
Go to the source code of this file.
Functions | |
bool | X86_getInstruction (csh handle, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info) |
void | X86_init (MCRegisterInfo *MRI) |
bool X86_getInstruction | ( | csh | handle, |
const uint8_t * | code, | ||
size_t | code_len, | ||
MCInst * | instr, | ||
uint16_t * | size, | ||
uint64_t | address, | ||
void * | info | ||
) |
void X86_init | ( | MCRegisterInfo * | MRI | ) |