Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Update UsingLibFuzzer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dguido authored Mar 22, 2017
1 parent cab60fe commit 3d44b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UsingLibFuzzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[libFuzzer](http://blog.llvm.org/2015/04/fuzz-all-clangs.html) is an LLVM-based coverage-guided fuzzing framework similar to AFL. It is simple to integrate coverage-guided fuzzing with libFuzzer: just define a special function, update some build flags, and you have instant coverage-guided fuzzing.

Since libFuzzer works at the LLVM level can we apply libFuzzer to mcsema translated bitcode and use libFuzzer on binaries?
Since libFuzzer works at the LLVM level, can we apply libFuzzer to mcsema translated bitcode and use libFuzzer on binaries?

It turns out the answer is yes!

Expand Down

0 comments on commit 3d44b45

Please sign in to comment.