Releases: quarkslab/pastis
Releases · quarkslab/pastis
v1.0.13
Changelog
Features
- Restructure package
pastisdse
(renamepastisdse
topastistritondse
, renamepastis-triton
topastis-tritondse
, turnpastisttbroker
intopastistritondse.addon
). - Restructure package
pastishf
(renaempastishf
topastishonggfuzz
, turnhfbroker
intopastishonggfuzz.addon
). - Restructure package
pastisaflpp
(turnaflppbroker
intopastisaflpp.addon
). - Upgrade LIEF to version >= 0.15.0.
- Upgrade TritonDSE to version 0.1.12.
Fixes
- Fix typos in the documentation.
v1.0.12
v1.0.11
v1.0.10
Changelog
Features:
- Replace auto() by auto_directory() for package creation to enable including additional files in
BinaryPackage
object
Fixes:
- Fix plot computation for pastis-benchmark
- Update CI
v1.0.9
Changelog
Features:
/
Fixes:
- Fix invalid protobuf message parsing
v1.0.8
Changelog
Features:
/
Fixes:
- Fix filename for temporary trace and input used
- Fix message unpacking on broker side
v1.0.7
Changelog
Features:
/
Fixes:
- Rework proxy feature to simplify code and make it work as expected.
v1.0.6
Changelog
Features:
/
Fixes:
- enforce adding seeds in pool only if granted
v1.0.5
Changelog
Features:
- Add parameter to specify the number of replay threads
Fixes:
- Fix starting and seed transfer in proxy mode
- Unify hash printing in pastisdse
- Add checks for coverage parsing (JSONDecodeError)
v1.0.4
Changelog:
Features:
- Add replay mechanism based on QBDI on the Broker.
- Update Broker's proxy url format.
- Generalize the
@@
usage when launching a binary taking parameters onargv
. - Update Dockerfile.
- Update TritonDSE engine to comply with the new logging mechanism.
Fixes:
- Fix assertion fail within ZMQ.
- Fix minor bug that cause crash if stop broker with pending clients.
- Fix TritonDSE engine when not using explicit config file (empty
argv
).