Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | nit | vanhauser-thc | |
2024-03-07 | UI fix | vanhauser-thc | |
2024-03-06 | likely | vanhauser-thc | |
2024-02-29 | fix not using autodict | vanhauser-thc | |
2024-02-29 | Merge pull request #2014 from seanm/issue2007 | van Hauser | |
Issue #2007: add filename extension to /crashes files | |||
2024-02-29 | Merge pull request #2019 from zidel/fork_server_fix | van Hauser | |
Load autodictionary when using new forkserver | |||
2024-02-29 | gcc cmplog fix | vanhauser-thc | |
2024-02-28 | Load autodictionary when using new forkserver | Martin Nyhus | |
Fixes a bug where the new fork server would decrement dict_size until zero then try to use it as the upper bound for the number of bytes to pass to add_extra_func, causing it to never store any of the tokens. | |||
2024-02-26 | Issue #2007: add filename extension to /crashes files | Sean McBride | |
This is very helpful for code that inpects a file name extension when determining what code to run. It's also useful for applications that constrain the user to choose files by extension. | |||
2024-02-23 | Add upper and lower safety margins | Leon Weiß | |
2024-02-23 | Be specific about the unit of time | Leon Weiß | |
2024-02-23 | Adhere to documented behavior | Leon Weiß | |
2024-02-22 | Do not circumvent sanity checks from arg parsing | Leon Weiß | |
2024-02-22 | Convert from microseconds (us) to milliseconds (ms) | Leon Weiß | |
2024-02-15 | issue #2001: fix passing rpath to linker on macOS | Sean McBride | |
Seems on macOS, `ld` does not want an `=` when specifying `-rpath`. | |||
2024-02-09 | fix | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-08 | env fix | vanhauser-thc | |
2024-02-08 | code format | vanhauser-thc | |
2024-02-08 | make redqueen hashmap not default | vanhauser-thc | |
2024-02-08 | Merge branch '420' into dev | van Hauser | |
2024-02-08 | workaround for MOpt bug with -S | vanhauser-thc | |
2024-02-08 | performance | vanhauser-thc | |
2024-02-08 | Merge pull request #1965 from CodeLinaro/stateful | van Hauser | |
replay mode support | |||
2024-02-07 | add conditional check for persistent record mode on forkserver handling of ↵ | Davide Quarta | |
hang/crash | |||
2024-02-06 | fix typo | Davide Quarta | |
2024-02-06 | fix hashmap test | vanhauser-thc | |
2024-02-05 | better replay mode error handling, added replay mode documentation, code ↵ | Davide Quarta | |
formatting | |||
2024-02-05 | adjust cmplog header | vanhauser-thc | |
2024-02-04 | fix -z | vanhauser-thc | |
2024-02-04 | add U256/32byte support | vanhauser-thc | |
2024-02-03 | new forkserver - client side | vanhauser-thc | |
2024-02-03 | new forkserver - server part | vanhauser-thc | |
2024-02-03 | add lto caller instrumentation | vanhauser-thc | |
2024-02-03 | Merge pull request #1988 from AFLplusplus/ltoctx | van Hauser | |
Ltoctx | |||
2024-02-03 | deterministic fuzzing and -z | vanhauser-thc | |
2024-02-03 | 2024 v4.10c release | vanhauser-thc | |
2024-02-03 | Fix type in AFL_NOOPT env variable in afl-cc help message (#1982) | Khaled Yakdan | |
2024-02-02 | final touches | vanhauser-thc | |
2024-02-01 | remove redundant eff struct (#1977) | Han Zheng | |
2024-02-01 | remove unused var | vanhauser-thc | |
2024-02-01 | final touches for skipdet | vanhauser-thc | |
2024-02-01 | Enhancement on Deterministic stage (#1972) | Han Zheng | |
* fuzzer: init commit based on aflpp 60dc37a8cf09f8e9048e4b6a2204d6c90b27655a * fuzzers: adding the skip variables and initialize * log: profile the det/havoc finding * log: add profile log output * fuzzers: sperate log/skipdet module * fuzzers: add quick eff_map calc * fuzzers: add skip_eff_map in fuzz_one * fuzzers: mark whole input space in eff_map * fuzzers: add undet bit threshold to skip some seeds * fuzzers: fix one byte overflow * fuzzers: fix overflow * fix code format * add havoc only again * code format * remove log to INTROSPECTION, rename skipdet module * rename skipdet module * remove log to stats * clean redundant code * code format * remove redundant code format check * remove redundant doc * remove redundant objects * clean files * change -d to default skipdet * disable deterministic when using CUSTOM_MUTATOR * revert fix | |||
2024-02-01 | fix ci | vanhauser-thc | |
2024-02-01 | debug ci | vanhauser-thc | |
2024-02-01 | debug ci | vanhauser-thc | |
2024-02-01 | debug ci | vanhauser-thc | |
2024-02-01 | debug ci | vanhauser-thc | |
2024-02-01 | Improve afl-cc (#1975) | Sonic | |
* update response file support - full support of rsp file - fix some segv issues * Improve afl-cc - remove dead code about allow/denylist options of sancov - missing `if (!aflcc->have_msan)` - add docs for each function - typo |