LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
LIEF::MachO::Binary Member List

This is the complete list of members for LIEF::MachO::Binary, including all inherited members.

accept(LIEF::Visitor &visitor) const overrideLIEF::MachO::Binaryvirtual
add(const LoadCommand &command)LIEF::MachO::Binary
add(const LoadCommand &command, size_t index)LIEF::MachO::Binary
add(const DylibCommand &library)LIEF::MachO::Binary
add(const SegmentCommand &segment)LIEF::MachO::Binary
add_exported_function(uint64_t address, const std::string &name)LIEF::MachO::Binary
add_library(const std::string &name)LIEF::MachO::Binary
add_local_symbol(uint64_t address, const std::string &name)LIEF::MachO::Binary
add_section(const Section &section)LIEF::MachO::Binary
add_section(const SegmentCommand &segment, const Section &section)LIEF::MachO::Binary
as() (defined in LIEF::Object)LIEF::Object
as() const (defined in LIEF::Object)LIEF::Object
Binary(const Binary &)=delete (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
Binary(FORMATS fmt) (defined in LIEF::Binary)LIEF::Binaryinline
Binary(const Binary &) (defined in LIEF::Binary)LIEF::Binary
build_version()LIEF::MachO::Binary
build_version() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
can_remove(const Symbol &sym) constLIEF::MachO::Binary
can_remove_symbol(const std::string &name) constLIEF::MachO::Binary
classof(const LIEF::Binary *bin) (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinlinestatic
code_signature()LIEF::MachO::Binary
code_signature() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
code_signature_dir()LIEF::MachO::Binary
code_signature_dir() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
command() (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
command() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
commands()LIEF::MachO::Binaryinline
commands() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
commands_t typedefLIEF::MachO::Binary
count_commands() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
ctor_functions() const overrideLIEF::MachO::Binaryvirtual
data_in_code()LIEF::MachO::Binary
data_in_code() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
disable_pie()LIEF::MachO::Binary
dyld_chained_fixups()LIEF::MachO::Binary
dyld_chained_fixups() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
dyld_environment()LIEF::MachO::Binary
dyld_environment() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
dyld_exports_trie()LIEF::MachO::Binary
dyld_exports_trie() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
dyld_info()LIEF::MachO::Binary
dyld_info() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
dylinker()LIEF::MachO::Binary
dylinker() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
dynamic_symbol_command()LIEF::MachO::Binary
dynamic_symbol_command() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
ELF enum value (defined in LIEF::Binary)LIEF::Binary
encryption_info()LIEF::MachO::Binary
encryption_info() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
entrypoint() const overrideLIEF::MachO::Binaryvirtual
exported_functions() constLIEF::Binary
exported_symbols()LIEF::MachO::Binaryinline
exported_symbols() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
extend(const LoadCommand &command, uint64_t size)LIEF::MachO::Binary
extend_segment(const SegmentCommand &segment, size_t size)LIEF::MachO::Binary
fat_offset() constLIEF::MachO::Binaryinline
fileset_binaries_t typedefLIEF::MachO::Binary
fileset_name() constLIEF::MachO::Binaryinline
filesets()LIEF::MachO::Binaryinline
filesets() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
for_commands(Func f) (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
format() constLIEF::Binaryinline
FORMATS enum name (defined in LIEF::Binary)LIEF::Binary
function_starts()LIEF::MachO::Binary
function_starts() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
functions() constLIEF::MachO::Binary
functions_t typedef (defined in LIEF::Binary)LIEF::Binary
get(LoadCommand::TYPE type) constLIEF::MachO::Binary
get(LoadCommand::TYPE type) (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
get_content_from_virtual_address(uint64_t virtual_address, uint64_t size, Binary::VA_TYPES addr_type=Binary::VA_TYPES::AUTO) const overrideLIEF::MachO::Binaryvirtual
get_function_address(const std::string &func_name) constLIEF::Binaryvirtual
get_section(const std::string &name)LIEF::MachO::Binary
get_section(const std::string &name) constLIEF::MachO::Binary
get_section(const std::string &segname, const std::string &secname)LIEF::MachO::Binary
get_section(const std::string &segname, const std::string &secname) const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
get_segment(const std::string &name) constLIEF::MachO::Binary
get_segment(const std::string &name)LIEF::MachO::Binary
get_symbol(const std::string &name) constLIEF::MachO::Binary
get_symbol(const std::string &name) (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
has(LoadCommand::TYPE type) constLIEF::MachO::Binary
has_build_version() constLIEF::MachO::Binary
has_code_signature() constLIEF::MachO::Binary
has_code_signature_dir() constLIEF::MachO::Binary
has_command() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
has_data_in_code() constLIEF::MachO::Binary
has_dyld_chained_fixups() constLIEF::MachO::Binary
has_dyld_environment() constLIEF::MachO::Binary
has_dyld_exports_trie() constLIEF::MachO::Binary
has_dyld_info() constLIEF::MachO::Binary
has_dylinker() constLIEF::MachO::Binary
has_dynamic_symbol_command() constLIEF::MachO::Binary
has_encryption_info() constLIEF::MachO::Binary
has_entrypoint() constLIEF::MachO::Binaryinline
has_filesets() constLIEF::MachO::Binary
has_function_starts() constLIEF::MachO::Binary
has_linker_opt_hint() constLIEF::MachO::Binary
has_main_command() constLIEF::MachO::Binary
has_nx() const overrideLIEF::MachO::Binaryinlinevirtual
has_nx_heap() constLIEF::MachO::Binaryinline
has_nx_stack() constLIEF::MachO::Binaryinline
has_rpath() constLIEF::MachO::Binary
has_section(const std::string &name) constLIEF::MachO::Binaryinline
has_segment(const std::string &name) constLIEF::MachO::Binaryinline
has_segment_split_info() constLIEF::MachO::Binary
has_source_version() constLIEF::MachO::Binary
has_sub_framework() constLIEF::MachO::Binary
has_symbol(const std::string &name) constLIEF::MachO::Binaryinline
has_symbol_command() constLIEF::MachO::Binary
has_thread_command() constLIEF::MachO::Binary
has_two_level_hints() constLIEF::MachO::Binary
has_uuid() constLIEF::MachO::Binary
has_version_min() constLIEF::MachO::Binary
header()LIEF::MachO::Binaryinline
header() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
imagebase() const overrideLIEF::MachO::Binaryvirtual
imported_functions() constLIEF::Binary
imported_libraries() constLIEF::Binary
imported_symbols()LIEF::MachO::Binaryinline
imported_symbols() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
is_exported(const Symbol &symbol)LIEF::MachO::Binarystatic
is_imported(const Symbol &symbol)LIEF::MachO::Binarystatic
is_pie() const overrideLIEF::MachO::Binaryinlinevirtual
is_valid_addr(uint64_t address) constLIEF::MachO::Binary
it_commands typedefLIEF::MachO::Binary
it_const_commands typedefLIEF::MachO::Binary
it_const_exported_symbols typedefLIEF::MachO::Binary
it_const_fileset_binaries typedefLIEF::MachO::Binary
it_const_imported_symbols typedefLIEF::MachO::Binary
it_const_libraries typedefLIEF::MachO::Binary
it_const_relocations typedefLIEF::MachO::Binary
it_const_rpaths typedefLIEF::MachO::Binary
it_const_sections typedefLIEF::MachO::Binary
it_const_segments typedefLIEF::MachO::Binary
it_const_symbols typedefLIEF::MachO::Binary
it_exported_symbols typedefLIEF::MachO::Binary
it_fileset_binaries typedefLIEF::MachO::Binary
it_imported_symbols typedefLIEF::MachO::Binary
it_libraries typedefLIEF::MachO::Binary
it_relocations typedefLIEF::MachO::Binary
it_rpaths typedefLIEF::MachO::Binary
it_sections typedefLIEF::MachO::Binary
it_segments typedefLIEF::MachO::Binary
it_symbols typedefLIEF::MachO::Binary
libraries()LIEF::MachO::Binaryinline
libraries() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
libraries_cache_t typedefLIEF::MachO::Binary
linker_opt_hint()LIEF::MachO::Binary
linker_opt_hint() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
loader() constLIEF::MachO::Binary
MACHO enum value (defined in LIEF::Binary)LIEF::Binary
main_command()LIEF::MachO::Binary
main_command() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
memory_base_address() constLIEF::MachO::Binaryinline
OAT enum value (defined in LIEF::Binary)LIEF::Binary
Object() (defined in LIEF::Object)LIEF::Object
Object(const Object &other) (defined in LIEF::Object)LIEF::Object
off_ranges() constLIEF::MachO::Binary
offset_to_virtual_address(uint64_t offset, uint64_t slide=0) const overrideLIEF::MachO::Binaryvirtual
operator!=(const Object &other) const (defined in LIEF::Object)LIEF::Objectinlinevirtual
operator=(const Binary &)=delete (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
operator=(const Binary &) (defined in LIEF::Binary)LIEF::Binary
operator=(const Object &other) (defined in LIEF::Object)LIEF::Object
operator==(const Object &other) const (defined in LIEF::Object)LIEF::Objectvirtual
operator[](LoadCommand::TYPE type) (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
operator[](LoadCommand::TYPE type) const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
original_size() constLIEF::Binaryinline
original_size(uint64_t size)LIEF::Binaryinline
output_const_t typedef (defined in LIEF::Object)LIEF::Object
output_t typedef (defined in LIEF::Object)LIEF::Object
overlay() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
page_size() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
patch_address(uint64_t address, const std::vector< uint8_t > &patch_value, LIEF::Binary::VA_TYPES addr_type=LIEF::Binary::VA_TYPES::AUTO) overrideLIEF::MachO::Binaryvirtual
patch_address(uint64_t address, uint64_t patch_value, size_t size=sizeof(uint64_t), LIEF::Binary::VA_TYPES addr_type=LIEF::Binary::VA_TYPES::AUTO) overrideLIEF::MachO::Binaryvirtual
PE enum value (defined in LIEF::Binary)LIEF::Binary
print(std::ostream &os) const override (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryvirtual
raw()LIEF::MachO::Binary
relocations()LIEF::MachO::Binary
relocations() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
relocations_t typedefLIEF::MachO::Binary
remove(const LoadCommand &command)LIEF::MachO::Binary
remove(LoadCommand::TYPE type)LIEF::MachO::Binary
remove(const Symbol &sym)LIEF::MachO::Binary
remove_command(size_t index)LIEF::MachO::Binary
remove_section(const std::string &name, bool clear=false) overrideLIEF::MachO::Binaryvirtual
remove_section(const std::string &segname, const std::string &secname, bool clear=false)LIEF::MachO::Binary
remove_signature()LIEF::MachO::Binary
remove_symbol(const std::string &name)LIEF::MachO::Binary
rpath()LIEF::MachO::Binary
rpath() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
rpaths()LIEF::MachO::Binary
rpaths() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
section_from_offset(uint64_t offset)LIEF::MachO::Binary
section_from_offset(uint64_t offset) const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
section_from_virtual_address(uint64_t virtual_address)LIEF::MachO::Binary
section_from_virtual_address(uint64_t virtual_address) const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
sections()LIEF::MachO::Binaryinline
sections() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
sections_cache_t typedefLIEF::MachO::Binary
sections_t typedefLIEF::Binary
segment_from_offset(uint64_t offset)LIEF::MachO::Binary
segment_from_offset(uint64_t offset) const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
segment_from_virtual_address(uint64_t virtual_address)LIEF::MachO::Binary
segment_from_virtual_address(uint64_t virtual_address) const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
segment_index(const SegmentCommand &segment) constLIEF::MachO::Binary
segment_split_info()LIEF::MachO::Binary
segment_split_info() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
segments()LIEF::MachO::Binaryinline
segments() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
segments_cache_t typedefLIEF::MachO::Binary
shift(size_t value)LIEF::MachO::Binary
shift_linkedit(size_t width)LIEF::MachO::Binary
source_version()LIEF::MachO::Binary
source_version() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
sub_framework()LIEF::MachO::Binary
sub_framework() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
symbol_command()LIEF::MachO::Binary
symbol_command() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
symbols()LIEF::MachO::Binaryinline
symbols() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binaryinline
symbols_t typedefLIEF::MachO::Binary
thread_command()LIEF::MachO::Binary
thread_command() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
two_level_hints()LIEF::MachO::Binary
two_level_hints() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
unexport(const std::string &name)LIEF::MachO::Binary
unexport(const Symbol &sym)LIEF::MachO::Binary
UNKNOWN enum value (defined in LIEF::Binary)LIEF::Binary
unwind_functions() constLIEF::MachO::Binary
uuid()LIEF::MachO::Binary
uuid() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
va_ranges() constLIEF::MachO::Binary
VA_TYPES enum nameLIEF::Binary
version_min()LIEF::MachO::Binary
version_min() const (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
virtual_address_to_offset(uint64_t virtual_address) constLIEF::MachO::Binary
virtual_size() constLIEF::MachO::Binary
write(const std::string &filename) overrideLIEF::MachO::Binaryvirtual
write(std::ostream &os) overrideLIEF::MachO::Binaryvirtual
xref(uint64_t address) const (defined in LIEF::Binary)LIEF::Binary
~Binary() override (defined in LIEF::MachO::Binary)LIEF::MachO::Binary
~Object() (defined in LIEF::Object)LIEF::Objectvirtual