Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | shmem support for afl-tmin and afl-showmap | van Hauser | |
2020-06-22 | fix afl-cmin.bash | aflpp | |
2020-06-22 | allow /tmp | van Hauser | |
2020-06-21 | fix unicorn mode for CFLAGS | van Hauser | |
2020-06-21 | fix libcompcov for CFLAGS | van Hauser | |
2020-06-21 | remove -Werror and add include for libdislocator | van Hauser | |
2020-06-21 | fix for s=0 | van Hauser | |
2020-06-21 | fix for -s 0 | van Hauser | |
2020-06-20 | fix libradamsa see issue #419 | hexcoder- | |
2020-06-20 | Merge pull request #418 from jonasmollerlarsen/dev | van Hauser | |
Fix when env. PATH contains spaces | |||
2020-06-20 | afl-plot: fix issue #417, also check relative paths for directories | hexcoder- | |
2020-06-20 | Fix when env. PATH contains spaces | jonasmollerlarsen | |
2020-06-19 | fix afl-clang-fast for default pcguard mode | van Hauser | |
2020-06-18 | update todo | van Hauser | |
2020-06-18 | update todo | van Hauser | |
2020-06-18 | Merge pull request #416 from Mem2019/patch-2 | van Hauser | |
`fault == afl->crash_mode` should be likely | |||
2020-06-18 | `fault == afl->crash_mode` should be likely | 2019 | |
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-17 | work around for llvm 11 bug | van Hauser | |
2020-06-17 | fix displayed schedule | van Hauser | |
2020-06-16 | unit tests: fix stupid compiler warning for gcc 4.8.4 | hexcoder- | |
2020-06-16 | fix unit tests when exit is called at the end | hexcoder- | |
2020-06-16 | fix test.sh for failing unit tests | hexcoder- | |
2020-06-16 | Merge pull request #408 from Minilulatsch/dev | van 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-16 | Fixed 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-16 | set class afl instrumentation if llvm <= 6 | van Hauser | |
2020-06-16 | fix for *BSD: remove all HAVE_ARC4RANDOM dependencies | hexcoder- | |
2020-06-15 | code format | Dominik Maier | |
2020-06-15 | using XX64 for 32 bit hash | Dominik Maier | |
2020-06-15 | tidied hash32, unicorn | Dominik Maier | |
2020-06-15 | make aflpp driver performant again | van Hauser | |
2020-06-15 | switched to new MOpt dictionary support | van Hauser | |
2020-06-15 | improve performance for default power schedule | van Hauser | |
2020-06-15 | add new dictionary from antonio-morales ftp fuzzing | hexcoder- | |
2020-06-15 | code format | Dominik Maier | |
2020-06-15 | fixed potential bugs | Dominik Maier | |
2020-06-15 | rust unicornafl++ | Dominik Maier | |
2020-06-14 | unicornafl update | Dominik Maier | |
2020-06-14 | disable focal on travis temporarily | van Hauser | |
2020-06-14 | Merge pull request #404 from devnexen/haiku_porting | van Hauser | |
Porting to Haiku. | |||
2020-06-14 | Porting to Haiku. | David Carlier | |
getrusage does not implement resident memory gathering, no shm api neither. | |||
2020-06-14 | kill targets on exit | van Hauser | |
2020-06-13 | code format | van Hauser | |
2020-06-13 | fix shmem | van Hauser | |
2020-06-13 | fix typos | van Hauser | |
2020-06-13 | fix resize window crash and slightly more performant timed_read | van Hauser | |
2020-06-12 | code-format killed the compilation | van Hauser | |
2020-06-12 | code-format killed the compilation | van Hauser | |
2020-06-12 | fix for checksums | van Hauser | |
2020-06-12 | switch to faster and better hash + random | van Hauser | |
2020-06-12 | shm debug and fixes | van Hauser | |