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

#include <cil_dis.h>

Public Attributes

RzStrBuf strbuf
 
int size
 
ut8 byte1
 
ut8 byte2
 
union {
   ut32   tok
 
   st32   target
 
}; 
 

Detailed Description

Definition at line 27 of file cil_dis.h.

Member Data Documentation

◆ 

union { ... }

◆ byte1

ut8 CILOp::byte1

Definition at line 30 of file cil_dis.h.

Referenced by cil_analyze_op().

◆ byte2

ut8 CILOp::byte2

Definition at line 31 of file cil_dis.h.

Referenced by cil_analyze_op().

◆ size

int CILOp::size

Definition at line 29 of file cil_dis.h.

Referenced by cil_analyze_op(), and disassemble().

◆ strbuf

RzStrBuf CILOp::strbuf

Definition at line 28 of file cil_dis.h.

Referenced by cil_analyze_op(), and disassemble().

◆ target

st32 CILOp::target

Definition at line 34 of file cil_dis.h.

Referenced by cil_analyze_op().

◆ tok

ut32 CILOp::tok

Definition at line 33 of file cil_dis.h.

Referenced by analyze_InlineMethod().


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