MCPcopy Create free account

hub / github.com/lief-project/LIEF / functions

Functions11,400 in github.com/lief-project/LIEF

Methodget_base
(&self)
api/rust/cargo/lief/src/macho/commands/segment_split_info.rs:48
Methodget_base
(&self)
api/rust/cargo/lief/src/macho/commands/dyld_export_trie.rs:62
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types.rs:199
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/union.rs:27
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/pointer.rs:32
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/array.rs:26
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/enum_ty.rs:26
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/bitfield.rs:26
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/simple.rs:27
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/modifier.rs:32
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/function.rs:26
Methodget_base
(&self)
api/rust/cargo/lief/src/pdb/types/classlike.rs:66
Methodget_base_mut
(&mut self)
api/rust/cargo/lief/src/pe/debug.rs:185
Methodget_class
src/ObjC/objc.cpp:72
Methodget_class
src/OAT/Binary.cpp:86
Methodget_classlike
(&self)
api/rust/cargo/lief/src/pdb/types/union.rs:33
Methodget_content_from_va
api/rust/include/LIEF/rust/DyldSharedCache/DyldSharedCache.hpp:132
Methodget_content_from_virtual_address
src/ELF/Binary.cpp:1695
Methodget_content_from_virtual_address
api/rust/include/LIEF/rust/ELF/Binary.hpp:402
Methodget_content_from_virtual_address
api/rust/include/LIEF/rust/PE/Binary.hpp:452
Methodget_content_size
src/ELF/Segment.cpp:198
Methodget_content_value
src/ELF/Segment.cpp:212
Methodget_defined_var
plugins/binaryninja/analysis/src/AnalyzerBase.cpp:95
Methodget_dynamic_string_table
src/ELF/Parser.cpp:511
Methodget_dynamic_string_table_from_sections
src/ELF/Parser.cpp:495
Methodget_dynamic_string_table_from_segments
src/ELF/Parser.cpp:417
Methodget_engine
src/asm/asm.cpp:104
Functionget_entry
Return the imported function with the given name
include/LIEF/PE/Import.hpp:105
Functionget_filename
(target: &String)
api/rust/cargo/lief-build/src/lib.rs:46
Methodget_function_address
src/ELF/Binary.cpp:936
Methodget_function_address
src/MachO/Binary.cpp:2446
Methodget_function_address
src/Abstract/Binary.cpp:55
Functionget_imphash
src/PE/utils.cpp:260
Functionget_impl
src/ELF/NoteDetails/core/CoreAuxv.cpp:31
Functionget_info_impl
src/ELF/NoteDetails/core/CorePrPsInfo.cpp:30
Functionget_int_from_virtual_address
include/LIEF/Abstract/Binary.hpp:234
Methodget_int_from_virtual_address
Get the integer value at the given virtual address
api/rust/cargo/lief/src/macho/binary.rs:300
Methodget_int_from_virtual_address
Get the integer value at the given virtual address
api/rust/cargo/lief/src/elf/binary.rs:289
Methodget_library
Try to find the library (`DT_NEEDED`) with the given name
api/rust/cargo/lief/src/elf/binary.rs:237
Methodget_library
api/rust/include/LIEF/rust/ELF/Binary.hpp:382
Methodget_note
src/ELF/Parser.cpp:575
Methodget_objects
(self)
doc/sphinx/sphinx_lief_doc/rust_domain/rustdomain.py:233
Methodget_or_create
plugins/binaryninja/analysis/src/TypeBuilder.cpp:22
Functionget_payload
include/LIEF/PE/debug/Debug.hpp:110
Methodget_payload
src/PE/debug/Debug.cpp:29
Functionget_pe_sample
tests/unittests/utils.hpp:28
Functionget_reg_impl
src/ELF/NoteDetails/core/CorePrStatus.cpp:112
Methodget_register_name
src/asm/asm.cpp:307
Methodget_relocated_dynamic_array
api/rust/include/LIEF/rust/ELF/Binary.hpp:424
Functionget_requires_for_build_editable
( config_settings: Optional[dict[str, Union[str, List[str]]]] = None, )
api/python/backend/setup.py:148
Functionget_requires_for_build_wheel
( config_settings: Optional[dict[str, Union[str, List[str]]]] = None, )
api/python/backend/setup.py:128
Functionget_sample
(filename)
tests/utils.py:39
Methodget_section
src/MachO/Binary.cpp:1881
Methodget_section
src/MachO/SegmentCommand.cpp:208
Functionget_section_idx
Find the index of the section given in the first parameter
include/LIEF/ELF/Binary.hpp:950
Functionget_status_impl
src/ELF/NoteDetails/core/CorePrStatus.cpp:31
Methodget_symbol
src/Abstract/Binary.cpp:41
Functionget_type
include/LIEF/PE/RelocationEntry.hpp:128
Methodget_type
Return the type of this variable
api/rust/cargo/lief/src/dwarf/variable.rs:76
Methodget_type
Return the type of the parameter
api/rust/cargo/lief/src/dwarf/parameters.rs:19
Methodget_type
Type of the **index** for this array. For instance in `uint8_t[3]` the index type could be set to a `size_t`.
api/rust/cargo/lief/src/dwarf/types/array.rs:74
Methodget_type
Type of the current member
api/rust/cargo/lief/src/dwarf/types/classlike.rs:62
Methodget_type
Type of this attribute
api/rust/cargo/lief/src/pdb/types/attribute.rs:38
Methodget_type
api/rust/include/LIEF/rust/DWARF/Parameter.hpp:27
Methodget_type
api/rust/include/LIEF/rust/DWARF/Variable.hpp:47
Methodget_type
NOLINT(clang-analyzer-cplusplus.NewDeleteLeaks)
api/rust/include/LIEF/rust/DWARF/Scope.hpp:27
Methodget_type
api/rust/include/LIEF/rust/DWARF/Function.hpp:93
Methodget_type
api/rust/include/LIEF/rust/DWARF/types/Array.hpp:30
Methodget_type
api/rust/include/LIEF/rust/DWARF/types/ClassLike.hpp:49
Methodget_type
api/rust/include/LIEF/rust/ELF/Relocation.hpp:28
Methodget_type
api/rust/include/LIEF/rust/ELF/Section.hpp:26
Methodget_type
api/rust/include/LIEF/rust/ELF/Note.hpp:27
Methodget_type
api/rust/include/LIEF/rust/ELF/Symbol.hpp:26
Methodget_type
api/rust/include/LIEF/rust/COFF/Relocation.hpp:38
Methodget_type
api/rust/include/LIEF/rust/MachO/DataCodeEntry.hpp:29
Methodget_type
api/rust/include/LIEF/rust/MachO/Symbol.hpp:31
Methodget_type
api/rust/include/LIEF/rust/PDB/types/Attribute.hpp:27
Methodget_type
api/rust/include/LIEF/rust/PE/DataDirectories.hpp:28
Methodget_type
api/rust/include/LIEF/rust/PE/RelocationEntry.hpp:28
Methodget_type
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:43
Methodget_type
api/rust/include/LIEF/rust/PE/LoadConfiguration/EnclaveConfiguration.hpp:28
Methodget_type
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:94
Methodget_type
api/rust/include/LIEF/rust/PE/debug/FPO.hpp:36
Methodget_type
api/rust/include/LIEF/rust/PE/debug/Debug.hpp:33
Methodget_u16
api/rust/include/LIEF/rust/Abstract/Binary.hpp:72
Methodget_u32
api/rust/include/LIEF/rust/Abstract/Binary.hpp:76
Methodget_u64
api/rust/include/LIEF/rust/Abstract/Binary.hpp:80
Methodget_u8
api/rust/include/LIEF/rust/Abstract/Binary.hpp:68
Methodget_va
plugins/binaryninja/analysis/src/PE/AnalyzerBase.cpp:19
Functionget_values_impl
src/ELF/NoteDetails/core/CoreAuxv.cpp:55
Methodget_x64_information_function_pointer
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:116
Functionghidra_logger_st
plugins/ghidra/jni/ghidra_logger_sink.hpp:91
Methodghidra_sink
plugins/ghidra/jni/ghidra_logger_sink.hpp:32
Functiongithub_user
(name: str, rawtext: str, text: str, lineno: int, inliner: Inliner, options: dict | None = Non
doc/sphinx/sphinx_lief_doc/roles.py:48
Methodgnu_hash
api/rust/include/LIEF/rust/ELF/Binary.hpp:278
Functiongreater_than_add_or_overflow
src/MachO/layout_check.cpp:57
Methodgs
api/rust/include/LIEF/rust/PE/debug/VCFeature.hpp:26
Functionguard_address_taken_iat_entries
List of RVA pointed by guard_address_taken_iat_entry_table()
include/LIEF/PE/LoadConfigurations/LoadConfiguration.hpp:329
Methodguard_address_taken_iat_entries
Iterator over the functions referenced by [`LoadConfiguration::guard_address_taken_iat_entry_table`]
api/rust/cargo/lief/src/pe/load_configuration.rs:221
Methodguard_cf_flags_list
src/PE/LoadConfigurations/LoadConfiguration.cpp:1119
← previousnext →6,901–7,000 of 11,400, ranked by callers