Skip to content

lief 20260507-df0c2bc

Choose a tag to compare

@github-actions github-actions released this 07 May 07:27
· 635 commits to main since this release
Immutable release. Only release title and notes can be modified.
b894278

LIEF v0.17.0 library for binary parsing and manipulation.

Platforms

  • darwin-arm64
  • darwin-x64
  • linux-arm64
  • linux-x64
  • linux-arm64-musl
  • linux-x64-musl
  • win32-arm64
  • win32-x64

Files

Each platform archive contains:

  • Static library (libLIEF.a or LIEF.lib)
  • Header files (include/ directory)
  • checksums.txt - SHA256 checksums

Usage

Download the appropriate archive for your platform and extract:

tar -xzf lief-<platform>-<arch>.tar.gz
# Or for musl:
tar -xzf lief-<platform>-<arch>-musl.tar.gz