Skip to content

Releases: 0xCyb3rgh0st/pwnlibc

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 13:50

Changelog

  • f2a756b feat: add ASCII banner, colored status output, and progress bars
  • 62db879 feat: add json output envelope for pwnlibc commands
  • 36c3986 feat: update module path to github.com/0xCyb3rgh0st/pwnlibc and add release binaries workflow
  • 75cec41 fix: bump Go toolchain to 1.26 and Alpine base to 3.22
  • ad2d814 fix: bump golangci-lint to v2 and fix all reported lint findings
  • cc22d2f fix: lowercase the GHCR image name
  • 55f0477 fix: pin trivy-action to a real tag (v0.36.0)
  • 759470a fix: trigger CI on tag pushes, not just main
  • a1095ad fix: version string always reporting 'dev' instead of the release tag

Note on patch/build/run

These prebuilt binaries are plain Go binaries — they do not bundle
patchelf or the Docker CLI the way the pwnlibc:latest container image
does. patch needs patchelf on your PATH; build/run need a local
Docker daemon. If you don't want to manage those yourself, use the
Docker image instead (see the README).