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

#include <rz_il_reg.h>

Public Attributes

size_t regs_count
 
RzILRegBindingItemregs
 regs_count registers that are bound to variables More...
 

Detailed Description

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.

Member Data Documentation

◆ regs

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

◆ regs_count

size_t rz_il_reg_binding_t::regs_count

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