main issue is that there's very little padding after the dynamic loader info (just a few bytes)
Three options:
- squeeze in a ULEB (probably limited to 1 conversion) but only move things inside dynamic linker info
- create space after the dynamic linker info + update all load commands
- swap dylib ordinals so all hooked symbols point use ULEB opcodes
main issue is that there's very little padding after the dynamic loader info (just a few bytes)
Three options: