Skip to content

Releases: ispras/Futag

Futag 1.3

10 Jan 12:58
32f5e8c

Choose a tag to compare

Add information for analyzer:

  • List of decomposed type
  • Add hash for entities (enum, usual declaration)

Optimize the generator

  • add generation for union, array
  • fix some false positives for c string generation
  • add error log on error compiling

TODO: check for AFLplusplus

Futag 1.2.2

28 Dec 10:59

Choose a tag to compare

  • Fix missing profraw

latest

21 Dec 08:01

Choose a tag to compare

latest Pre-release
Pre-release
fix #42, fix #39, fix #41

Futag 1.2.1

14 Dec 09:32

Choose a tag to compare

remove self.header

collect-var

22 Nov 22:15

Choose a tag to compare

collect-var Pre-release
Pre-release

Command:

scan-build -disable-checker core -enable-checker futag.FutagCatchInfo -analyzer-config futag.FutagCatchInfo:FuncName=test -analyzer-config futag.FutagCatchInfo:BeginLine=65 -analyzer-config futag.FutagCatchInfo:EndLine=91 ~/Futag/futag-llvm/bin/clang -c -DHAVE_CONFIG_H -I/home/futag/Futag-tests/curl/curl-7.85.0/include -I/home/futag/Futag-tests/curl/curl-7.85.0/.futag-build/lib -I/home/futag/Futag-tests/curl/curl-7.85.0/lib -Werror-implicit-function-declaration -O2 -Wno-system-headers -pthread -o lib503-lib503.o /home/futag/Futag-tests/curl/curl-7.85.0/tests/libtest/lib503.c
image

Futag 1.2

21 Oct 13:15

Choose a tag to compare

  • Add support for AFLplusplus
  • Generate fuzzing drivers for C++ (just only for methods and constructors of class, which has default constructors)
  • Fix some errors with analysis and generator.

pre-release

13 Sep 12:59

Choose a tag to compare

pre-release Pre-release
Pre-release
  • Migrate to LLVM-14.0.6
  • Optimize auto_build() with Cmake and configure
  • Fix error while building PHP
  • Support for Ubuntu 22.

What's Changed

New Contributors

Full Changelog: https://github.com/ispras/Futag/commits/pre-release