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
Function
is
include/LIEF/MachO/SegmentCommand.hpp:241
Method
is64bits
()
plugins/ghidra/src/main/java/lief/ghidra/plugins/analyzers/Context.java:52
Method
isELF
(String path)
plugins/ghidra/src/main/java/lief/elf/Utils.java:18
Method
isFat
(String path)
plugins/ghidra/src/main/java/lief/macho/Utils.java:24
Function
is_32
include/LIEF/Abstract/Header.hpp:119
Function
is_32bit
True if the binary is 32-bit
include/LIEF/MachO/Header.hpp:208
Method
is_32bit
api/rust/include/LIEF/rust/MachO/Header.hpp:35
Function
is_64
include/LIEF/Abstract/Header.hpp:123
Function
is_64bit
True if the binary is 64-bit
include/LIEF/MachO/Header.hpp:214
Function
is_64bit
include/LIEF/PE/Factory.hpp:63
Method
is_64bit
True if the binary is 64-bit
api/rust/cargo/lief/src/macho/header.rs:263
Method
is_64bit
api/rust/include/LIEF/rust/MachO/Header.hpp:36
Function
is_absolute
include/LIEF/COFF/Symbol.hpp:190
Method
is_absolute
api/rust/include/LIEF/rust/COFF/Symbol.hpp:69
Method
is_add
src/asm/asm.cpp:243
Method
is_add
True if the instruction performs an arithmetic addition.
api/rust/cargo/lief/src/assembly/instruction.rs:97
Method
is_add
api/rust/include/LIEF/rust/asm/Instruction.hpp:48
Function
is_all_zero
include/LIEF/BinaryStream/BinaryStream.hpp:249
Function
is_android_packed
True if the relocation is using the Android packed relocation format
include/LIEF/ELF/Relocation.hpp:222
Function
is_arm64
include/LIEF/PE/Header.hpp:114
Method
is_arm64ec
src/PE/Binary.cpp:1362
Method
is_arm64ec
True if this binary is compiled in ARM64EC mode (emulation compatible)
api/rust/cargo/lief/src/pe/binary.rs:488
Method
is_arm64ec
api/rust/include/LIEF/rust/PE/Binary.hpp:522
Method
is_arm64x
src/PE/Binary.cpp:1367
Method
is_arm64x
True if this binary is compiled in ARM64X mode (contains both ARM64 and ARM64EC).
api/rust/cargo/lief/src/pe/binary.rs:493
Method
is_arm64x
api/rust/include/LIEF/rust/PE/Binary.hpp:520
Method
is_artificial
src/DWARF/dwarf.cpp:239
Method
is_artificial
Whether this function is created by the compiler and not present in the original source code
api/rust/cargo/lief/src/dwarf/function.rs:58
Method
is_artificial
api/rust/include/LIEF/rust/DWARF/Function.hpp:86
Method
is_auth
src/MachO/ChainedPointerAnalysis.cpp:424
Method
is_barrier
src/asm/asm.cpp:245
Method
is_barrier
True if the instruction prevents executing the instruction that immediatly follows the current. This includes return or unconditional branch instructi
api/rust/cargo/lief/src/assembly/instruction.rs:112
Method
is_barrier
api/rust/include/LIEF/rust/asm/Instruction.hpp:50
Function
is_bigobj
Check if the COFF file wrapped by the given stream is a `bigobj`
include/LIEF/COFF/utils.hpp:51
Method
is_bind
include/LIEF/MachO/ChainedPointerAnalysis.hpp:455
Function
is_binding
include/LIEF/MachO/DyldChainedFixupsCreator.hpp:121
Method
is_bitcast
src/asm/asm.cpp:252
Method
is_bitcast
True if the instruction is doing a bitcast
api/rust/cargo/lief/src/assembly/instruction.rs:152
Method
is_bitcast
api/rust/include/LIEF/rust/asm/Instruction.hpp:57
Method
is_branch
src/asm/asm.cpp:220
Method
is_branch
True if the instruction is a branch
api/rust/cargo/lief/src/assembly/instruction.rs:77
Method
is_branch
api/rust/include/LIEF/rust/asm/Instruction.hpp:43
Method
is_ca
src/PE/signature/x509.cpp:719
Method
is_ca
api/rust/include/LIEF/rust/PE/signature/x509.hpp:45
Method
is_call
src/asm/asm.cpp:228
Method
is_call
True if the instruction is a call
api/rust/cargo/lief/src/assembly/instruction.rs:67
Method
is_call
True if target instruction is a `call`, false otherwise.
api/rust/cargo/lief/src/pe/dynamic_fixups.rs:593
Method
is_call
api/rust/include/LIEF/rust/asm/Instruction.hpp:39
Method
is_call
api/rust/include/LIEF/rust/PE/LoadConfiguration/DynamicRelocation/DynamicFixup.hpp:134
Function
is_coff
Check if the given stream wraps a COFF file
include/LIEF/COFF/utils.hpp:32
Method
is_coff
api/rust/include/LIEF/rust/COFF/utils.hpp:21
Method
is_compare
src/asm/asm.cpp:250
Method
is_compare
True if the instruction is a comparison
api/rust/cargo/lief/src/assembly/instruction.rs:142
Method
is_compare
api/rust/include/LIEF/rust/asm/Instruction.hpp:55
Method
is_conditional_branch
src/asm/asm.cpp:248
Method
is_conditional_branch
True if the instruction is **conditionally** jumping to the next instruction **or** an instruction into some other basic block.
api/rust/cargo/lief/src/assembly/instruction.rs:131
Method
is_conditional_branch
api/rust/include/LIEF/rust/asm/Instruction.hpp:53
Method
is_constexpr
src/DWARF/dwarf.cpp:132
Method
is_constexpr
Whether it's a `constexpr` variable
api/rust/cargo/lief/src/dwarf/variable.rs:66
Method
is_constexpr
api/rust/include/LIEF/rust/DWARF/Variable.hpp:43
Function
is_data
`True` if the current entry is a ResourceData. It can be safely casted with: ```cpp const auto* data_node = node.cast<ResourceData>(); ```
include/LIEF/PE/ResourceNode.hpp:156
Method
is_debuggable
api/rust/include/LIEF/rust/PE/LoadConfiguration/EnclaveConfiguration.hpp:58
Method
is_declaration
src/DWARF/dwarf.cpp:574
Method
is_declaration
(&self)
api/rust/cargo/lief/src/dwarf/types/classlike.rs:70
Method
is_declaration
api/rust/include/LIEF/rust/DWARF/types/ClassLike.hpp:41
Method
is_defined
include/LIEF/PE/resources/ResourceStringTable.hpp:48
Method
is_defined
include/LIEF/PE/resources/ResourceDialog.hpp:52
Function
is_digit
src/internal_utils.hpp:212
Function
is_discardable
True if the section can be discarded as needed. This is typically the case for debug-related sections
include/LIEF/COFF/Section.hpp:145
Function
is_discardable
True if the section can be discarded as needed. This is typically the case for debug-related sections
include/LIEF/PE/Section.hpp:182
Method
is_discardable
True if the section can be discarded as needed. This is typically the case for debug-related sections
api/rust/cargo/lief/src/coff/section.rs:84
Method
is_discardable
True if the section can be discarded as needed. This is typically the case for debug-related sections
api/rust/cargo/lief/src/pe/section.rs:141
Method
is_discardable
api/rust/include/LIEF/rust/COFF/Section.hpp:69
Method
is_discardable
api/rust/include/LIEF/rust/PE/Section.hpp:34
Method
is_elf
api/rust/include/LIEF/rust/ELF/utils.hpp:22
Method
is_exported
src/MachO/Binary.cpp:320
Function
is_extended
api/rust/include/LIEF/rust/utils.hpp:27
Function
is_extern
include/LIEF/PE/ExportEntry.hpp:100
Method
is_extern
api/rust/include/LIEF/rust/PE/ExportEntry.hpp:38
Function
is_external
True if the symbol is defined as an external symbol.
include/LIEF/MachO/Symbol.hpp:174
Method
is_external
Whether the function is defined **outside** the compilation unit (`DW_AT_external`)
api/rust/cargo/lief/src/dwarf/function.rs:63
Method
is_external
(&self)
api/rust/cargo/lief/src/dwarf/types/classlike.rs:66
Method
is_external
(&self)
api/rust/cargo/lief/src/coff/symbol.rs:310
Method
is_external
api/rust/include/LIEF/rust/DWARF/Function.hpp:87
Method
is_external
api/rust/include/LIEF/rust/DWARF/types/ClassLike.hpp:45
Method
is_external
api/rust/include/LIEF/rust/COFF/Symbol.hpp:61
Method
is_external
api/rust/include/LIEF/rust/MachO/Symbol.hpp:36
Function
is_file_record
include/LIEF/COFF/Symbol.hpp:207
Method
is_file_record
api/rust/include/LIEF/rust/COFF/Symbol.hpp:85
Function
is_fixup
include/LIEF/MachO/DyldChainedFixupsCreator.hpp:125
Method
is_forwarded
api/rust/include/LIEF/rust/PE/ExportEntry.hpp:39
Function
is_function
True if the symbol represent a function
include/LIEF/ELF/Symbol.hpp:245
Function
is_function
include/LIEF/COFF/Symbol.hpp:203
Method
is_function
api/rust/include/LIEF/rust/COFF/Symbol.hpp:65
Function
is_function_line_info
include/LIEF/COFF/Symbol.hpp:199
Method
is_function_line_info
api/rust/include/LIEF/rust/COFF/Symbol.hpp:81
Function
is_github_ci
()
tests/utils.py:110
Function
is_global
include/LIEF/ELF/Symbol.hpp:186
Function
is_hex_number
src/internal_utils.hpp:196
Method
is_imported
src/MachO/Binary.cpp:325
← previous
next →
7,301–7,400 of 11,400, ranked by callers