Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

90 lines (69 loc) · 2.27 KB

Change Log

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.

20220716

  • Add modules preprocessor to Futag python-package
  • Fix README of Futag python-package

20220727

  • Add custom-llvm: download and build llvm, clang, compiler-rt
  • Fix document

20220801

  • Add multi-processing support for compiling
  • TODO: Check analysis result befor generating fuzz-driver

20220808

  • Fix bug in generator
  • Fix for svace analysing
  • add first version of fuzzer and result of Fuzzing for Svace

20220811

  • Fix bug in generator
  • Add pre release package
  • Fix document

20220821

  • Fix bug in generator
  • Add release package
  • Fix document

20220911

  • Add support for fuzz-introspector
  • Migrate to llvm-14.0.6

20220921

20221012

  • Add support for AFLplusplus
  • Add possibility of building LLVM with different version (12, 13, 14)
  • Add analysis for classes, structs, unions...
  • Add compilition database of building
  • Add analysis of headers

20221018

  • Add support for C++, generate for constructors and for method of class, which has default constructors
  • Tested on FreeImage and Pugixml

20221107

  • And generation for anonymous functions
  • Reformat Python classes
  • Fix included paths of compiling command

20221220

  • Fix errors while compiling AFL++, return coverage parameters
  • Fix Readme
  • change LLVM_ENABLE_ZLIB to ON

20230214

  • Add is_simple for 4consummer_analysis_db
  • Add CFG and DFC analysis
  • Add Fuzzer extra params support

20230320

  • Support for context generation

20230305

  • Fix error python in Builder
  • Fix error python in Generator for wchar_t string

20230417

  • Add generation for anonymous function
  • Fix error in Builder

20230522

  • Fix error in generator
  • Add generation for pugi::char_t *&

20230711

20230807