Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-03 | Implement AFLRun | Huanyao Rong | |
References: https://github.com/Mem2019/AFLRun/commit/f5bb87f78ef1 References: https://github.com/Mem2019/AFLRun/commit/3af5f11b5644 | |||
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-11-10 | Merge pull request #1576 from AFLplusplus/persistent_mode_always | van Hauser | |
Persistent mode always | |||
2022-11-10 | more llvm16 fixes | vanhauser-thc | |
2022-11-10 | try llvm 16 fix | vanhauser-thc | |
2022-11-09 | Didn't mean to change that | Dominik Maier | |
2022-11-09 | fmt | Dominik Maier | |
2022-11-09 | Always enable persistent mode, no env/bincheck needed | Dominik Maier | |
2022-10-20 | Fix -rpath argument | Edward J. Schwartz | |
2022-10-07 | auto shmem fuzzing (#1541) | van Hauser | |
* auto shmem fuzzing * print warning when forcing shmem fuzzing * typos * Shmem always * typo fix * fixes Co-authored-by: Dominik Maier <dmnk@google.com> | |||
2022-09-17 | fix docs | vanhauser-thc | |
2022-09-14 | Fix loading and registeration of LTO pass for new pass manager | Nikita Popov | |
2022-08-25 | fix gcc_mode cmplog | vanhauser-thc | |
2022-08-19 | add malloc check | vanhauser-thc | |
2022-08-15 | filter pipe in gcc_mode | vanhauser-thc | |
2022-08-14 | better handling of -fsanitize=..,...,.. lists | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-07-07 | fix double free on exit for -c 0 on src cmplog | vanhauser-thc | |
2022-07-04 | cmplog support for gcc_plugin by adacore | vanhauser-thc | |
2022-06-20 | nits | vanhauser-thc | |
2022-04-25 | code format | vanhauser-thc | |
2022-04-20 | fix instrumentation for -Werror,-Wunused-but-set-variable | Jesse Schwartzentruber | |
`used` is so it isn't optimized out. `unused` is to avoid the warning. | |||
2022-04-20 | use passthrough mode for wasm | Jesse Schwartzentruber | |
2022-03-31 | Some scan-build fixes | Dominik Maier | |
2022-03-30 | fix instrumentlist for LTO with clang < 13 | vanhauser-thc | |
2022-03-18 | fix LTO with cmplog and laf | vanhauser-thc | |
2022-03-18 | our own PCGUARD mode not for llvm 10.0.1 | vanhauser-thc | |
2022-03-18 | fix split pass loading | vanhauser-thc | |
2022-03-17 | merge fixes | vanhauser-thc | |
2022-03-17 | Merge branch 'dev' into newpm2 | van Hauser | |
2022-03-17 | make LTO pass work too plus some fixes | vanhauser-thc | |
2022-03-17 | make pcguard work | vanhauser-thc | |
2022-03-01 | code format | vanhauser-thc | |
2022-03-01 | Revert "Merge branch 'newpm2' into dev" | vanhauser-thc | |
This reverts commit fee1acf7e6096533f1aa8cd74035bed21c90fdf6, reversing changes made to 675d17d737ee5dee88766d9c181567771592c94c. | |||
2022-02-22 | Merge branch 'newpm2' into dev | van Hauser | |
2022-02-22 | LLVM 14 fixes | Raphael Isemann | |
2022-02-21 | todo list | vanhauser-thc | |
2022-02-20 | Revert "remove new llvm pass manager :(" | vanhauser-thc | |
This reverts commit 55ed2a443c5c61baba37415d4087164454d8a2a8. | |||
2022-02-09 | Adapt to my MacOS | Dominik Maier | |
2022-02-08 | remove debug msg | vanhauser-thc | |
2022-02-08 | import mozilla afl-cc patch | vanhauser-thc | |
2022-01-21 | fix | vanhauser-thc | |
2022-01-19 | nits and code format | vanhauser-thc | |
2022-01-19 | Revert "fix classify counts" | vanhauser-thc | |
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d. | |||
2022-01-15 | fix classify counts | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-30 | Fix type. | Joshua Rogers | |
2021-12-30 | Fix LeakSanitizer Usage. | Joshua Rogers | |
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK, however this was the incorrect function to use. According to the documentation: "Subsequent calls to this function will have no effect and end-of-process leak check will not run". This meant that if the memory did not leak on the first usage of __AFL_LEAK_CHECK, subsquent calls to this macro would never do anything. Likewise, it is not possible to use an LSAN suppression list with symbolize=0, so instead __lsan_disable and __lsan_enable are used to 'ignore' certain memory allocations where needed. | |||
2021-12-29 | afl-cc lto fix | vanhauser-thc | |
2021-12-16 | more -z defs filtering | vanhauser-thc | |