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

Function print_header

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

Source from the content-addressed store, hash-verified

59
60@exceptions_handler(Exception)
61def print_header(dexfile):
62 format_str = "{:<33} {:<30}"
63 format_hex = "{:<33} 0x{:<28x}"
64 format_dec = "{:<33} {:<30d}"
65
66 print("== Header ==")
67 header = dexfile.header
68 print(header)
69
70@exceptions_handler(Exception)
71def print_classes(dexfile):

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected