rcastano / tbf

A framework for using test case generators to locate errors in C programs

Home Page:https://sosy-lab.org/research/test-study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test-based falsifier (TBF)

TBF is a test-based falsifier for C programs. It is able to prepare C programs for a handful of prominent test-case generators, and then uses these test-case generators to create executable tests that uncover bugs in the programs.

Requirements

  • Python 3.4 or later

Running TBF

To run TBF, run ./run_iuv -i TEST_GENERATOR [--execution|--validators cpachecker --witness-validation] FILE from the repository's root directory, where TEST_GENERATOR is one of {afl, crest, cpatiger, fshell, klee, random}.

  • AFL-fuzz is a greybox fuzz tester.
  • CREST is a concolic tester (using dynamic symbolic execution)
  • CPATiger is a multi-goal tester based on the model checker CPAchecker (an automatic, formal verification tool).
  • FShell is the CBMC-based tester.
  • KLEE is a symbolic execution-based tester and verifier.
  • PRTest (also just called 'random') is a very simple, in-house implementation of a random tester.

About

A framework for using test case generators to locate errors in C programs

https://sosy-lab.org/research/test-study

License:Other


Languages

Language:OCaml 61.3%Language:Python 28.5%Language:C++ 3.0%Language:Perl 2.5%Language:HTML 1.8%Language:Shell 0.8%Language:C 0.8%Language:Makefile 0.7%Language:PLSQL 0.2%Language:M4 0.1%Language:TeX 0.1%Language:Standard ML 0.1%Language:GDB 0.0%