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
↓ 1 callers
Function
print_load_configuration
(binary)
api/python/examples/pe_reader.py:324
↓ 1 callers
Function
print_main_command
(binary)
api/python/examples/macho_reader.py:318
↓ 1 callers
Function
print_map
(dexfile)
api/python/examples/dex_reader.py:125
↓ 1 callers
Function
print_methods
(dexfile)
api/python/examples/dex_reader.py:95
↓ 1 callers
Function
print_methods
(binary)
api/python/examples/oat_reader.py:103
↓ 1 callers
Function
print_ms_nested_sig
(indent: int, auth: lief.PE.MsSpcNestedSignature)
api/python/examples/authenticode/authenticode_reader.py:71
↓ 1 callers
Function
print_ms_statement_type
(indent: int, auth: lief.PE.MsSpcStatementType)
api/python/examples/authenticode/authenticode_reader.py:99
↓ 1 callers
Function
print_notes
(binary)
api/python/examples/elf_reader.py:380
↓ 1 callers
Function
print_pkcs9_at_seq_number
(indent: int, auth: lief.PE.PKCS9AtSequenceNumber)
api/python/examples/authenticode/authenticode_reader.py:67
↓ 1 callers
Function
print_pkcs_counter_sig
(indent: int, auth: lief.PE.PKCS9CounterSignature)
api/python/examples/authenticode/authenticode_reader.py:125
↓ 1 callers
Function
print_pkcs_msg_dg
(indent: int, auth: lief.PE.PKCS9MessageDigest)
api/python/examples/authenticode/authenticode_reader.py:103
↓ 1 callers
Function
print_prototypes
(dexfile)
api/python/examples/dex_reader.py:119
↓ 1 callers
Function
print_rebase_opcodes
(binary)
api/python/examples/macho_reader.py:516
↓ 1 callers
Function
print_relocations
(binary)
api/python/examples/macho_reader.py:584
↓ 1 callers
Function
print_relocations
(binary)
api/python/examples/abstract_reader.py:84
↓ 1 callers
Function
print_relocations
(binary)
api/python/examples/pe_reader.py:232
↓ 1 callers
Function
print_resources
(binary)
api/python/examples/pe_reader.py:315
↓ 1 callers
Function
print_rich_header
(binary)
api/python/examples/pe_reader.py:304
↓ 1 callers
Function
print_sections
(binary)
api/python/examples/macho_reader.py:144
↓ 1 callers
Function
print_sections
(binary)
api/python/examples/abstract_reader.py:68
↓ 1 callers
Function
print_sections
(binary)
api/python/examples/elf_reader.py:100
↓ 1 callers
Function
print_sections
(binary)
api/python/examples/pe_reader.py:147
↓ 1 callers
Function
print_segment_split_info
(binary)
api/python/examples/macho_reader.py:410
↓ 1 callers
Function
print_segments
(binary)
api/python/examples/macho_reader.py:120
↓ 1 callers
Function
print_segments
(binary)
api/python/examples/elf_reader.py:123
↓ 1 callers
Function
print_signature
(binary)
api/python/examples/pe_reader.py:297
↓ 1 callers
Function
print_signing_time
(indent: int, auth: lief.PE.PKCS9SigningTime)
api/python/examples/authenticode/authenticode_reader.py:95
↓ 1 callers
Function
print_source_version
(binary)
api/python/examples/macho_reader.py:560
↓ 1 callers
Function
print_spc_sp_opus_info
(indent: int, auth: lief.PE.SpcSpOpusInfo)
api/python/examples/authenticode/authenticode_reader.py:76
↓ 1 callers
Function
print_strings
(dexfile)
api/python/examples/dex_reader.py:107
↓ 1 callers
Function
print_strings
(binary)
api/python/examples/elf_reader.py:436
↓ 1 callers
Function
print_sub_framework
(binary)
api/python/examples/macho_reader.py:426
↓ 1 callers
Function
print_symbol_command
(binary)
api/python/examples/macho_reader.py:250
↓ 1 callers
Function
print_symbols
(binary)
api/python/examples/macho_reader.py:207
↓ 1 callers
Function
print_symbols
(binary)
api/python/examples/abstract_reader.py:96
↓ 1 callers
Function
print_symbols
(binary)
api/python/examples/pe_reader.py:164
↓ 1 callers
Function
print_symtab_symbols
(binary, args)
api/python/examples/elf_reader.py:243
↓ 1 callers
Function
print_sysv_hash
(binary)
api/python/examples/elf_reader.py:361
↓ 1 callers
Function
print_thread_command
(binary)
api/python/examples/macho_reader.py:334
↓ 1 callers
Function
print_tls
(binary)
api/python/examples/pe_reader.py:208
↓ 1 callers
Function
print_types
(dexfile)
api/python/examples/dex_reader.py:113
↓ 1 callers
Function
print_unwind_functions
(binary)
api/python/examples/macho_reader.py:659
↓ 1 callers
Function
print_uuid
(binary)
api/python/examples/macho_reader.py:308
↓ 1 callers
Function
print_version_min
(binary)
api/python/examples/macho_reader.py:571
↓ 1 callers
Function
print_weak_bind_opcodes
(binary)
api/python/examples/macho_reader.py:532
↓ 1 callers
Function
process
(filepath: str, skip_protocols: bool = False, output_path: Optional[str] = None)
api/python/examples/objc_dump.py:15
↓ 1 callers
Method
process
src/COFF/Parser.cpp:53
↓ 1 callers
Method
process
(Context<Binary> ctx, ExceptionInfo e)
plugins/ghidra/src/main/java/lief/ghidra/plugins/analyzers/pe/ExceptionsAnalyzer.java:62
↓ 1 callers
Method
process
(Context<Binary> ctx, LoadConfiguration loadconfig, CHPEMetadataARM64 arm64)
plugins/ghidra/src/main/java/lief/ghidra/plugins/analyzers/pe/LoadConfigurationAnalyzer.java:279
↓ 1 callers
Function
process_affinity_mask
The process affinity mask. For more information, see `GetProcessAffinityMask`. This member is available only for `.exe` files.
include/LIEF/PE/LoadConfigurations/LoadConfiguration.hpp:206
↓ 1 callers
Method
process_affinity_mask
api/rust/include/LIEF/rust/PE/LoadConfiguration/LoadConfiguration.hpp:103
↓ 1 callers
Function
process_dir
profiling/elf_profiler.cpp:8
↓ 1 callers
Function
process_dir
profiling/macho_profiler.cpp:12
↓ 1 callers
Function
process_dir
profiling/pe_profiler.cpp:9
↓ 1 callers
Function
process_exports
(target: lief.MachO.Binary, sym: lief.MachO.Symbol)
tests/macho/test_builder.py:491
↓ 1 callers
Function
process_function_signature
(signature: inspect.Signature, has_overload: bool)
doc/sphinx/sphinx_lief_doc/python_typing.py:22
↓ 1 callers
Function
process_heap_flags
The process heap flags. For more information, see `HeapCreate`.
include/LIEF/PE/LoadConfigurations/LoadConfiguration.hpp:211
↓ 1 callers
Method
process_heap_flags
api/rust/include/LIEF/rust/PE/LoadConfiguration/LoadConfiguration.hpp:104
↓ 1 callers
Function
process_imports
(target: lief.MachO.Binary, sym: lief.MachO.Symbol)
tests/macho/test_builder.py:501
↓ 1 callers
Function
process_local_symbol
(target: lief.MachO.Binary, sym: lief.MachO.Symbol)
tests/macho/test_builder.py:510
↓ 1 callers
Method
process_print
(&mut self)
tools/lief-patchelf/src/main.rs:119
↓ 1 callers
Function
process_property
Get the nanobind typehint for a property
doc/sphinx/sphinx_lief_doc/python_typing.py:39
↓ 1 callers
Function
process_symbols
(target: lief.MachO.Binary)
tests/macho/test_builder.py:521
↓ 1 callers
Method
producer
src/DWARF/dwarf.cpp:358
↓ 1 callers
Method
properties
src/ELF/NoteDetails/NoteGnuProperty.cpp:134
↓ 1 callers
Method
properties
api/rust/include/LIEF/rust/ObjC/Class.hpp:78
↓ 1 callers
Method
properties
api/rust/include/LIEF/rust/ObjC/Protocol.hpp:67
↓ 1 callers
Method
protocols
api/rust/include/LIEF/rust/ObjC/Metadata.hpp:60
↓ 1 callers
Method
protocols
api/rust/include/LIEF/rust/ObjC/Class.hpp:77
↓ 1 callers
Method
prototypes
src/DEX/Header.cpp:89
↓ 1 callers
Method
ptr_format
Format of the pointer
api/rust/cargo/lief/src/macho/binding_info.rs:281
↓ 1 callers
Function
ptr_to_line_number
The file offset of the first COFF line-number entry for the function, or zero if none exists (deprecated)
include/LIEF/COFF/AuxiliarySymbols/AuxiliaryFunctionDefinition.hpp:77
↓ 1 callers
Method
ptr_to_line_number
The file offset of the first COFF line-number entry for the function, or zero if none exists (deprecated)
api/rust/cargo/lief/src/coff/symbol.rs:591
↓ 1 callers
Function
ptr_to_next_func
The symbol-table index of the record for the next function. If the function is the last in the symbol table, this field is set to zero.
include/LIEF/COFF/AuxiliarySymbols/AuxiliaryFunctionDefinition.hpp:83
↓ 1 callers
Method
ptr_to_next_func
The symbol-table index of the record for the next function. If the function is the last in the symbol table, this field is set to zero.
api/rust/cargo/lief/src/coff/symbol.rs:597
↓ 1 callers
Method
public_symbols
src/PDB/pdb.cpp:74
↓ 1 callers
Method
public_symbols
api/rust/include/LIEF/rust/PDB/DebugInfo.hpp:69
↓ 1 callers
Function
push_child
include/LIEF/PE/ResourceNode.hpp:226
↓ 1 callers
Function
push_metrics
(metrics: Metrics, platform: str, arch: str, commit: Optional[str] = None, machine: Optional[
scripts/metrics/upload.py:102
↓ 1 callers
Method
quick_code
src/OAT/Method.cpp:84
↓ 1 callers
Function
randomize
(binary, output)
api/python/examples/elf_symbol_obfuscation.py:40
↓ 1 callers
Function
randomword
(length)
api/python/examples/elf_symbol_obfuscation.py:37
↓ 1 callers
Function
range_t
include/LIEF/DWARF/editor/Function.hpp:42
↓ 1 callers
Method
range_type
Architecture for this range
api/rust/cargo/lief/src/pe/chpe_metadata_arm64.rs:241
↓ 1 callers
Method
raw
src/PE/signature/x509.cpp:416
↓ 1 callers
Method
raw_auth_data
Raw blob that is signed by the signer certificate
api/rust/cargo/lief/src/pe/signature/signer_info.rs:85
↓ 1 callers
Function
raw_content
Original DER blob of the attribute
include/LIEF/PE/signature/attributes/GenericType.hpp:57
↓ 1 callers
Method
raw_flags
api/rust/include/LIEF/rust/MachO/Section.hpp:50
↓ 1 callers
Method
raw_ptr
api/rust/include/LIEF/rust/ELF/DynamicEntry.hpp:49
↓ 1 callers
Function
raw_type
src/ELF/Note.cpp:165
↓ 1 callers
Method
read
include/LIEF/BinaryStream/BinaryStream.hpp:398
↓ 1 callers
Function
read_at
include/LIEF/BinaryStream/FileStream.hpp:70
↓ 1 callers
Method
read_at
src/ELF/Note.cpp:703
↓ 1 callers
Method
read_bitstring
src/BinaryStream/ASN1Reader.cpp:308
↓ 1 callers
Method
read_bool
src/BinaryStream/ASN1Reader.cpp:172
↓ 1 callers
Method
read_cert
src/BinaryStream/ASN1Reader.cpp:345
↓ 1 callers
Method
read_int64
src/BinaryStream/ASN1Reader.cpp:238
↓ 1 callers
Method
read_utf8_string
src/BinaryStream/ASN1Reader.cpp:437
↓ 1 callers
Function
rebase_opcodes
Return Rebase's opcodes as raw data
include/LIEF/MachO/DyldInfo.hpp:171
↓ 1 callers
Method
rebase_opcodes
Return Rebase's opcodes as a slice of bytes
api/rust/cargo/lief/src/macho/commands/dyldinfo.rs:42
← previous
next →
3,101–3,200 of 11,400, ranked by callers