Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | push to stable (#1960) | van Hauser | |
* Output afl-clang-fast stuffs only if necessary (#1912) * 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> * changelog * update grammar mutator * lto llvm 12+ * docs(custom_mutators): fix missing ':' (#1953) * Fix broken LTO mode and response file support (#1948) * Strip `-Wl,-no-undefined` during compilation (#1952) 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). * Remove dead code in write_to_testcase (#1955) 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> * update qemuafl * WIP: Add ability to generate drcov trace using QEMU backend (#1956) * Document new drcov QEMU plugin * Add link to lightkeeper for QEMU drcov file loading --------- Co-authored-by: Jean-Romain Garnier <jean-romain.garnier@airbus.com> * code format * changelog * sleep on uid != 0 afl-system-config * fix segv about skip_next, warn on unsupported cases of linking options (#1958) * todos * ensure afl-cc only allows available compiler modes * update grammar mutator * disable aslr on apple * fix for arm64 --------- Signed-off-by: Xeonacid <h.dwwwwww@gmail.com> Co-authored-by: Sonic <50692172+SonicStark@users.noreply.github.com> Co-authored-by: Xeonacid <h.dwwwwww@gmail.com> Co-authored-by: Nils Bars <nils.bars@rub.de> Co-authored-by: Jean-Romain Garnier <7504819+JRomainG@users.noreply.github.com> Co-authored-by: Jean-Romain Garnier <jean-romain.garnier@airbus.com> | |||
2023-11-28 | code format | vanhauser-thc | |
2023-11-28 | changes | vanhauser-thc | |
2023-11-27 | merge function | yangzao | |
2023-11-27 | update | yangzao | |
2023-11-27 | format code | yangzao | |
2023-11-24 | update afl-fuzz-run | yangzao | |
2023-11-24 | add custom_post_run.c | yangzao | |
2023-04-21 | fixed AFL_POST_PROCESS_KEEP_ORIGINAL for version 4.07a | Maik Betka | |
2023-04-21 | Merge remote-tracking branch 'origin/dev' into atnwalk | Maik Betka | |
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c | |||
2023-04-17 | fixed code clones in atnwalk.c, introduced new environment variable ↵ | Maik Betka | |
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz | |||
2023-04-17 | first version with unix domain sockets is ready for testing | Maik Betka | |
2023-04-15 | fix post_process | vanhauser-thc | |
2023-04-13 | fix attempt at post_process implementation | vanhauser-thc | |
2023-02-15 | debug output | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-11-14 | custom mutator fix | vanhauser-thc | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-08-19 | shorter calibration | vanhauser-thc | |
2022-07-19 | remove debug | vanhauser-thc | |
2022-07-19 | fix | vanhauser-thc | |
2022-07-19 | fix | vanhauser-thc | |
2022-07-19 | post_process 0/NULL return support | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-06-08 | honor AFL_MAP_SIZE well outside of afl++ | vanhauser-thc | |
2022-05-09 | fix | vanhauser-thc | |
2022-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-03-18 | fix LTO with cmplog and laf | vanhauser-thc | |
2022-03-07 | Fix issue with trim in shared memory mode | mchesser | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-10-15 | fix lto cmplog stability issue | vanhauser-thc | |
2021-07-31 | use HASH_CONST | yuawn | |
2021-06-29 | fix linefeed | vanhauser-thc | |
2021-06-22 | reverse read the queue n resumes | vanhauser-thc | |
2021-06-16 | correct map size for small targets | vanhauser-thc | |
2021-06-14 | code format | vanhauser-thc | |
2021-06-14 | Add debug output to alert user to calibration progress/issues (#969) | Dustin Spicuzza | |
2021-06-10 | fix AFL_CAL_FAST | vanhauser-thc | |
2021-06-01 | remove redundant unsetenv (#947) | terrynini | |
2021-06-01 | fixes | vanhauser-thc | |
2021-06-01 | fix afl_custom_post_process with multiple custom mutators | vanhauser-thc | |
2021-05-25 | less executions on variable paths | vanhauser-thc | |
2021-05-07 | Fix memory errors when trim causes testcase growth (#881) (#903) | realmadsci | |
* Revert "fixed potential double free in custom trim (#881)" This reverts commit e9d2f72382cab75832721d859c3e731da071435d. * Revert "fix custom trim for increasing data" This reverts commit 86a8ef168dda766d2f25f15c15c4d3ecf21d0667. * Fix memory errors when trim causes testcase growth Modify trim_case_custom to avoid writing into in_buf because some custom mutators can cause the testcase to grow rather than shrink. Instead of modifying in_buf directly, we write the update out to the disk when trimming is complete, and then the caller is responsible for refreshing the in-memory buffer from the file. This is still a bit sketchy because it does need to modify q->len in order to notify the upper layers that something changed, and it could end up telling upper layer code that the q->len is *bigger* than the buffer (q->testcase_buf) that contains it, which is asking for trouble down the line somewhere... * Fix an unlikely situation Put back some `unlikely()` calls that were in the e9d2f72382cab75832721d859c3e731da071435d commit that was reverted. | |||
2021-04-30 | fix stdin trimming | vanhauser-thc | |
2021-04-30 | fixed potential double free in custom trim (#881) | Dominik Maier | |
2021-03-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |
2021-03-24 | better forkserver error help and code format | vanhauser-thc | |