Fkie Cad Butterfly Versions Save

LibAFL components for stateful fuzzing

v0.2.2

1 year ago

Changelog

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

v0.2.1

1 year ago

Changelog

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

v0.2.0

1 year ago

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