Skip to content

v0.27.2

Compare
Choose a tag to compare
@k0retux k0retux released this 02 Apr 13:43
· 169 commits to master since this release

Fuddly 0.27.2

This release brings some enhancements and fixes some bugs.
Here under what is the most noteworthy.

  • The evolutionary fuzzing infrastructure is now callable from a project file through an updated API.
    Refer to the documentation (evolutionary fuzzing chapter) to know how to use it.
  • Existence condition (for data modeling) enhancements. IntCondition(), BitFieldCondition() and RawCondition() provide new parameters to cover more use cases.
  • Add a new Node.show() parameter to ignore the display of generator nodes (while still displaying what is generated by them).
  • Documentation update.