Skip to content

Releases: fkie-cad/butterfly

v0.2.2

06 Aug 20:16
Compare
Choose a tag to compare

Changelog

  • Added unsafe performance improvements and the ability to disable them with new feature

v0.2.1

04 Aug 19:48
Compare
Choose a tag to compare

Changelog

  • Performance improvements by replacing BTree data structures with ahash data structures
  • Added GraphvizMonitor

v0.2.0

16 Jul 12:03
Compare
Choose a tag to compare

Changelog

  • The mutators PacketCrossoverInsertMutator, PacketCrossoverReplaceMutator, PacketSpliceMutator and PacketHavocMutator got their own traits such that they are compatible with packets that don't implement HasBytesVec
  • Removed FuzzerStatsWrapper