p-x9 / MachOKit

🔬 A Swift library for parsing MachO files to obtain various information.
https://p-x9.github.io/MachOKit/documentation/machokit/
MIT License
72 stars 4 forks source link

Resolve rebase / bind #114

Closed p-x9 closed 1 month ago

p-x9 commented 1 month ago

When retrieving information from a mach-o file, there are cases where it is necessary to resolve the rebase and then retrieve the offset. (For example, superclass or isa of objc class)

https://github.com/apple-oss-distributions/dyld/blob/d552c40cd1de105f0ec95008e0e0c0972de43456/common/MetadataVisitor.cpp#L262