about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-07-07Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devRuben ten Hove
2022-07-07fix macos civanhauser-thc
2022-07-07Merge pull request #1468 from waugustus/add-missing-dependenciesvan Hauser
add missing dependencies for "make source-only"
2022-07-07move the apt callAugustus
2022-07-07build nyx in dockervanhauser-thc
2022-07-07fixesvanhauser-thc
2022-07-07add missing dependencies for "make source-only"Augustus
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-04no longer need this lineRuben ten Hove
2022-07-04allow unset env varRuben ten Hove
2022-07-04use env as baseRuben ten Hove
2022-07-04simpler format bin selectorRuben ten Hove
2022-07-04fixvanhauser-thc
2022-07-04check code formatting (#5)rhtenhove
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-28fix test using test specific buildRuben ten Hove
2022-06-28init new dev releasevanhauser-thc
2022-06-28Merge pull request #1438 from AFLplusplus/dev 4.01cvan Hauser
push to stable
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-28check python tooRuben ten Hove
2022-06-27simpler jobsrhtenhove
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-27no need for that line anymoreRuben ten Hove
2022-06-27gctaRuben ten Hove
2022-06-27revert more and global replaceRuben ten Hove
2022-06-27use actorRuben ten Hove
2022-06-27reverts, fixes and even smaller image (#3)rhtenhove
2022-06-27prepare releasevanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-27nitsvanhauser-thc
2022-06-24use container; more is built + tested; use make -i (#2)rhtenhove
2022-06-22concurrency and caching (#1)rhtenhove
* use concurrency * run here too * allow test failure * only push on push * fix coresight mode build * support but disable coresight * woops * no unicorn for arm * update codeql and fix makefile * forgot those * disable forward cache * fix needing buildx Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
2022-06-21arm needs qemu indeedRuben ten Hove
2022-06-21check for package instead of if in dockerRuben ten Hove
2022-06-21just disable nyxRuben ten Hove
2022-06-21separate platformsRuben ten Hove
2022-06-21various changesRuben ten Hove
2022-06-21secure apt key; fix multilibRuben ten Hove
2022-06-21reduce layers, size and complexityRuben ten Hove
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.