Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-23 | warn on _AFL and __AFL env vars | van Hauser | |
2020-12-22 | workaround for Solaris: NAME_MAX is not defined | hexcoder- | |
2020-12-22 | portability: avoid void * arithmetic (UB), avoid GNU extension for array ↵ | hexcoder- | |
initializations | |||
2020-12-17 | skim import | van Hauser | |
2020-12-08 | fix asserts | van Hauser | |
2020-12-04 | fixed bugs in custom_describe, reported by wizche | Dominik Maier | |
2020-12-04 | afl_custom_describe api added | Dominik Maier | |
2020-11-17 | Merge pull request #601 from Rumata888/fixing_symcc | van Hauser | |
Fixing symcc custom mutator | |||
2020-11-12 | Fixed symcc custom mutator | Rumata888 | |
2020-11-10 | small fix to actually document custom mutator introspection | van Hauser | |
2020-11-10 | support custom mutator introspection | van Hauser | |
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 |