Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_il_reg.h>
Public Attributes | |
size_t | regs_count |
RzILRegBindingItem * | regs |
regs_count registers that are bound to variables More... | |
An object that describes what registers are bound to variables in an RzILVM. Registers of size 1 are bound as boolean variables, others as bitvector ones.
Definition at line 22 of file rz_il_reg.h.
RzILRegBindingItem* rz_il_reg_binding_t::regs |
regs_count registers that are bound to variables
Definition at line 24 of file rz_il_reg.h.
Referenced by rz_il_reg_binding_derive(), rz_il_reg_binding_exactly(), and rz_il_reg_binding_free().
size_t rz_il_reg_binding_t::regs_count |
Definition at line 23 of file rz_il_reg.h.
Referenced by rz_il_reg_binding_derive(), rz_il_reg_binding_exactly(), and rz_il_reg_binding_free().