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

Method get_call_graph

androguard/core/analysis/analysis.py:1381–1443  ·  view source on GitHub ↗

Generate a directed graph based on the methods found by the filters applied. The filters are the same as in :meth:`~androguard.core.analaysis.analaysis.Analysis.find_methods` A networkx.DiGraph is returned, containing all edges only once! that means, if a me

(self, classname=".*", methodname=".*", descriptor=".*",
                       accessflags=".*", no_isolated=False, entry_points=[])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

find_methodsMethod · 0.95
get_methodMethod · 0.45
get_xref_toMethod · 0.45
add_edgeMethod · 0.45

Tested by

no test coverage detected