Rizin
unix-like reverse engineering framework and cli tools
|
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... | |
RzILOpBitVector * | key |
index of the cell (address) in mem, must have exactly the size of a key in the memory More... | |
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.
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().
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().