Module lief::macho::binding_info
Structs
- This structure represents a binding operation coming from chained binding command:
LC_DYLD_CHAINED_FIXUPS - This structure represents a binding operation coming from binding bytecode of
LC_DYLD_INFO - This structure represents a binding operation coming from the indirect symbol table
Enums
- This enum exposes all the different types of binding operations that we can find in a Mach-O binary.
BindingInfo::Dyldexposes the bindings info wrapped in theLC_DYLD_INFOcommand whileBindingInfo::Chainedexposes the new chained bindings implemented in theDYLD_CHAINED_FIXUPScommand.
Traits
- Generic trait shared by all
BindingInfoitems