Rizin
unix-like reverse engineering framework and cli tools
CILOpcodeReader Struct Reference

Public Attributes

char * str
 
int(* read_param )(int *pos, CILOp *op, const ut8 *buf, int len)
 
bool prefix
 

Detailed Description

Definition at line 110 of file cil_dis.c.

Member Data Documentation

◆ prefix

bool CILOpcodeReader::prefix

Definition at line 113 of file cil_dis.c.

Referenced by capstone.CsInsn::__gen_detail(), and cil_dis().

◆ read_param

int(* CILOpcodeReader::read_param) (int *pos, CILOp *op, const ut8 *buf, int len)

Definition at line 112 of file cil_dis.c.

Referenced by cil_dis().

◆ str

char* CILOpcodeReader::str

Definition at line 111 of file cil_dis.c.

Referenced by cil_dis().


The documentation for this struct was generated from the following file: