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

Go to the source code of this file.

Functions

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

Function Documentation

◆ TMS320C64x_getInstruction()

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

◆ TMS320C64x_init()

void TMS320C64x_init ( MCRegisterInfo MRI)