Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-01 | added mutation introspection make target | van Hauser | |
2020-10-16 | directly add new queue to cache | van Hauser | |
2020-09-29 | small improvements to Marcel's patch, fix laf-intel + redqueen crashes | van Hauser | |
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-14 | Merge branch 'debug' into dev | van Hauser | |
2020-08-12 | split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ↵ | van Hauser | |
skipping ctor+ifunc functions for all llvm, code-format | |||
2020-08-12 | setting attribute hot intelligently gives 0.5% speed | van Hauser | |
2020-08-11 | fixes | van Hauser | |
2020-08-11 | cleanup minor issues | van Hauser | |
2020-08-09 | taint integration done | van Hauser | |
2020-08-09 | fixes | van Hauser | |
2020-08-09 | changes | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-06-25 | fix for schedules | van Hauser | |
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-15 | improve performance for default power schedule | van Hauser | |
2020-06-12 | switch to faster and better hash + random | van Hauser | |
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-05-12 | new code formatting + applied | van Hauser | |
2020-05-12 | fix issue in describe_op showing time inside src | Andrea Fioraldi | |
2020-04-24 | fix simple names | van Hauser | |
2020-04-19 | clang-tidy readability-braces (#323) | Dominik Maier | |
2020-04-17 | added AFL_MAP_SIZE (wip) | van Hauser | |
2020-04-16 | removed redundent funcs | Dominik Maier | |
2020-04-16 | renamed duplicated func names | Dominik Maier | |
2020-04-16 | code-format | Dominik Maier | |
2020-04-16 | little has_new_bits improvement | van Hauser | |
2020-04-15 | wrong bytes set | Dominik Maier | |
2020-04-15 | changed run_target | Dominik Maier | |
2020-04-14 | code format | Dominik Maier | |
2020-04-14 | unified forkservered run_target, fixes #308 | Dominik Maier | |
2020-04-13 | added ignore info | Dominik Maier | |
2020-04-13 | code format | Dominik Maier | |
2020-04-13 | fixed uaf and warnings | Dominik Maier | |
2020-04-12 | Better solution for ARM64 build fix (#315) | David CARLIER | |
2020-04-12 | build on arm64 fix. tested on Android. (#313) | David CARLIER | |
2020-04-11 | refactored cmplog | Dominik Maier | |
2020-04-10 | LTO optimization, variable map size, autodictionary (#307) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo | |||
2020-04-09 | fix limits.h include | van Hauser | |
2020-04-09 | fix compilation in OpenBSD | hexcoder- | |
2020-04-09 | code format, small improvements | van Hauser | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | not allocating paths anymore | Dominik Maier | |
2020-03-22 | little performance enhancements | van Hauser | |
2020-03-21 | remove debug code | van Hauser | |
2020-03-21 | moved string formatting to header | Dominik Maier | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-19 | no more (?) statics | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |