MCPcopy Create free account
hub / github.com/lief-project/LIEF / print_strings

Function print_strings

api/python/examples/dex_reader.py:107–110  ·  view source on GitHub ↗
(dexfile)

Source from the content-addressed store, hash-verified

105
106@exceptions_handler(Exception)
107def print_strings(dexfile):
108 print("== Strings ==")
109 for s in dexfile.strings:
110 print(s)
111
112@exceptions_handler(Exception)
113def print_types(dexfile):

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected