|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Member Functions | |
| UnionOpInfo () | |
| List | getFieldOrder () |
Public Attributes | |
| byte[] | prefix |
| byte[] | opcode |
| byte | rex |
| byte | addr_size |
| byte | modrm |
| byte | sib |
| long | disp |
| int | sib_index |
| byte | sib_scale |
| int | sib_base |
| int | xop_cc |
| int | sse_cc |
| int | avx_cc |
| byte | avx_sae |
| int | avx_rm |
| long | eflags |
| byte | op_count |
| Operand[] | op |
| Encoding | encoding |
|
inline |
Definition at line 104 of file X86.java.
References capstone.X86.UnionOpInfo.opcode, and capstone.X86.UnionOpInfo.prefix.
|
inline |
| byte capstone.X86.UnionOpInfo.addr_size |
Definition at line 84 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| int capstone.X86.UnionOpInfo.avx_cc |
Definition at line 93 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| int capstone.X86.UnionOpInfo.avx_rm |
Definition at line 95 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| byte capstone.X86.UnionOpInfo.avx_sae |
Definition at line 94 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| long capstone.X86.UnionOpInfo.disp |
Definition at line 87 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| long capstone.X86.UnionOpInfo.eflags |
Definition at line 96 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| byte capstone.X86.UnionOpInfo.modrm |
Definition at line 85 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| byte [] capstone.X86.UnionOpInfo.opcode |
Definition at line 82 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.X86.UnionOpInfo.UnionOpInfo().
| byte [] capstone.X86.UnionOpInfo.prefix |
Definition at line 81 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail(), and capstone.X86.UnionOpInfo.UnionOpInfo().
| byte capstone.X86.UnionOpInfo.rex |
Definition at line 83 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| byte capstone.X86.UnionOpInfo.sib |
Definition at line 86 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| int capstone.X86.UnionOpInfo.sib_base |
Definition at line 90 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| int capstone.X86.UnionOpInfo.sib_index |
Definition at line 88 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| byte capstone.X86.UnionOpInfo.sib_scale |
Definition at line 89 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| int capstone.X86.UnionOpInfo.sse_cc |
Definition at line 92 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().
| int capstone.X86.UnionOpInfo.xop_cc |
Definition at line 91 of file X86.java.
Referenced by capstone.CsInsn.__gen_detail().