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

Method find_methods

androguard/core/analysis/analysis.py:1319–1345  ·  view source on GitHub ↗

Find a method by name using regular expression. This method will return all MethodClassAnalysis objects, which match the classname, methodname, descriptor and accessflags of the method. :param classname: regular expression for the classname :param methodname

(self, classname=".*", methodname=".*", descriptor=".*",
            accessflags=".*", no_external=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

get_call_graphMethod · 0.95

Calls 5

get_methodsMethod · 0.45
get_methodMethod · 0.45
get_nameMethod · 0.45
get_descriptorMethod · 0.45

Tested by

no test coverage detected