v0.3.0—Hack.lu edition
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
topython-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.