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

Function print_weak_bind_opcodes

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

Source from the content-addressed store, hash-verified

530
531@exceptions_handler(Exception)
532def print_weak_bind_opcodes(binary):
533 print("== Weak bind opcodes ==")
534
535 print(binary.dyld_info.show_weak_bind_opcodes)
536
537 print("")
538
539@exceptions_handler(Exception)
540def print_lazy_bind_opcodes(binary):

Callers 1

mainFunction · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected