about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2024-12-03Implement AFLRunHuanyao Rong
References: https://github.com/Mem2019/AFLRun/commit/f5bb87f78ef1 References: https://github.com/Mem2019/AFLRun/commit/3af5f11b5644
2023-01-054.05c releasevanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-12-20hide queue introspection behind definevanhauser-thc
2022-12-12add cmplog envsvanhauser-thc
2022-11-18write queue statisticsvanhauser-thc
2022-11-14Merge pull request #1580 from guyf2010/devvan Hauser
Add option for random cmplog colorization
2022-11-14fix pythonvanhauser-thc
2022-11-14fix pythonvanhauser-thc
2022-11-13Add option for random cmplog colorizationguyf2010
2022-11-11afl_custom_fuzz_send addedvanhauser-thc
2022-10-30add envvanhauser-thc
2022-10-29fix fork server kill signals for qemu, unicorn and nyx modevanhauser-thc
2022-10-24changelog updatevanhauser-thc
2022-10-24AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblityNils Bars
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value.
2022-10-21Add 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-10-20Fix child reaping on fuzzer terminationNils Bars
This commit contains the following changes: - Call `waitpid()` on the child and the fork server when terminating the fuzzer; thus, we do not end up with zombies. - Rename `fsrv.kill_signal` to `fsrv.child_kill_signal`, since the documentation states that the signal is used to terminate the *child*. - Use SIGTERM instead of fsrv.(child)_kill_signal, thus the fork server can always reap the child.
2022-10-11v4.05a initvanhauser-thc
2022-10-11v4.04cvanhauser-thc
2022-09-204.04a initvanhauser-thc
2022-09-194.03cvanhauser-thc
2022-08-19Change map size dummy value.Eli Kobrin
2022-08-19shorter calibrationvanhauser-thc
2022-08-18better no dry runvanhauser-thc
2022-08-14add AFL_NO_STARTUP_CALIBRATION featurevanhauser-thc
2022-08-09add env varvanhauser-thc
2022-08-084.03avanhauser-thc
2022-08-084.02cvanhauser-thc
2022-08-04Changes to add option for absolute coverage dataYour Name
2022-07-29Added framework for logging register contents at the end of each basic blockYour Name
2022-07-12clang format 14vanhauser-thc
2022-06-28init new dev releasevanhauser-thc
2022-06-27prepare releasevanhauser-thc
2022-06-17formattingRuben ten Hove
2022-06-17feat: allow to skip readme creation on crashRuben ten Hove
2022-05-27Add 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-09support post_process's own return buffervanhauser-thc
2022-05-02fix token usage in normal and MOpt modevanhauser-thc
2022-04-28Properly null CmpLog map in deinit (#1395)che30122
Co-authored-by: van Hauser <vh@thc.org>
2022-04-22try repeating writevanhauser-thc
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-03fix pizza modevanhauser-thc
2022-04-03Merge pull request #1374 from CarloMara/stablevan Hauser
Add new mode to AFLplusplus
2022-04-02Fix dyslexia and clang formatCarlo Maragno
2022-04-01Fix layoutCarlo Maragno
2022-04-01Add basic support for Italian usersCarlo Maragno
2022-03-08Merge pull request #1347 from WorksButNotTested/cachevan Hauser
Add global caching of block translation to instrumentation
2022-03-04code formatvanhauser-thc
2022-03-04write nyx crash logs to AFL++ work directorySergej Schumilo
2022-02-18Add global caching of block translation to instrumentationYour Name