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

Function format_value

androguard/core/bytecodes/axml/__init__.py:856–907  ·  view source on GitHub ↗

Format a value based on type and data. By default, no strings are looked up and " " is returned. You need to define `lookup_string` in order to actually lookup strings from the string table. :param _type: The numeric type of the value :param _data: The numeric data o

(_type, _data, lookup_string=lambda ix: "<string>")

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

get_apkidFunction · 0.90
_get_attribute_valueMethod · 0.85
format_valueMethod · 0.85

Calls 1

complexToFloatFunction · 0.85

Tested by

no test coverage detected