Skip to content

Commit

Permalink
first try at cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
saahil committed Jul 20, 2017
1 parent 8ac5388 commit a677bf5
Show file tree
Hide file tree
Showing 135 changed files with 12 additions and 77,752 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# klee-hiwi-job
Munch
======

This tool performs a sequence of fuzzing and concolic execution on C programs (compiled into LLVM bitcode).

[__AFL__](http://lcamtuf.coredump.cx/afl/) is used for (blackbox) fuzzing. Ideally, this stage should cover most of the easy-to-reach functions in the programs.

[__KLEE__](https://github.com/tum-i22/klee22/tree/sonar) is used for concolic execution. However, we use a custom fork of KLEE with a specialized implementation of targeted path search, called *sonar* search. Ideally, this stage should cover the (hard-to-reach) functions that were not discovered with fuzzing in the first step. Please use our [KLEE installation guide](https://github.com/tum-i22/klee-install).

This project is in developmental stage, so do not expect it to work out of the box for you.

In case of question, simply shoot me an email me at <ognawala@in.tum.de>.
49 changes: 0 additions & 49 deletions after-search.sh

This file was deleted.

132 changes: 0 additions & 132 deletions build_klee.md

This file was deleted.

Loading

0 comments on commit a677bf5

Please sign in to comment.