Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | fix docs | vanhauser-thc | |
2024-01-19 | apple fixes | vanhauser-thc | |
2024-01-19 | typos | vanhauser-thc | |
2024-01-18 | fix for arm64 | vanhauser-thc | |
2024-01-18 | disable aslr on apple | vanhauser-thc | |
2024-01-18 | ensure afl-cc only allows available compiler modes | vanhauser-thc | |
2024-01-18 | fix segv about skip_next, warn on unsupported cases of linking options (#1958) | Sonic | |
2024-01-12 | code format | vanhauser-thc | |
2024-01-11 | Remove dead code in write_to_testcase (#1955) | Xeonacid | |
The custom_mutators_count check in if case is duplicate with if condition. The else case is custom_mutators_count == 0, neither custom_mutator_list iteration nor sent check needed. Signed-off-by: Xeonacid <h.dwwwwww@gmail.com> | |||
2024-01-11 | Strip `-Wl,-no-undefined` during compilation (#1952) | Nils Bars | |
Make the compiler wrapper stripping `-Wl,-no-undefined` in addition to `-Wl,--no-undefined`. Both versions of the flag are accepted by clang and, therefore, used by building systems in the wild (e.g., samba will not build without this fix). | |||
2024-01-11 | Fix broken LTO mode and response file support (#1948) | Sonic | |
2024-01-04 | Output afl-clang-fast stuffs only if necessary (#1912) | Sonic | |
* afl-cc header * afl-cc common declarations - Add afl-cc-state.c - Strip includes, find_object, debug/be_quiet/have_*/callname setting from afl-cc.c - Use debugf_args in main - Modify execvp stuffs to fit new aflcc struct * afl-cc show usage * afl-cc mode selecting 1. compiler_mode by callname in argv[0] 2. compiler_mode by env "AFL_CC_COMPILER" 3. compiler_mode/instrument_mode by command line options "--afl-..." 4. instrument_mode/compiler_mode by various env vars including "AFL_LLVM_INSTRUMENT" 5. final checking steps 6. print "... - mode: %s-%s\n" 7. determine real argv[0] according to compiler_mode * afl-cc macro defs * afl-cc linking behaviors * afl-cc fsanitize behaviors * afl-cc misc * afl-cc body update * afl-cc all-in-one formated with custom-format.py * nits --------- Co-authored-by: vanhauser-thc <vh@thc.org> | |||
2023-12-30 | finish injection implementation | vanhauser-thc | |
2023-12-27 | inject docs | vanhauser-thc | |
2023-12-27 | initial simple injection detection support | vanhauser-thc | |
2023-12-15 | switch to explore powerschedule as default | vanhauser-thc | |
2023-12-10 | fix | vanhauser-thc | |
2023-12-10 | add n_fuzz to ignore_timeouts | vanhauser-thc | |
2023-12-10 | nit | vanhauser-thc | |
2023-12-07 | afl-cc fixes | vanhauser-thc | |
2023-12-05 | fixing -Wl,-rpath=<LLVM_LIBDIR> | vincenzo MEZZELA | |
2023-12-04 | removing options "-Wl,-rpath" "LLVM_LIBDIR" when using gcc | vincenzo MEZZELA | |
2023-12-01 | Stop hardcoding the path /usr/local/lib/afl in afl-ld-lto.c and respect the ↵ | Romain Geissler | |
configured PREFIX. | |||
2023-11-28 | nit | vanhauser-thc | |
2023-11-28 | improve cmplog | vanhauser-thc | |
2023-11-28 | code format | vanhauser-thc | |
2023-11-28 | changes | vanhauser-thc | |
2023-11-28 | Merge pull request #1915 from yangzao/dev | van Hauser | |
add custom mutator function for running script after target gets executed | |||
2023-11-27 | merge function | yangzao | |
2023-11-27 | update | yangzao | |
2023-11-27 | format code | yangzao | |
2023-11-27 | Merge pull request #1913 from choller/nyx-id-fix-2 | van Hauser | |
Pass correct Nyx ID when creating a Nyx runner | |||
2023-11-25 | update python module | yangzao | |
2023-11-24 | update afl-fuzz-run | yangzao | |
2023-11-24 | add custom_post_run.c | yangzao | |
2023-11-23 | mini fix | vanhauser-thc | |
2023-11-22 | Pass correct Nyx ID when creating a Nyx runner | Christian Holler (:decoder) | |
2023-11-17 | Merge pull request #1909 from ifyGecko/quick_fix | van Hauser | |
missing closing parenthesis | |||
2023-11-16 | missing closing parenthesis | ifyGecko | |
2023-11-16 | fix inf in stats | vanhauser-thc | |
2023-11-07 | Merge pull request #1902 from m-carrasco/dev-cm-init-fix | van Hauser | |
Possible missing initialisation in custom mutator | |||
2023-11-07 | fix dictionary and cmin | vanhauser-thc | |
2023-11-06 | Add missing initialisation for havoc_queued during the custom mutator's stage. | Manuel Carrasco | |
2023-11-06 | clang-format 16->17 | vanhauser-thc | |
2023-11-06 | fix lsan fix | vanhauser-thc | |
2023-11-04 | fix of fix: make sure ASAN_OPTIONS and LSAN_OPTIONS agree on leak detection | hexcoder- | |
2023-11-04 | copy 'detect_leaks=0' from ASAN to LSAN | hexcoder | |
fix for issue #1733, set "detect_leaks=0" when ASAN_OPTIONS contains it and LSAN_OPTIONS are not set. | |||
2023-11-03 | Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev | vanhauser-thc | |
2023-11-03 | add --help/--version/... | vanhauser-thc | |
2023-10-25 | Merge pull request #1899 from AFLplusplus/scale | van Hauser | |
Scale encoding |