about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2022-07-24code format with clang-format-14yuawn
2022-07-24fix sentence & code formatyuawn
2022-07-24fix message overflowyuawn
2022-07-21fix pizza modevanhauser-thc
2022-07-19remove debugvanhauser-thc
2022-07-19fixvanhauser-thc
2022-07-19fixvanhauser-thc
2022-07-19post_process 0/NULL return supportvanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-07-11nitvanhauser-thc
2022-07-11nitvanhauser-thc
2022-07-07fix double free on exit for -c 0 on src cmplogvanhauser-thc
2022-07-04Merge pull request #1466 from rhtenhove/cpubindvan Hauser
feat: show bound cpu
2022-07-04cmplog support for gcc_plugin by adacorevanhauser-thc
2022-06-30feat: show bound cpuRuben ten Hove
2022-06-28nitsvanhauser-thc
2022-06-28added back missing memcpy to python mutatorsDominik Maier
2022-06-28Python mutators: Gracious error handling for illegal return type (#1464)Dominik Maier
* python types error handling * reverted example change * more python * format
2022-06-20nitsvanhauser-thc
2022-06-18clarityRuben ten Hove
2022-06-18formattingRuben ten Hove
2022-06-18revert previous changesRuben ten Hove
2022-06-18check for empty env var as wellRuben ten Hove
2022-06-18Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devRuben ten Hove
2022-06-17formattingRuben ten Hove
2022-06-17feat: allow to skip readme creation on crashRuben ten Hove
2022-06-17require value in envRuben ten Hove
2022-06-12Merge pull request #1437 from Scepticz/patch-2van Hauser
Fix Byte Decrement Havoc Mutation
2022-06-10Fix Byte Decrement Havoc MutationTobias 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-06-08honor AFL_MAP_SIZE well outside of afl++vanhauser-thc
2022-05-27Fix wrong memchr size in android (#1429)Luca Di Bartolomeo
Need to fix this otherwise ASAN will always complain about heap buffer overflows and refuse to run. Co-authored-by: van Hauser <vh@thc.org>
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-18Merge pull request #1415 from che30122/devvan Hauser
afl->cmplog_binary memory leak problem
2022-05-17fix mem leakche30122
2022-05-10fix effector map calculationvanhauser-thc
2022-05-09fixvanhauser-thc
2022-05-09support post_process's own return buffervanhauser-thc
2022-05-06large shared segment optimisation (in TEST_MMAP mode)David CARLIER
for FreeBSD supporting such feature. Grabbing the first kind which fit the needed size otherwise falling back to the classic shared segment allocation.
2022-05-02fixvanhauser-thc
2022-05-02fix mopt random selectionvanhauser-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-28update afl-sharedmem.cche30122
2022-04-25code formatvanhauser-thc
2022-04-20fix instrumentation for -Werror,-Wunused-but-set-variableJesse Schwartzentruber
`used` is so it isn't optimized out. `unused` is to avoid the warning.
2022-04-20use passthrough mode for wasmJesse Schwartzentruber
2022-04-18fix msgvanhauser-thc
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-08correct counting for tmoutsvanhauser-thc
2022-04-07save timeoutsvanhauser-thc