Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 755 Bytes

File metadata and controls

22 lines (15 loc) · 755 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Integration with libFuzzer's LLVMFuzzerTestOneInput().
  • Integration with libFuzzer's LLVMFuzzerCustomMutator().
  • Integration with libFuzzer's FuzzedDataProvider.
  • Examples with tests.
  • Documentation with usecases, API etc.
  • Support for command line arguments for libfuzzer.
  • Environment variable to disable parsing of command line arguments for libfuzzer - LUZER_NOT_USE_CLI_ARGS.

Changed

  • Disable coverage instrumentation of internal functions (#11).