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

Function print_sub_framework

api/python/examples/macho_reader.py:426–436  ·  view source on GitHub ↗
(binary)

Source from the content-addressed store, hash-verified

424
425@exceptions_handler(Exception)
426def print_sub_framework(binary):
427 format_str = "{:<13} {:<30}"
428 format_hex = "{:<13} 0x{:<28x}"
429 format_dec = "{:<13} {:<30d}"
430
431 print("== Sub Framework ==")
432
433 sinfo = binary.sub_framework
434 print(format_str.format("Umbrella:", sinfo.umbrella))
435
436 print("")
437
438@exceptions_handler(Exception)
439def print_dyld_environment(binary):

Callers 1

mainFunction · 0.85

Calls 2

printFunction · 0.50
formatMethod · 0.45

Tested by

no test coverage detected