miasm
Reverse engineering framework
unssa.Regs Class Reference
Inheritance diagram for unssa.Regs:
Collaboration diagram for unssa.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 unssa.Regs.all_regs_ids = [a, b, c, d, r, sp, pc]
static

◆ regs_init

dictionary unssa.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: