miasm
Reverse engineering framework
depgraph.Regs Class Reference
Inheritance diagram for depgraph.Regs:
Collaboration diagram for depgraph.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 depgraph.Regs.all_regs_ids = [A, B, C, D, SP, PC, R]
static

◆ regs_init

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