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

Go to the source code of this file.

Functions

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

Function Documentation

◆ PPC_getInstruction()

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

◆ PPC_init()

void PPC_init ( MCRegisterInfo MRI)