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

Function print_bind_opcodes

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

Source from the content-addressed store, hash-verified

522
523@exceptions_handler(Exception)
524def print_bind_opcodes(binary):
525 print("== Bind opcodes ==")
526
527 print(binary.dyld_info.show_bind_opcodes)
528
529 print("")
530
531@exceptions_handler(Exception)
532def print_weak_bind_opcodes(binary):

Callers 1

mainFunction · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected