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

op structure for load (('a, 'b) mem -> 'a bitv -> 'b bitv) More...

#include <rz_il_opcodes.h>

Public Attributes

RzILMemIndex mem
 index of the mem inside the vm to use More...
 
RzILOpBitVectorkey
 index of the cell (address) in mem, must have exactly the size of a key in the memory More...
 

Detailed Description

op structure for load (('a, 'b) mem -> 'a bitv -> 'b bitv)

load m k is the value associated with the key k in the memory m.

Definition at line 302 of file rz_il_opcodes.h.

Member Data Documentation

◆ key

RzILOpBitVector* rz_il_op_args_load_t::key

index of the cell (address) in mem, must have exactly the size of a key in the memory

Definition at line 304 of file rz_il_opcodes.h.

Referenced by il_opdmp_load(), and rz_il_handler_load().

◆ mem

RzILMemIndex rz_il_op_args_load_t::mem

index of the mem inside the vm to use

Definition at line 303 of file rz_il_opcodes.h.

Referenced by il_opdmp_load(), capstone.m68k.M68KOp::mem(), and rz_il_handler_load().


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