Skip to content

Releases: quarkslab/pastis

v1.0.12

05 Jul 11:56
ad8dc0f
Compare
Choose a tag to compare

Changelog

Features

  • Add support for LIEF v0.14.0.

v1.0.11

28 Dec 17:21
e5cefd8
Compare
Choose a tag to compare

Changelog

Features

  • Add option to specify the plot dir
  • Update pastis-honggfuzz engine
  • Add option --colors to the plotter

Fix

  • Fix plotter (save as pdf)

v1.0.10

10 Sep 14:59
Compare
Choose a tag to compare

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

19 Aug 12:52
Compare
Choose a tag to compare

Changelog

Features:

/

Fixes:

  • Fix invalid protobuf message parsing

v1.0.8

17 Aug 20:06
Compare
Choose a tag to compare

Changelog

Features:

/

Fixes:

  • Fix filename for temporary trace and input used
  • Fix message unpacking on broker side

v1.0.7

04 Aug 21:42
Compare
Choose a tag to compare

Changelog

Features:

/

Fixes:

  • Rework proxy feature to simplify code and make it work as expected.

v1.0.6

30 Jul 15:21
Compare
Choose a tag to compare

Changelog

Features:

/

Fixes:

  • enforce adding seeds in pool only if granted

v1.0.5

29 Jul 12:42
Compare
Choose a tag to compare

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

20 Jul 13:50
d790def
Compare
Choose a tag to compare

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 on argv.
  • 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).

v1.0.3

28 Jun 20:39
6d25f36
Compare
Choose a tag to compare

Changelog:

Fixes:

  • Fix binary-only mode for Honggfuzz.