Fuzzuf Versions Save

Fuzzing Unification Framework

v0.3.0

2 years ago

Features

  • New grammar-based fuzzer Nautilus has been added by @ptr-yudai.
  • Add initial support of Intel PT mode by @retrage.
  • Add experimental support of frida mode by @mkYYY.
  • Add initial support of new fuzzing algorithm IJON by @hugeh0ge.

Fixes

  • Make libFuzzer and Nezha exit properly.
  • Move CPU core binding operation under fuzzuf::Util.
  • Make AFL properly propagate the value of whether it should stop mutating the current seed.
  • Add useful options to dev_cli.sh.
  • Add Containerized Build and Build Guide.
  • Revision of random utility.
  • Fix increment of current_entry and assertion error.
  • Modify some parameters in DIE.
  • Fix a memory leak in the ParseGlobalOptionsForFuzzer.

v0.2.1

2 years ago

This release is temporarily created to test automated GitHub Package publish.

v0.2.0

2 years ago

Features

  • New Javascript engine fuzzer DIE has been added by @ptr-yudai
  • Redesign command line arguments by using boost::program_options by @K-atc.
  • Add HierarFlow details, list of available fuzzers and why not rust section to README by @mkYYY.
  • Add Algorithms Overview of AFL, libfuzzer and VUzzer to docs by @retrage and @RKX1209
  • Add build status icon by @fadis.

Fixes

  • Merge ThirdPartyExecutor to ProxyExecutor because both of them have the same role and the current code is redundant.
  • Fix fuzzuf::utils::which to ignore directory.