-
Notifications
You must be signed in to change notification settings - Fork 2
Deal with converting IMM opcode to ULEB #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request