From 121a748f7e8e8e17ac9fe515d760527ab53e26bb Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Mon, 30 Jul 2018 21:59:29 -0700 Subject: [PATCH] add mention of test control --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab36939..2a76fcf 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,10 @@ directory shows how this can be done. The libFuzzer executable works like any other libFuzzer executable, and the tests produced can be run using the normal DeepState executable. +Because libFuzzer controls `main`, you need a different executable for +each test when using libFuzzer, which can be done as shown in the compilation for the +`IntegerOverflow` example. + ## Fuzzing with AFL DeepState can also be used with a file-based fuzzer (e.g. AFL). There