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

Static Public Attributes

dictionary regs_init = {A: A_INIT, B: B_INIT, C: C_INIT, D: D_INIT}
 
list all_regs_ids = [A, B, C, D, SP, PC, R]
 

Detailed Description

Fake registers for tests 

Member Data Documentation

◆ all_regs_ids

list reduce_graph.Regs.all_regs_ids = [A, B, C, D, SP, PC, R]
static

◆ regs_init

dictionary reduce_graph.Regs.regs_init = {A: A_INIT, B: B_INIT, C: C_INIT, D: D_INIT}
static

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