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-12-20 | hide queue introspection behind define | vanhauser-thc | |
2022-11-18 | write queue statistics | vanhauser-thc | |
2022-11-14 | Merge pull request #1580 from guyf2010/dev | van Hauser | |
Add option for random cmplog colorization | |||
2022-11-14 | fix python | vanhauser-thc | |
2022-11-14 | fix python | vanhauser-thc | |
2022-11-13 | Add option for random cmplog colorization | guyf2010 | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-10-24 | changelog update | vanhauser-thc | |
2022-10-21 | Add AFL_FORK_SERVER_KILL_SIGNAL environment variable. | Nils Bars | |
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal used to kill the fork server on termination. | |||
2022-08-18 | better no dry run | vanhauser-thc | |
2022-08-14 | add AFL_NO_STARTUP_CALIBRATION feature | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-06-17 | formatting | Ruben ten Hove | |
2022-06-17 | feat: allow to skip readme creation on crash | Ruben ten Hove | |
2022-05-27 | Add AFL_SYNC_TIME variable for synchronization time tuning (#1425) | Daniil Kuts | |
* Add AFL_SYNC_TIME variable for synchronization time tuning * Documentation for AFL_SYNC_TIME variable | |||
2022-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-05-02 | fix token usage in normal and MOpt mode | vanhauser-thc | |
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-03 | fix pizza mode | vanhauser-thc | |
2022-04-02 | Fix dyslexia and clang format | Carlo Maragno | |
2022-04-01 | Fix layout | Carlo Maragno | |
2022-04-01 | Add basic support for Italian users | Carlo Maragno | |
2022-02-05 | add afl-fuzz -y fuzz length support | 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-11 | update header file | yuawn | |
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-11-03 | Merge pull request #1142 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-10-18 | better ui banner | vanhauser-thc | |
2021-10-17 | new rtn cmplog: instrumentation side + supporting functions | vanhauser-thc | |
2021-08-12 | AFL_IGNORE_PROBLEMS + library checks and documentation | vanhauser-thc | |
2021-07-30 | makefile fixes | vanhauser-thc | |
2021-07-09 | more fixes | vanhauser-thc | |
2021-07-09 | fixes | vanhauser-thc | |
2021-06-27 | Select (#995) | van Hauser | |
* favor unfuzzed * fix * reinit table after a new fuzz | |||
2021-06-10 | fix AFL_CAL_FAST | vanhauser-thc | |
2021-05-25 | add AFL_TRY_AFFINITY | vanhauser-thc | |
2021-05-25 | AFL_SKIP_CRASHES is obsolete since 3.0 | vanhauser-thc | |
2021-05-08 | ensure crashes/README.txt exists | vanhauser-thc | |
2021-05-07 | Exit on time (#904) | Roman M. Iudichev | |
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed. | |||
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-13 | add AFL_EXIT_ON_SEED_ISSUES | vanhauser-thc | |
2021-04-13 | ui custom mutator only display | vanhauser-thc | |
2021-03-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |