Skip to content

v0.3.0—Hack.lu edition

Compare
Choose a tag to compare
@ebrocas ebrocas released this 17 Oct 08:26
· 45 commits to main since this release

Version release at the occasion of the talk Pyrrha: navigate easily into your system binaries given at the CTI-summit of Hack.lu.

Full Changelog: v0.2.0...v0.3.0

Features

File system parser:

  • change JSON export structure

Documentation:

  • add example of diffing using JSON export
  • extend README to include new features

Docker/CI:

  • Change base Docker image to a lighter one (python to python-slim)
  • Add automatic build and upload of Docker image on Quarkslab's Github registry

Fixes

None

Associated Docker Image

Install from command line:

docker pull ghcr.io/quarkslab/pyrrha:v0.3.0

Use as base image in Dockerfile:

FROM ghcr.io/quarkslab/pyrrha:v0.3.0

For more details, check associated package page.