Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-28 | fix explanation how to obtain the map size | vanhauser-thc | |
2024-10-01 | persistent record for frida and qmeu | vanhauser-thc | |
2024-09-14 | fix AFL_AUTORESUME=1 for Nyx mode | Sergej Schumilo | |
2024-08-19 | code format, llvm 18 | vanhauser-thc | |
2024-07-28 | To support AFL instrumentation, add default settings. | Yiyi Wang | |
2024-07-12 | Initialize max_length in afl_fsrv_init #2155 | Christian Holler (:decoder) | |
2024-06-27 | AFL_CUSTOM_MUTATOR_LATE_SEND added | vanhauser-thc | |
2024-06-19 | Collect persistent coverage data and dump it at the end of the run | Christian Holler (:decoder) | |
With CODE_COVERAGE builds, we need to collect the coverage data of each iteration in a persistant buffer that has the same size as the regular trace buffer used for fuzzing. We dump this information at the end of the run and when combined with pointer data and module info, this can be used to calculate code coverage. | |||
2024-06-09 | fix no_forkserver mode | vanhauser-thc | |
2024-05-31 | nits | vanhauser-thc | |
2024-05-14 | change MAX_FILE to fsrv->max_length | nj00001 | |
2024-04-25 | fix AFL_PERSISTENT_RECORD | vanhauser-thc | |
2024-04-19 | nits | vanhauser-thc | |
2024-04-13 | Merge pull request #2027 from choller/nyx-handler-fix | van Hauser | |
Add optional handling of Nyx InvalidWriteToPayload event | |||
2024-04-09 | fix shared memory test cases | vanhauser-thc | |
2024-03-06 | likely | vanhauser-thc | |
2024-03-06 | Add optional handling of Nyx InvalidWriteToPayload event | Christian Holler (:decoder) | |
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-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 | Be specific about the unit of time | Leon Weiß | |
2024-02-09 | fix | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-08 | Merge branch '420' into dev | van Hauser | |
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-05 | better replay mode error handling, added replay mode documentation, code ↵ | Davide Quarta | |
formatting | |||
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 | 2024 v4.10c release | vanhauser-thc | |
2024-02-01 | final touches for skipdet | vanhauser-thc | |
2024-01-30 | fix | vanhauser-thc | |
2024-01-30 | new forkserver check | vanhauser-thc | |
2024-01-23 | replay mode support | Davide Quarta | |
2023-11-22 | Pass correct Nyx ID when creating a Nyx runner | Christian Holler (:decoder) | |
2023-10-20 | Use proper AFL_NYX_AUX_SIZE for nyx_aux_string | Christian Holler (:decoder) | |
2023-09-08 | fix cmplog forkserver kill signal | vanhauser-thc | |
2023-08-04 | Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. | Jesse Schwartzentruber | |
2023-08-04 | update the old nyx env var naming scheme | Sergej Schumilo | |
(to have a more consistent naming overall) | |||
2023-08-04 | nits | vanhauser-thc | |
2023-08-03 | make nyx aux buffer size configurable | Sergej Schumilo | |
2023-07-10 | nits | vanhauser-thc | |
2023-05-31 | switch user mailinglist reference to discord | vanhauser-thc | |
2023-04-27 | afl++ -> AFL++ | vanhauser-thc | |
2023-04-16 | hidden -Y option for nyx, code format | vanhauser-thc | |
2023-04-16 | pass absolute paths to libnyx | Sergej Schumilo | |