updated changelog, afl-analyze AFL_SKIP_BIN_CHECK support

This commit is contained in:
van Hauser
2019-10-28 11:52:31 +01:00
parent 3ad5316dd1
commit 64fa11d204
2 changed files with 14 additions and 1 deletions

View File

@ -987,7 +987,7 @@ int main(int argc, char** argv) {
if (child_timed_out)
FATAL("Target binary times out (adjusting -t may help).");
if (!anything_set()) FATAL("No instrumentation detected.");
if (getenv("AFL_SKIP_BIN_CHECK") == NULL && !anything_set()) FATAL("No instrumentation detected.");
analyze(use_argv);