miasm
Reverse engineering framework
data_flow.Regs Class Reference
Inheritance diagram for data_flow.Regs:
Collaboration diagram for data_flow.Regs:

Static Public Attributes

dictionary regs_init = {a: a_init, b: b_init, c: c_init, d: d_init, r: r_init}
 
list all_regs_ids = [a, b, c, d, r, sp, pc]
 

Member Data Documentation

◆ all_regs_ids

list data_flow.Regs.all_regs_ids = [a, b, c, d, r, sp, pc]
static

◆ regs_init

dictionary data_flow.Regs.regs_init = {a: a_init, b: b_init, c: c_init, d: d_init, r: r_init}
static

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