Rizin
unix-like reverse engineering framework and cli tools
XCoreDisassembler.h File Reference
#include "capstone/capstone.h"
#include "../../MCRegisterInfo.h"
#include "../../MCInst.h"

Go to the source code of this file.

Functions

void XCore_init (MCRegisterInfo *MRI)
 
bool XCore_getInstruction (csh ud, const uint8_t *code, size_t code_len, MCInst *instr, uint16_t *size, uint64_t address, void *info)
 

Function Documentation

◆ XCore_getInstruction()

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

◆ XCore_init()

void XCore_init ( MCRegisterInfo MRI)