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

Method find_classes

androguard/core/analysis/analysis.py:1303–1317  ·  view source on GitHub ↗

Find classes by name, using regular expression This method will return all ClassAnalysis Object that match the name of the class. :param name: regular expression for class name (default ".*") :param no_external: Remove external classes from the output (defau

(self, name=".*", no_external=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

get_vm_classMethod · 0.80

Tested by

no test coverage detected