about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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.
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
2022-06-08honor AFL_MAP_SIZE well outside of afl++vanhauser-thc
2022-06-06remove existing shared modules when installingvanhauser-thc
2022-06-03Merge pull request #1431 from devnexen/malloc_good_size_apple_libdislocatorvan Hauser
libdislocator, introduces malloc_good_size for Darwin.
2022-06-02libdislocator, introduces malloc_good_size for Darwin.David Carlier
2022-06-01Merge pull request #1430 from devnexen/libdislocator_macosvan Hauser
libdislocator on macOS to get memory block size is malloc_size is
2022-05-31libdislocator on macOS to get memory block size is malloc_size isDavid CARLIER
instead.
2022-05-31clarify gpl3vanhauser-thc
2022-05-31remove optiminvanhauser-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-27afl-cmin: avoid messages with \r when redirection is usedhexcoder-
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-26Add automaton parser (#1426)yihellen
* have compilable program * enable read in file * add hashmap usage * add build hashmap; WIP; test if constructed correctly tomorrow * add testcase to test hashmap * add sorted symbols list * build symbols dictionary * clean up DEBUG * successfully find automaton path * fix all memory leaks * test if automaton same with example * able to iterate through files in a folder * finish testing on one random queue wip - change macro values - add bound checking * add bound checking to program length * add bound checking to program walk length * add boundary check to terminal number, terminal lengths and program length * commit test makefile * add makefile * able to add seeds to gramatron * remove useless argument in automaton_parser * add automaton parser to gramfuzz * change build * revert test.c to original state * add makefile to test.c for testing
2022-05-23Merge pull request #1420 from AFLplusplus/devvan Hauser
push to stable
2022-05-23update changelogvanhauser-thc