MCPcopy Create free account
hub / github.com/codehasan/dex2c / Graph

Class Graph

androguard/decompiler/dad/graph.py:34–215  ·  view source on GitHub ↗

Stores a CFG (Control Flow Graph), which is a directed graph. The CFG defines an entry node :py:attr:`entry`, a single exit node :py:attr:`exit`, a list of nodes :py:attr:`nodes` and a list of edges :py:attr:`edges`.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

intervalsFunction · 0.90
constructFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected