about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-06-24decrease time to sync for mainvan Hauser
2020-06-24update .gitignorevan Hauser
2020-06-24add -D option for -Svan Hauser
2020-06-24create .synced/NAMES.last to document last sync attemptsvan Hauser
2020-06-24gitignorevan Hauser
2020-06-23lto whitelist in test.shvan Hauser
2020-06-23fix test.shvan Hauser
2020-06-23fix make filesvan Hauser
2020-06-23fix gcc mode for travisvan Hauser
2020-06-23fix gcc makefilevan Hauser
2020-06-23fix gcc makefilevan Hauser
2020-06-23Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devDominik Maier
2020-06-23Merge pull request #422 from devnexen/haiku__build_updDominik Maier
Haiku build upd
2020-06-23Libdislocator Haiku build fixDavid Carlier
2020-06-23libtokencap Haiku supportDavid Carlier
2020-06-22Added rand, hash unittestsDominik Maier
2020-06-22old compiler fixvan Hauser
2020-06-22shmem support for afl-tmin and afl-showmapvan Hauser
2020-06-22further refinementvan Hauser
2020-06-22fix afl-cmin.bashaflpp
2020-06-22allow /tmpvan Hauser
2020-06-21fix unicorn mode for CFLAGSvan Hauser
2020-06-21fix libcompcov for CFLAGSvan Hauser
2020-06-21remove -Werror and add include for libdislocatorvan Hauser
2020-06-21fix for s=0van Hauser
2020-06-21fix for -s 0van Hauser
2020-06-20fix libradamsa see issue #419hexcoder-
2020-06-20Merge pull request #418 from jonasmollerlarsen/devvan Hauser
Fix when env. PATH contains spaces
2020-06-20afl-plot: fix issue #417, also check relative paths for directorieshexcoder-
2020-06-20Fix when env. PATH contains spacesjonasmollerlarsen
2020-06-20modify txt configs for testvan Hauser
2020-06-20fix ascii percentage calcvan Hauser
2020-06-20fix ascii percentage calcvan Hauser
2020-06-19first commit, looks goodvan Hauser
2020-06-19fix afl-clang-fast for default pcguard modevan Hauser
2020-06-18update todovan Hauser
2020-06-18update todovan Hauser
2020-06-18Merge pull request #416 from Mem2019/patch-2van Hauser
`fault == afl->crash_mode` should be likely
2020-06-18`fault == afl->crash_mode` should be likely2019
Since during normal fuzzing, crash_mode is FSRV_RUN_OK, and fault is also usually FSRV_RUN_OK since most executions are valid executions, thus it should be likely instead of unlikely
2020-06-17Merge pull request #414 from AFLplusplus/devvan Hauser
work around for llvm 11 bug
2020-06-17work around for llvm 11 bugvan Hauser
2020-06-17Merge pull request #412 from AFLplusplus/devvan Hauser
fix displayed schedule
2020-06-17fix displayed schedulevan Hauser
2020-06-17Merge pull request #403 from AFLplusplus/devvan Hauser
push to master
2020-06-16unit tests: fix stupid compiler warning for gcc 4.8.4hexcoder-
2020-06-16fix unit tests when exit is called at the endhexcoder-
2020-06-16fix test.sh for failing unit testshexcoder-
2020-06-16Merge pull request #408 from Minilulatsch/devvan Hauser
Fixed missing cast in afl-clang-fast.c, which results in a compilation error when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
2020-06-16Fixed missing cast in afl-clang-fast.c, which results in a compilation error ↵julian.haerig
when using __AFL_FUZZ_TESTCASE_BUF in a C++ target
2020-06-16set class afl instrumentation if llvm <= 6van Hauser