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

Method get_all_attribute_value

androguard/core/bytecodes/apk.py:896–913  ·  view source on GitHub ↗

Yields all the attribute values in xml files which match with the tag name and the specific attribute :param str tag_name: specify the tag name :param str attribute: specify the attribute :param bool format_value: specify if the value needs to be formatted with pack

(
        self, tag_name, attribute, format_value=True, **attribute_filter
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

_apk_analysisMethod · 0.95
get_attribute_valueMethod · 0.95
get_activitiesMethod · 0.95
get_servicesMethod · 0.95
get_receiversMethod · 0.95
get_providersMethod · 0.95
get_librariesMethod · 0.95
get_featuresMethod · 0.95

Calls 4

find_tagsMethod · 0.95
_nsMethod · 0.95
_format_valueMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected