Rizin
unix-like reverse engineering framework and cli tools
|
op structure for repeat
(bool -> data eff -> data eff)
More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILOpBool * | condition |
index of BOOL condition More... | |
RzILOpEffect * | data_eff |
index of data effect More... | |
op structure for repeat
(bool -> data eff -> data eff)
repeat c data repeats data effects till the condition c holds.
Definition at line 228 of file rz_il_opcodes.h.
RzILOpBool* rzil_op_repeat_t::condition |
index of BOOL condition
Definition at line 229 of file rz_il_opcodes.h.
Referenced by rz_il_handler_repeat().
RzILOpEffect* rzil_op_repeat_t::data_eff |
index of data effect
Definition at line 230 of file rz_il_opcodes.h.
Referenced by rz_il_handler_repeat().