(binary)
| 522 | |
| 523 | @exceptions_handler(Exception) |
| 524 | def 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) |
| 532 | def print_weak_bind_opcodes(binary): |