Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
107
def
print_strings(dexfile):
108
print(
"== Strings =="
)
109
for
s in dexfile.strings:
110
print(s)
111
112
@exceptions_handler(Exception)
113
def
print_types(dexfile):
Callers
1
main
Function · 0.70
Calls
1
print
Function · 0.50
Tested by
no test coverage detected