Rizin
unix-like reverse engineering framework and cli tools
X86Disassembler.h File Reference
#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)
 

Function Documentation

◆ X86_getInstruction()

bool X86_getInstruction ( csh  handle,
const uint8_t code,
size_t  code_len,
MCInst instr,
uint16_t size,
uint64_t  address,
void *  info 
)

◆ X86_init()

void X86_init ( MCRegisterInfo MRI)