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

op structure for set ('a var -> 'a pure -> data eff) More...

#include <rz_il_opcodes.h>

Public Attributes

const char * v
 name of variable, const one More...
 
bool is_local
 whether a global variable should be set or a local optionally created and set More...
 
RzILOpPurex
 value to set the variable to More...
 

Detailed Description

op structure for set ('a var -> 'a pure -> data eff)

set v x changes the value stored in v to the value of x.

Definition at line 167 of file rz_il_opcodes.h.

Member Data Documentation

◆ is_local

bool rz_il_op_args_set_t::is_local

whether a global variable should be set or a local optionally created and set

Definition at line 169 of file rz_il_opcodes.h.

Referenced by rz_il_handler_set().

◆ v

const char* rz_il_op_args_set_t::v

name of variable, const one

Definition at line 168 of file rz_il_opcodes.h.

Referenced by il_opdmp_set(), and rz_il_handler_set().

◆ x

RzILOpPure* rz_il_op_args_set_t::x

value to set the variable to

Definition at line 170 of file rz_il_opcodes.h.

Referenced by il_opdmp_set(), and rz_il_handler_set().


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