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

Method find_fields

androguard/core/analysis/analysis.py:1358–1376  ·  view source on GitHub ↗

find fields by regex :param classname: regular expression of the classname :param fieldname: regular expression of the fieldname :param fieldtype: regular expression of the fieldtype :param accessflags: regular expression of the access flags :rtype:

(self, classname=".*", fieldname=".*", fieldtype=".*",
            accessflags=".*")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

get_fieldsMethod · 0.45
get_fieldMethod · 0.45
get_nameMethod · 0.45
get_descriptorMethod · 0.45

Tested by

no test coverage detected