|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <cil_dis.h>
Public Attributes | |
| RzStrBuf | strbuf |
| int | size |
| ut8 | byte1 |
| ut8 | byte2 |
| union { | |
| ut32 tok | |
| st32 target | |
| }; | |
| union { ... } |
| ut8 CILOp::byte1 |
Definition at line 30 of file cil_dis.h.
Referenced by cil_analyze_op().
| ut8 CILOp::byte2 |
Definition at line 31 of file cil_dis.h.
Referenced by cil_analyze_op().
| int CILOp::size |
Definition at line 29 of file cil_dis.h.
Referenced by cil_analyze_op(), and disassemble().
| RzStrBuf CILOp::strbuf |
Definition at line 28 of file cil_dis.h.
Referenced by cil_analyze_op(), and disassemble().
| st32 CILOp::target |
Definition at line 34 of file cil_dis.h.
Referenced by cil_analyze_op().
| ut32 CILOp::tok |
Definition at line 33 of file cil_dis.h.
Referenced by analyze_InlineMethod().