about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-07-07fixesvanhauser-thc
2022-07-07fix double free on exit for -c 0 on src cmplogvanhauser-thc
2022-07-07add missing laf compare split predicatesvanhauser-thc
2022-07-04fixvanhauser-thc
2022-07-04nitsvanhauser-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-28init new dev releasevanhauser-thc
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-27Merge pull request #1462 from bostick/patch-1van Hauser
Update afl-system-config
2022-06-27Update afl-system-configBrenton Bostick
System Integration Protection -> System Integrity Protection
2022-06-27prepare releasevanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-21Merge pull request #1450 from jrozner/add-22.04-to-civan Hauser
Update workflows to ubuntu 22.04
2022-06-20nitsvanhauser-thc
2022-06-19Update workflows to ubuntu 22.04Joe Rozner
22.04 is the most recent LTS release and the official docker container is running on it. It probably makes sense to run the unit tests on that as well.
2022-06-18Merge pull request #1440 from rhtenhove/devvan Hauser
require value in env variables
2022-06-18Merge pull request #1447 from rhtenhove/more-tagsvan Hauser
fixes github actions
2022-06-18fully qualified namesRuben ten Hove
2022-06-18add tagged releasesRuben ten Hove
2022-06-18add stable tag to docsRuben ten Hove
2022-06-18fix image build and pushRuben ten Hove
2022-06-18clarityRuben ten Hove
2022-06-18code formatvanhauser-thc
2022-06-18update docsvanhauser-thc
2022-06-18Merge pull request #1442 from rhtenhove/more-tagsvan Hauser
Push both stable and dev
2022-06-18update nameRuben ten Hove
2022-06-18stable==latestRuben 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-18Merge pull request #1441 from rhtenhove/noreadmevan Hauser
Allow to skip README.txt creation in crashes/
2022-06-17feat: push both dev and stableRuben 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-14typoshexcoder
2022-06-14typohexcoder
2022-06-14add line feed at endhexcoder
2022-06-12update changelogvanhauser-thc
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-09uc updateDominik Maier
2022-06-08fixvanhauser-thc