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
size
api/rust/include/LIEF/rust/PE/Binary.hpp:167
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:177
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:187
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:197
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:207
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:217
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:227
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:237
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:247
Method
size
api/rust/include/LIEF/rust/PE/Binary.hpp:257
Method
size
api/rust/include/LIEF/rust/PE/Import.hpp:37
Method
size
api/rust/include/LIEF/rust/PE/ResourceNode.hpp:34
Method
size
api/rust/include/LIEF/rust/PE/Export.hpp:36
Method
size
api/rust/include/LIEF/rust/PE/UnwindCodeX64.hpp:140
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/VolatileMetadata.hpp:26
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/VolatileMetadata.hpp:42
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/VolatileMetadata.hpp:45
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/LoadConfiguration.hpp:47
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/LoadConfiguration.hpp:57
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/LoadConfiguration.hpp:67
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/LoadConfiguration.hpp:77
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/LoadConfiguration.hpp:87
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:80
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:90
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:100
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/EnclaveConfiguration.hpp:52
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/EnclaveConfiguration.hpp:55
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:69
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:93
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:110
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:150
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:176
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:258
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:287
Method
size
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:297
Method
size
api/rust/include/LIEF/rust/PE/debug/FPO.hpp:52
Method
size
api/rust/include/LIEF/rust/PE/debug/PogoEntry.hpp:27
Method
size
api/rust/include/LIEF/rust/PE/debug/Pogo.hpp:34
Method
size
api/rust/include/LIEF/rust/PE/signature/Signature.hpp:41
Method
size
api/rust/include/LIEF/rust/PE/signature/Signature.hpp:51
Method
size
api/rust/include/LIEF/rust/PE/signature/SignerInfo.hpp:38
Method
size
api/rust/include/LIEF/rust/PE/signature/SignerInfo.hpp:48
Method
size
api/rust/include/LIEF/rust/PE/signature/attributes/MsCounterSign.hpp:34
Method
size
api/rust/include/LIEF/rust/PE/signature/attributes/MsCounterSign.hpp:44
Method
size
include/LIEF/iterators.hpp:421
Method
size
include/LIEF/iterators.hpp:508
Method
size_info
src/DWARF/dwarf.cpp:635
Method
size_info
api/rust/include/LIEF/rust/DWARF/types/Array.hpp:47
Function
sizeof_cmds
The size of **all** the LoadCommand
include/LIEF/MachO/Header.hpp:162
Method
sizeof_cmds
api/rust/include/LIEF/rust/MachO/Header.hpp:31
Function
sizeof_code
The size of the code ``.text`` section or the sum of all the sections that contain code (i.e. PE::Section with the flag Section::CHARACTERISTICS::CNT_
include/LIEF/PE/OptionalHeader.hpp:104
Method
sizeof_code
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:29
Function
sizeof_data
Size of data that follows the header
include/LIEF/COFF/BigObjHeader.hpp:64
Method
sizeof_data
api/rust/include/LIEF/rust/COFF/Header.hpp:72
Method
sizeof_data
api/rust/include/LIEF/rust/PE/debug/Debug.hpp:34
Method
sizeof_headers
src/PE/Factory.cpp:105
Method
sizeof_headers
api/rust/include/LIEF/rust/PE/Binary.hpp:380
Method
sizeof_headers
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:46
Function
sizeof_heap_commit
Size of the heap to commit
include/LIEF/PE/OptionalHeader.hpp:253
Method
sizeof_heap_commit
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:53
Function
sizeof_heap_reserve
Size of the heap to reserve when loading the PE binary
include/LIEF/PE/OptionalHeader.hpp:248
Method
sizeof_heap_reserve
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:52
Function
sizeof_image
The size (in bytes) of the image, including all headers, as the image is loaded in memory. It must be a multiple of section_alignment and should matc
include/LIEF/PE/OptionalHeader.hpp:205
Method
sizeof_image
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:45
Function
sizeof_initialized_data
The size of the initialized data which are usually located in the ``.data`` section. If the initialized data are split across multiple sections, it is
include/LIEF/PE/OptionalHeader.hpp:113
Method
sizeof_initialized_data
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:30
Function
sizeof_optional_header
Size of the OptionalHeader **AND** the data directories which follows this header. This value is equivalent to: ``sizeof(pe_optional_header) + NB_DAT
include/LIEF/PE/Header.hpp:225
Method
sizeof_optionalheader
api/rust/include/LIEF/rust/COFF/Header.hpp:44
Method
sizeof_prologue
api/rust/include/LIEF/rust/PE/RuntimeFunctionX64.hpp:77
Function
sizeof_raw_data
Return the size of the data in the section.
include/LIEF/COFF/Section.hpp:78
Method
sizeof_raw_data
api/rust/include/LIEF/rust/COFF/Section.hpp:60
Method
sizeof_raw_data
api/rust/include/LIEF/rust/PE/Section.hpp:25
Function
sizeof_stack_commit
Size of the stack to commit
include/LIEF/PE/OptionalHeader.hpp:243
Method
sizeof_stack_commit
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:51
Function
sizeof_stack_reserve
Size of the stack to reserve when loading the PE binary Only OptionalHeader::sizeof_stack_commit is committed, the rest is made available one page at
include/LIEF/PE/OptionalHeader.hpp:238
Method
sizeof_stack_reserve
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:50
Function
sizeof_uninitialized_data
The size of the uninitialized data which are usually located in the ``.bss`` section. If the uninitialized data are split across multiple sections, it
include/LIEF/PE/OptionalHeader.hpp:122
Method
sizeof_uninitialized_data
api/rust/include/LIEF/rust/PE/OptionalHeader.hpp:31
Function
sizeof_zero_fill
Size in bytes of the zero to be *padded* after the data specified by data_template.
include/LIEF/PE/TLS.hpp:102
Method
sleb128_size
src/iostream.cpp:29
Method
sort_dynamic_symbols
src/ELF/Builder.cpp:121
Method
sort_segments
src/MachO/Binary.cpp:587
Method
source_version
Source Version ++++++++++++++
src/MachO/Binary.cpp:2166
Method
source_version
api/rust/include/LIEF/rust/MachO/Binary.hpp:206
Method
source_version_command>
src/MachO/endianness_support.cpp:306
Method
sp
src/ELF/NoteDetails/core/CorePrStatus.cpp:368
Method
src
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:54
Function
stack_size
The indicated stack size
include/LIEF/ELF/NoteDetails/properties/StackSize.hpp:38
Method
stack_size
api/rust/include/LIEF/rust/MachO/Main.hpp:25
Function
start
include/LIEF/BinaryStream/VectorStream.hpp:68
Function
start
include/LIEF/BinaryStream/BinaryStream.hpp:263
Method
start
api/rust/include/LIEF/rust/PE/LoadConfiguration/VolatileMetadata.hpp:25
Method
start
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:42
Method
start_index
api/rust/include/LIEF/rust/PE/RuntimeFunctionAArch64.hpp:71
Method
start_index
include/LIEF/PE/exceptions_info/internal_arm64.hpp:106
Method
start_offset
api/rust/include/LIEF/rust/PE/RuntimeFunctionAArch64.hpp:70
Method
start_offset
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:40
Method
start_offset
include/LIEF/PE/exceptions_info/internal_arm64.hpp:98
Function
start_rva
include/LIEF/PE/debug/PogoEntry.hpp:52
Method
start_rva
api/rust/include/LIEF/rust/PE/LoadConfiguration/CHPEMetadata.hpp:64
← previous
next →
9,801–9,900 of 11,400, ranked by callers