Skip to content

DD-KLEE 1.0.0

Latest
Compare
Choose a tag to compare
@jiseongg jiseongg released this 21 Jun 01:50
· 56 commits to master since this release
eb23ae8

DD-KLEE 1.0.0 on 15 January 2021

First release of Data-Driven KLEE.

Summary

Implementation of ParaDySE on KLEE

Major Features

  • Feature extractor for ExecutionState and ParameterizedSearcher
  • Parameter learning algorithm

Options added, in compraison with KLEE 2.1

  • --search=param and --weight=<weightFile> for ParameterizedSearcher
  • --write-feature-map-after=<uint> to get feature vectors' snapshots
  • --print-fstats to klee-stats for statistics related to features

Misc.

  • Vagrant support