Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-08 | show custom mutator name in UI | vanhauser-thc | |
2023-03-31 | nits | vanhauser-thc | |
2023-03-28 | nits | vanhauser-thc | |
2023-02-21 | Merge pull request #1651 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-02-21 | nit | vanhauser-thc | |
2023-02-21 | fix regression | vanhauser-thc | |
2023-02-15 | debug output | vanhauser-thc | |
2023-02-07 | Increase fuzz_level for mopt_common_fuzzing | Daniil Kutz | |
Change performance score calculation for lin and quad power schedules | |||
2023-02-06 | fixes | vanhauser-thc | |
2023-02-01 | fix | vanhauser-thc | |
2023-01-25 | cmplog decision updates | vanhauser-thc | |
2023-01-19 | lots of fixes | vanhauser-thc | |
2023-01-18 | autotoken: splicing; splice_optout | vanhauser-thc | |
2023-01-16 | nits | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-20 | hide queue introspection behind define | vanhauser-thc | |
2022-11-18 | write queue statistics | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-06-10 | Fix Byte Decrement Havoc Mutation | Tobias Scharnowski | |
While looking at the source code of the havoc mutations I realized that there seems to be a typo / copy+paste error with the SUBBYTE_ mutation. It is currently incrementing, instead of decrementing the value. Alternative Fix: Change the documentation to "/* Decrease byte by minus 1. */" to make it work as documented :-P | |||
2022-05-10 | fix effector map calculation | vanhauser-thc | |
2022-05-09 | fix | vanhauser-thc | |
2022-05-02 | fix | vanhauser-thc | |
2022-05-02 | fix mopt random selection | vanhauser-thc | |
2022-05-02 | fix token usage in normal and MOpt mode | vanhauser-thc | |
2022-01-13 | fix skipping unfavored fuzzed entries | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-27 | more havoc | vanhauser-thc | |
2021-12-11 | rename active_paths | yuawn | |
2021-12-09 | more rename | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-06 | http->https | vanhauser-thc | |
2021-10-17 | new rtn cmplog: instrumentation side + supporting functions | vanhauser-thc | |
2021-07-25 | remove unused code | yuawn | |
2021-07-23 | handle single seed with perf_score 0 | vanhauser-thc | |
2021-07-15 | fixed potential UAF with custom mutator havoc on realloc | Michael Rodler | |
2021-07-14 | fix havoc comments (#1020) | yuan | |
2021-06-27 | Select (#995) | van Hauser | |
* favor unfuzzed * fix * reinit table after a new fuzz | |||
2021-06-14 | little inline | vanhauser-thc | |
2021-06-01 | threadsafe doc fixes, code format | vanhauser-thc | |
2021-05-11 | fix a few cur_time uses | 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 | fixed potential double free in custom trim (#881) | Dominik Maier | |
2021-04-14 | update havoc | vanhauser-thc | |
2021-03-27 | add introspection | vanhauser-thc | |
2021-03-27 | restructure havoc | vanhauser-thc | |
2021-03-24 | fix counting favorites | vanhauser-thc | |
2021-02-01 | import cmplog opts | van Hauser | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |