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

Go to the source code of this file.

Functions

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

Function Documentation

◆ Mips_getInstruction()

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

◆ Mips_init()

void Mips_init ( MCRegisterInfo MRI)