Rizin
unix-like reverse engineering framework and cli tools
|
Load an entire word of arbitrary bit size from a memory. More...
#include <rz_il_opcodes.h>
Public Attributes | |
RzILMemIndex | mem |
index of the mem inside the vm to use More... | |
RzILOpBitVector * | key |
memory index of the RzBitVector key (address) More... | |
ut32 | n_bits |
n of bits to read, and of the resulting bitvector More... | |
Load an entire word of arbitrary bit size from a memory.
Endianness is determined by the vm
Definition at line 323 of file rz_il_opcodes.h.
RzILOpBitVector* rz_il_op_args_loadw_t::key |
memory index of the RzBitVector key (address)
Definition at line 325 of file rz_il_opcodes.h.
Referenced by il_opdmp_loadw(), and rz_il_handler_loadw().
RzILMemIndex rz_il_op_args_loadw_t::mem |
index of the mem inside the vm to use
Definition at line 324 of file rz_il_opcodes.h.
Referenced by il_opdmp_loadw(), capstone.m68k.M68KOp::mem(), and rz_il_handler_loadw().
ut32 rz_il_op_args_loadw_t::n_bits |
n of bits to read, and of the resulting bitvector
Definition at line 326 of file rz_il_opcodes.h.
Referenced by il_opdmp_loadw(), and rz_il_handler_loadw().