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

Method get_fake_method

androguard/core/analysis/analysis.py:842–860  ·  view source on GitHub ↗

Search for the given method name and descriptor and return a fake (ExternalMethod) if required. :param name: name of the method :param descriptor: descriptor of the method, for example `'(I I I)V'` :return: :class:`ExternalMethod`

(self, name, descriptor)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_create_xrefMethod · 0.80

Calls 3

ExternalMethodClass · 0.85
get_methodMethod · 0.45
get_nameMethod · 0.45

Tested by

no test coverage detected