(binary)
| 530 | |
| 531 | @exceptions_handler(Exception) |
| 532 | def 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) |
| 540 | def print_lazy_bind_opcodes(binary): |