Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ functions
Functions
11,400 in github.com/lief-project/LIEF
⨍
Functions
11,400
◇
Types & classes
3,500
↳
Endpoints
2
Method
jni_iterator
plugins/ghidra/jni/lief/macho/FatBinary.hpp:69
Method
jni_next
plugins/ghidra/jni/iterator.hpp:54
Method
jni_offset_to_virtual_address
plugins/ghidra/jni/lief/generic/Binary.hpp:41
Method
jni_parse
plugins/ghidra/jni/lief/macho/Binary.hpp:35
Method
jni_parse
plugins/ghidra/jni/lief/macho/FatBinary.hpp:59
Method
jni_parse
plugins/ghidra/jni/lief/elf/Binary.hpp:57
Method
jni_parse
plugins/ghidra/jni/lief/pe/Binary.hpp:61
Method
jni_set_addr
plugins/ghidra/jni/lief/dwarf/editor/Variable.hpp:43
Method
jni_set_address
plugins/ghidra/jni/lief/dwarf/editor/Function.hpp:104
Method
jni_set_exeternal
plugins/ghidra/jni/lief/dwarf/editor/Function.hpp:118
Method
jni_set_external
plugins/ghidra/jni/lief/dwarf/editor/Variable.hpp:53
Method
jni_set_low_high
plugins/ghidra/jni/lief/dwarf/editor/Function.hpp:109
Method
jni_set_producer
plugins/ghidra/jni/lief/dwarf/editor/CompilationUnit.cpp:35
Method
jni_set_ranges
plugins/ghidra/jni/lief/dwarf/editor/Function.cpp:26
Method
jni_set_return_type
plugins/ghidra/jni/lief/dwarf/editor/FunctionType.hpp:57
Method
jni_set_return_type
plugins/ghidra/jni/lief/dwarf/editor/Function.hpp:123
Method
jni_set_size
plugins/ghidra/jni/lief/dwarf/editor/StructType.hpp:65
Method
jni_set_size
plugins/ghidra/jni/lief/dwarf/editor/EnumType.hpp:50
Method
jni_set_stack_offset
plugins/ghidra/jni/lief/dwarf/editor/Variable.hpp:48
Method
jni_set_type
plugins/ghidra/jni/lief/dwarf/editor/Variable.hpp:58
Method
jni_set_x64_information_function_pointer
plugins/ghidra/jni/lief/pe/LoadConfigurations/CHPEMetadata/MetadataARM64.hpp:90
Method
jni_write
plugins/ghidra/jni/lief/dwarf/Editor.hpp:43
Function
kernel32_dll_lookup
src/PE/utils/ordinals_lookup_tables/kernel32_dll_lookup.hpp:23
Method
key
api/rust/include/LIEF/rust/PE/RichHeader.hpp:37
Method
key_size
src/PE/signature/RsaInfo.cpp:118
Method
key_size
api/rust/include/LIEF/rust/PE/signature/RsaInfo.hpp:26
Method
key_to_string
src/OAT/Header.cpp:36
Method
key_type
src/PE/signature/x509.cpp:422
Method
key_type
api/rust/include/LIEF/rust/PE/signature/x509.hpp:44
Method
key_u8
src/PE/resources/ResourceVersion.cpp:404
Method
key_usage
src/PE/signature/x509.cpp:726
Function
kind
Kind of this runtime table
include/LIEF/MachO/FunctionVariants.hpp:210
Function
kind
The export's kind (regular, thread local, absolute, ...)
include/LIEF/MachO/ExportInfo.hpp:92
Function
kind
Encoding of the fixups
include/LIEF/PE/LoadConfigurations/DynamicRelocation/DynamicFixup.hpp:73
Function
kind
Determine the type of the concrete implementation
include/LIEF/PE/LoadConfigurations/CHPEMetadata/Metadata.hpp:59
Method
kind
src/DWARF/dwarf.cpp:191
Method
kind
api/rust/include/LIEF/rust/COFF/Section.hpp:29
Method
kind
api/rust/include/LIEF/rust/MachO/FunctionVariants.hpp:62
Method
kind
api/rust/include/LIEF/rust/MachO/ExportInfo.hpp:33
Method
kind
api/rust/include/LIEF/rust/PDB/Type.hpp:25
Function
lang
Language associated with the icon
include/LIEF/PE/resources/ResourceIcon.hpp:70
Method
language
src/DWARF/dwarf.cpp:395
Method
language
src/PDB/pdb.cpp:549
Method
language
Original Language of this compilation unit. This value matches the `DW_AT_language` attribute
api/rust/cargo/lief/src/dwarf/compilation_unit.rs:142
Method
language
api/rust/include/LIEF/rust/DWARF/CompilationUnit.hpp:81
Method
language
api/rust/include/LIEF/rust/PDB/BuildMetadata.hpp:54
Method
last_offset_section
src/ELF/Binary.cpp:1961
Method
last_offset_segment
src/ELF/Binary.cpp:1975
Method
lazy_bind_opcodes
Lazy Binding ============
src/MachO/DyldInfo.cpp:799
Method
lazy_bind_opcodes
api/rust/include/LIEF/rust/MachO/DyldInfo.hpp:57
Method
left
(&self)
api/rust/cargo/lief/src/pe/dynamic_fixups.rs:352
Method
left
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:212
Method
leftover
src/PE/checksum.hpp:38
Function
length
The size of section data. The same as `SizeOfRawData` in the section header.
include/LIEF/COFF/AuxiliarySymbols/AuxiliarySectionDefinition.hpp:107
Method
length
api/rust/include/LIEF/rust/COFF/AuxiliarySymbols/AuxiliarySectionDefinition.hpp:26
Method
length
api/rust/include/LIEF/rust/MachO/DataCodeEntry.hpp:28
Method
length
api/rust/include/LIEF/rust/PE/RuntimeFunctionAArch64.hpp:31
Method
length
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:41
Method
lib2ord
src/MachO/DyldChainedFixupsCreator.cpp:83
Method
libraries
Return an iterator over the different [`Dylib`] libraries embedded in this dyld shared cache
api/rust/cargo/lief/src/dsc/dyld_shared_cache.rs:276
Function
library
MachO::DylibCommand associated with the BindingInfo or a nullptr if not present
include/LIEF/MachO/BindingInfo.hpp:83
Function
library
Return the library in which the symbol is defined. It returns a null pointer if the library can't be resolved
include/LIEF/MachO/Symbol.hpp:180
Method
library
Library associated with the binding (if any)
api/rust/cargo/lief/src/macho/binding_info.rs:32
Method
library
api/rust/include/LIEF/rust/MachO/BindingInfo.hpp:32
Method
library
api/rust/include/LIEF/rust/MachO/Symbol.hpp:43
Function
library_ordinal
include/LIEF/MachO/BindingInfo.hpp:113
Function
library_ordinal
include/LIEF/MachO/Symbol.hpp:114
Function
lief_logging_disable
api/c/logging.cpp:21
Function
lief_logging_enable
api/c/logging.cpp:25
Function
lief_logging_set_level
api/c/logging.cpp:29
Function
lief_pe_header_characteristics_str
api/c/PE/Header.cpp:46
Function
link
Index to another section
include/LIEF/ELF/Section.hpp:287
Method
link
api/rust/include/LIEF/rust/ELF/Section.hpp:31
Method
link_symbol_section
src/ELF/Parser.cpp:717
Method
link_symbol_version
src/ELF/Parser.cpp:519
Method
linkage_name
The name of the variable which is used for linking (`DW_AT_linkage_name`). This name differs from [`Variable::name`] as it is usually mangled.
api/rust/cargo/lief/src/dwarf/variable.rs:37
Method
linkage_name
The name of the function which is used for linking (`DW_AT_linkage_name`). This name differs from [`Function::name`] as it is usually mangled. The fu
api/rust/cargo/lief/src/dwarf/function.rs:40
Method
linkage_name
api/rust/include/LIEF/rust/DWARF/Variable.hpp:29
Method
linkage_name
api/rust/include/LIEF/rust/DWARF/Function.hpp:74
Method
linkedit_data_command>
src/MachO/endianness_support.cpp:291
Method
linker_opt_hint
api/rust/include/LIEF/rust/MachO/Binary.hpp:278
Method
linker_option_command>
src/MachO/endianness_support.cpp:362
Function
list_str
(argument: str)
doc/sphinx/sphinx_lief_doc/sdk_package.py:64
Function
load
Load a DWARF from its file path
api/rust/cargo/lief/src/dwarf.rs:65
Function
load
Load DWARF file from the given path
include/LIEF/DWARF/DebugInfo.hpp:90
Function
load
Load a shared cache from a single file or from a directory specified by the \p path parameter. In the case where multiple architectures are available
include/LIEF/DyldSharedCache/DyldSharedCache.hpp:283
Function
load
Load the PDB file from the given path
include/LIEF/PDB/DebugInfo.hpp:111
Method
load_address
src/dyld-shared-cache/dyldsc.cpp:96
Method
load_address
Based address of this cache
api/rust/cargo/lief/src/dsc/dyld_shared_cache.rs:227
Method
load_address
api/rust/include/LIEF/rust/DyldSharedCache/DyldSharedCache.hpp:90
Function
load_be
src/intmem.h:204
Method
load_command>
src/MachO/endianness_support.cpp:45
Function
load_config_dir
Return the data directory associated with the load config
include/LIEF/PE/Binary.hpp:781
Method
load_config_dir
api/rust/include/LIEF/rust/PE/Binary.hpp:440
Function
load_configuration
Retrun the LoadConfiguration object or a nullptr if the binary does not use the LoadConfiguration
include/LIEF/PE/Binary.hpp:516
Method
load_configuration
api/rust/include/LIEF/rust/PE/Binary.hpp:320
Method
load_debug_info
Load and associate an external debug file (e.g., DWARF or PDB) with this binary. This method attempts to load the debug information from the file loc
api/rust/cargo/lief/src/generic.rs:275
Method
load_dylib
src/MachO/DylibCommand.cpp:70
Function
load_from_files
(files: &[P])
api/rust/cargo/lief/src/dsc.rs:80
Function
load_le
src/intmem.h:198
← previous
next →
7,801–7,900 of 11,400, ranked by callers