Rizin
unix-like reverse engineering framework and cli tools
|
#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) |
bool TMS320C64x_getInstruction | ( | csh | ud, |
const uint8_t * | code, | ||
size_t | code_len, | ||
MCInst * | instr, | ||
uint16_t * | size, | ||
uint64_t | address, | ||
void * | info | ||
) |
void TMS320C64x_init | ( | MCRegisterInfo * | MRI | ) |