Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-18 | fix image build and push | Ruben ten Hove | |
2022-06-18 | clarity | Ruben ten Hove | |
2022-06-18 | code format | vanhauser-thc | |
2022-06-18 | update docs | vanhauser-thc | |
2022-06-18 | Merge pull request #1442 from rhtenhove/more-tags | van Hauser | |
Push both stable and dev | |||
2022-06-18 | update name | Ruben ten Hove | |
2022-06-18 | stable==latest | Ruben ten Hove | |
2022-06-18 | formatting | Ruben ten Hove | |
2022-06-18 | revert previous changes | Ruben ten Hove | |
2022-06-18 | check for empty env var as well | Ruben ten Hove | |
2022-06-18 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | Ruben ten Hove | |
2022-06-18 | Merge pull request #1441 from rhtenhove/noreadme | van Hauser | |
Allow to skip README.txt creation in crashes/ | |||
2022-06-17 | feat: push both dev and stable | Ruben ten Hove | |
2022-06-17 | formatting | Ruben ten Hove | |
2022-06-17 | feat: allow to skip readme creation on crash | Ruben ten Hove | |
2022-06-17 | require value in env | Ruben ten Hove | |
2022-06-14 | typos | hexcoder | |
2022-06-14 | typo | hexcoder | |
2022-06-14 | add line feed at end | hexcoder | |
2022-06-12 | update changelog | vanhauser-thc | |
2022-06-12 | Merge pull request #1437 from Scepticz/patch-2 | van Hauser | |
Fix Byte Decrement Havoc Mutation | |||
2022-06-10 | Fix Byte Decrement Havoc Mutation | Tobias 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-09 | uc update | Dominik Maier | |
2022-06-08 | fix | vanhauser-thc | |
2022-06-08 | honor AFL_MAP_SIZE well outside of afl++ | vanhauser-thc | |
2022-06-06 | remove existing shared modules when installing | vanhauser-thc | |
2022-06-03 | Merge pull request #1431 from devnexen/malloc_good_size_apple_libdislocator | van Hauser | |
libdislocator, introduces malloc_good_size for Darwin. | |||
2022-06-02 | libdislocator, introduces malloc_good_size for Darwin. | David Carlier | |
2022-06-01 | Merge pull request #1430 from devnexen/libdislocator_macos | van Hauser | |
libdislocator on macOS to get memory block size is malloc_size is | |||
2022-05-31 | libdislocator on macOS to get memory block size is malloc_size is | David CARLIER | |
instead. | |||
2022-05-31 | clarify gpl3 | vanhauser-thc | |
2022-05-31 | remove optimin | vanhauser-thc | |
2022-05-27 | Fix 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-27 | afl-cmin: avoid messages with \r when redirection is used | hexcoder- | |
2022-05-27 | Add 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-26 | Add 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-23 | Merge pull request #1420 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-05-23 | update changelog | vanhauser-thc | |
2022-05-23 | disable LTO for llvm 15 :-( | vanhauser-thc | |
2022-05-19 | Merge pull request #1411 from glandium/implicit-int | van Hauser | |
Fix build failures with clang 15 | |||
2022-05-19 | todo | vanhauser-thc | |
2022-05-18 | Merge pull request #1415 from che30122/dev | van Hauser | |
afl->cmplog_binary memory leak problem | |||
2022-05-17 | fix mem leak | che30122 | |
2022-05-16 | Merge pull request #1404 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-05-16 | Merge pull request #1410 from WorksButNotTested/dynamic | van Hauser | |
A few updates | |||
2022-05-16 | Merge pull request #1412 from HexRabbit/fix_make_deps | van Hauser | |
Fix missing dependency | |||
2022-05-16 | Fix missing dependency | HexRabbit | |
add `instrumentation/afl-llvm-common.o` to `SanitizerCoverageLTO.so`'s dependency list | |||
2022-05-13 | Avoid implicit-int error in x86 test with clang 15 | Mike Hommey | |
See https://github.com/llvm/llvm-project/commit/2cb2cd242ca08d0bbd2a51a41f1317442e5414fc | |||
2022-05-12 | Added test for prefetch validation | Your Name | |
2022-05-12 | Validate address space before prefetching | Your Name | |