about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2022-05-23disable LTO for llvm 15 :-(vanhauser-thc
2022-05-19Merge pull request #1411 from glandium/implicit-intvan Hauser
Fix build failures with clang 15
2022-05-19todovanhauser-thc
2022-05-18Merge pull request #1415 from che30122/devvan Hauser
afl->cmplog_binary memory leak problem
2022-05-17fix mem leakche30122
2022-05-16Merge pull request #1404 from AFLplusplus/devvan Hauser
push to stable
2022-05-16Merge pull request #1410 from WorksButNotTested/dynamicvan Hauser
A few updates
2022-05-16Merge pull request #1412 from HexRabbit/fix_make_depsvan Hauser
Fix missing dependency
2022-05-16Fix missing dependencyHexRabbit
add `instrumentation/afl-llvm-common.o` to `SanitizerCoverageLTO.so`'s dependency list
2022-05-13Avoid implicit-int error in x86 test with clang 15Mike Hommey
See https://github.com/llvm/llvm-project/commit/2cb2cd242ca08d0bbd2a51a41f1317442e5414fc
2022-05-12Added test for prefetch validationYour Name
2022-05-12Validate address space before prefetchingYour Name