Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-05 | Fix various missed issues - 1st run | llzmb | |
2021-12-05 | Fix broken links - 1st run | llzmb | |
2021-12-04 | Fix punctuation in connection with "with" | llzmb | |
2021-12-04 | Fix punctuation in connection with "by default" | llzmb | |
2021-12-04 | Fix line length and formatting | llzmb | |
2021-12-02 | Fix punctuation in connection with "e.g." | llzmb | |
2021-12-02 | Change "AFL" to "AFL++" | llzmb | |
2021-12-02 | Change the word "env var" to "environment variable" | llzmb | |
2021-12-02 | Change the word "behaviour" (BE) to "behavior" (AE) | llzmb | |
2021-12-02 | Remove the word "please" | llzmb | |
2021-12-02 | Remove the word "simply" | llzmb | |
2021-11-30 | Merge pull request #1187 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-11-29 | Merge branch 'dev' into docs_cleanup_folder_2 | llzmb | |
2021-11-29 | Update docs | Your Name | |
2021-11-26 | Fix typos | llzmb | |
2021-11-25 | Change "AFL" to "AFL++" in "README.llvm.md", fix references | llzmb | |
2021-11-22 | Merge ctx and ngram into llvm, fix references | llzmb | |
2021-11-21 | Clean up docs folder | llzmb | |
2021-11-09 | Edit list of environment variables | llzmb | |
2021-11-06 | Edit list of environment variables | llzmb | |
2021-11-04 | update for new sanitizer support | vanhauser-thc | |
2021-10-30 | Fix line breaks | llzmb | |
2021-10-30 | Edit list of environment variables | llzmb | |
2021-10-10 | Fix document paths. | Kuang-che Wu | |
2021-08-12 | AFL_IGNORE_PROBLEMS + library checks and documentation | vanhauser-thc | |
2021-08-09 | Clean up references to notes_for_asan.md | llzmb | |
2021-08-08 | Change afl to AFL in *.md (#1057) | llzmb | |
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs | |||
2021-07-21 | Fix typos (#1037) | Max Kunzelmann | |
2021-06-10 | fix AFL_CAL_FAST | vanhauser-thc | |
2021-06-01 | threadsafe doc fixes, code format | vanhauser-thc | |
2021-05-31 | Merge branch 'dev' into going_atomic | hexcoder | |
2021-05-30 | add documentation for AFL_LLVM_THREADSAFE_INST | hexcoder- | |
2021-05-25 | Typo/wording | hexcoder | |
2021-05-25 | add AFL_TRY_AFFINITY | vanhauser-thc | |
2021-05-25 | AFL_SKIP_CRASHES is obsolete since 3.0 | vanhauser-thc | |
2021-05-22 | turn off map size detection if skip_bin_check is set | vanhauser-thc | |
2021-05-17 | more documentation for AFL_EXIT_ON_TIME | Dominik Maier | |
2021-05-17 | AFL_PRINT_FILENAMES added | Dominik Maier | |
2021-05-07 | Exit on time (#904) | Roman M. Iudichev | |
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed. | |||
2021-04-16 | fix nits | vanhauser-thc | |
2021-04-13 | add AFL_EXIT_ON_SEED_ISSUES | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-04 | Move definition of __AFL_LEAK_CHECK inside ifguards, | Joshua Rogers | |
use LSAN_OPTIONS=print_suppressions=0 | |||
2021-04-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
2021-04-02 | Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper. | Joshua Rogers | |
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR. | |||
2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua Rogers | |
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits. | |||
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-24 | changelog info | vanhauser-thc | |
2021-03-24 | Merge branch 'replay' into tmp | van Hauser | |