about summary refs log tree commit diff
path: root/utils
AgeCommit message (Collapse)Author
2024-01-30Fixes to afl-cc and documentation (#1974)Christian Holler (:decoder)
* Always compile with -ldl when building for CODE_COVERAGE When building with CODE_COVERAGE, the afl runtime contains code that calls `dladdr` which requires -ldl. Under most circumstances, clang already adds this (e.g. when building with pc-table), but there are some circumstances where it isn't added automatically. * Add visibility declaration to __afl_connected When building with hidden visibility, the use of __AFL_LOOP inside such code can cause linker errors due to __afl_connected being declared "hidden". * Update docs to clarify that CODE_COVERAGE=1 is required for dynamic_covfilter
2024-01-26Dynamic instrumentation filtering for LLVM native (#1971)Christian Holler (:decoder)
* Add two dynamic instrumentation filter methods to runtime * Always use pc-table with native pcguard * Add make_symbol_list.py and README
2023-12-14AFL_FUZZER_LOOPCOUNTvanhauser-thc
2023-12-01fixvanhauser-thc
2023-12-01fixvanhauser-thc
2023-11-30nitvanhauser-thc
2023-11-06clang-format 16->17vanhauser-thc
2023-09-20forgot removal of compiler flagThomas Rooijakkers
2023-09-03code formatvanhauser-thc
2023-09-02afl untracer haiku build fix.David Carlier
2023-06-22remove dead code, code formatvanhauser-thc
2023-06-16fix bugcuanduo
2023-05-21code formatvanhauser-thc
2023-05-15add target_intelligencevanhauser-thc
2023-04-16hidden -Y option for nyx, code formatvanhauser-thc
2023-04-14remove warningvanhauser-thc
2023-04-14oss-fuzz fix for LLVMFuzzerTestOneInput drivervanhauser-thc
2023-04-13libfuzzer driver nitsvanhauser-thc
2023-04-12nitsvanhauser-thc
2023-03-30better aflpp drivervanhauser-thc
2023-03-30further magma adaptionvanhauser-thc
2023-03-29magma supportvanhauser-thc
2023-03-25reduce CI resourcesvanhauser-thc
2023-03-09support LLVMFuzzerTestOneInput -1 returnvanhauser-thc
2023-01-26better asan defaults everwherevanhauser-thc
2023-01-25fixesvanhauser-thc
2023-01-12fix macos civanhauser-thc
2023-01-04code formatvanhauser-thc
2023-01-04fixvanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-12-28makefile cleanupMaciej Domanski
2022-12-28readme updateMaciej Domanski
2022-12-28readme cleanupMaciej Domanski
2022-12-28makefile updateMaciej Domanski
2022-12-28makefile updateMaciej Domanski
2022-12-28makefile updateMaciej Domanski
2022-12-28makefile updateMaciej Domanski
2022-12-28makefile updateMaciej Domanski
2022-12-28makefile updateMaciej Domanski
2022-12-28makefile updateMaciej Domanski
2022-12-28minor changesMaciej Domanski
2022-12-28updateMaciej Domanski
2022-12-28readme updateMaciej Domanski
2022-12-27cleanupMaciej Domanski
2022-12-27cleanupMaciej Domanski
2022-12-27updateMaciej Domanski
2022-12-27makefile updateMaciej Domanski
2022-12-27makefile updateMaciej Domanski
2022-12-27makefile updateMaciej Domanski
2022-12-27makefile updateMaciej Domanski