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

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...
 
RzILOpBitVectorkey
 memory index of the RzBitVector key (address) More...
 
ut32 n_bits
 n of bits to read, and of the resulting bitvector More...
 

Detailed Description

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.

Member Data Documentation

◆ key

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

◆ mem

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

◆ n_bits

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


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