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

Method AddXrefTo

androguard/core/analysis/analysis.py:898–910  ·  view source on GitHub ↗

Creates a crossreference to another class. XrefTo means, that the current class calls another class. The current class should also be contained in the another class' XrefFrom list. :param ref_kind: :param classobj: :class:`ClassAnalysis` object to link

(self, ref_kind, classobj, methodobj, offset)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

AddMXrefToMethod · 0.45
_create_xrefMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected