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
Enums
- This enum exposes all the different types of binding operations that we can find in a Mach-O binary.
BindingInfo::Dyld
exposes the bindings info wrapped in theLC_DYLD_INFO
command whileBindingInfo::Chained
exposes the new chained bindings implemented in theDYLD_CHAINED_FIXUPS
command.
Traits
- Generic trait shared by all
BindingInfo
items