Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpEffectCode | code |
union { | |
RzILOpArgsSet set | |
RzILOpArgsJmp jmp | |
RzILOpArgsGoto goto_ | |
RzILOpArgsSeq seq | |
RzILOpArgsBlk blk | |
RzILOpArgsRepeat repeat | |
RzILOpArgsBranch branch | |
RzILOpArgsStore store | |
RzILOpArgsStoreW storew | |
} | op |
Definition at line 511 of file rz_il_opcodes.h.
RzILOpArgsBlk rz_il_op_effect_t::blk |
Definition at line 518 of file rz_il_opcodes.h.
RzILOpArgsBranch rz_il_op_effect_t::branch |
Definition at line 520 of file rz_il_opcodes.h.
RzILOpEffectCode rz_il_op_effect_t::code |
Definition at line 512 of file rz_il_opcodes.h.
Referenced by il_opdmp_seq_inner(), and rz_il_op_new_seqn().
RzILOpArgsGoto rz_il_op_effect_t::goto_ |
Definition at line 516 of file rz_il_opcodes.h.
RzILOpArgsJmp rz_il_op_effect_t::jmp |
Definition at line 515 of file rz_il_opcodes.h.
union { ... } rz_il_op_effect_t::op |
Referenced by rz_il_op_new_seqn().
RzILOpArgsRepeat rz_il_op_effect_t::repeat |
Definition at line 519 of file rz_il_opcodes.h.
RzILOpArgsSeq rz_il_op_effect_t::seq |
Definition at line 517 of file rz_il_opcodes.h.
Referenced by rz_il_op_new_seqn().
RzILOpArgsSet rz_il_op_effect_t::set |
Definition at line 514 of file rz_il_opcodes.h.
RzILOpArgsStore rz_il_op_effect_t::store |
Definition at line 522 of file rz_il_opcodes.h.
RzILOpArgsStoreW rz_il_op_effect_t::storew |
Definition at line 523 of file rz_il_opcodes.h.