about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-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-17work around for llvm 11 bugvan Hauser
2020-06-17fix displayed schedulevan Hauser
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
2020-06-16fix for *BSD: remove all HAVE_ARC4RANDOM dependencieshexcoder-
2020-06-15code formatDominik Maier
2020-06-15using XX64 for 32 bit hashDominik Maier
2020-06-15tidied hash32, unicornDominik Maier
2020-06-15make aflpp driver performant againvan Hauser
2020-06-15switched to new MOpt dictionary supportvan Hauser
2020-06-15improve performance for default power schedulevan Hauser
2020-06-15add new dictionary from antonio-morales ftp fuzzinghexcoder-
2020-06-15code formatDominik Maier
2020-06-15fixed potential bugsDominik Maier
2020-06-15rust unicornafl++Dominik Maier
2020-06-14unicornafl updateDominik Maier
2020-06-14disable focal on travis temporarilyvan Hauser
2020-06-14Merge pull request #404 from devnexen/haiku_portingvan Hauser
Porting to Haiku.
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-14kill targets on exitvan Hauser
2020-06-13code formatvan Hauser
2020-06-13fix shmemvan Hauser
2020-06-13fix typosvan Hauser
2020-06-13fix resize window crash and slightly more performant timed_readvan Hauser
2020-06-12code-format killed the compilationvan Hauser
2020-06-12code-format killed the compilationvan Hauser
2020-06-12fix for checksumsvan Hauser
2020-06-12switch to faster and better hash + randomvan Hauser
2020-06-12shm debug and fixesvan Hauser
2020-06-12fix warningsvan Hauser
2020-06-12added MOpt dictionary support from repovan Hauser
2020-06-11code format and debugvan Hauser
2020-06-11rust bindings for unicornaflDominik Maier
2020-06-10issue #401: remove all TAB characters from dictionary fileshexcoder-
2020-06-10Merge pull request #400 from devnexen/gotcpu_illumoshexcoder
start of illumos cpu binding implementation.
2020-06-10start of illumos cpu binding implementation.David Carlier
The current user needs the proc_owner permission, not something doable via the settings script.
2020-06-10Merge pull request #398 from devnexen/array_subscript_warn_fixvan Hauser
Disable array subscript warning