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

op structure for repeat (bool -> data eff -> data eff) More...

#include <rz_il_opcodes.h>

Public Attributes

RzILOpBoolcondition
 index of BOOL condition More...
 
RzILOpEffectdata_eff
 index of data effect More...
 

Detailed Description

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.

Member Data Documentation

◆ condition

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().

◆ data_eff

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().


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