Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-01 | unittest for prealloc added | Dominik Maier | |
2020-04-01 | Merge branch 'master' of github.com:aflplusplus/aflplusplus into dev | Dominik Maier | |
2020-04-01 | fix ASAN check | van Hauser | |
2020-04-01 | fix ASAN bulid for old gcc versions | Dominik Maier | |
2020-04-01 | fixed asan mem limit | Dominik Maier | |
2020-04-01 | disable memory limits for ASAN build | van Hauser | |
2020-04-01 | fix cmocka fixup | hexcoder- | |
2020-04-01 | cmocka mocks | Dominik Maier | |
2020-04-01 | mocking cmocka 1 for cmocka 0.x | Dominik Maier | |
2020-04-01 | old cmocka is old | Dominik Maier | |
2020-04-01 | add assert_ptr_equal fallback | Dominik Maier | |
2020-04-01 | typo fix | Dominik Maier | |
2020-04-01 | docs | Dominik Maier | |
2020-04-01 | next_p2 replaced by next_pow2 | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | one less alloc | Dominik Maier | |
2020-04-01 | minor changes | Dominik Maier | |
2020-04-01 | fixed docu | Dominik Maier | |
2020-04-01 | try to fix forkserver | Dominik Maier | |
2020-04-01 | fix gcc | van Hauser | |
2020-04-01 | reenabled custom mutator report | Dominik Maier | |
2020-04-01 | travis: dont fail on custom mutator - currently | van Hauser | |
2020-04-01 | fix unit test compilation | van Hauser | |
2020-04-01 | make travis happy | Dominik Maier | |
2020-04-01 | fixed bug in cmplog | Dominik Maier | |
2020-04-01 | src doku is now markdown | Dominik Maier | |
2020-04-01 | dropped make switches | Dominik Maier | |
2020-04-01 | enabled fortify source | Dominik Maier | |
2020-04-01 | Update regexp.dict | Dhiraj Mishra | |
2020-04-01 | Update regexp.dict | Dhiraj Mishra | |
2020-04-01 | tiny fixes | Dominik Maier | |
2020-04-01 | fix ubuntu cmocka pkgname | Dominik Maier | |
2020-04-01 | mutator docs | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | added unittests to test.sh | Dominik Maier | |
2020-04-01 | added unit target to make help and README | van Hauser | |
2020-04-01 | Add test cases for the custom mutator (#276) | Shengtuo Hu | |
* Minor update * Fix the soft link of `afl-clang-fast++` * Add a test case for the custom mutator - Update the Makefile in examples/custom_mutators - Add a test program for testing the custom mutator - Update test.sh for testing the custom mutator - [TODO] Update the result checking criterias of the custom mutator in test.sh * Fix nullptr in the custom mutator * Fix typo * Fix invalid memory access bug in `afl_custom_pre_save` of example.c * example.py: add deinit() * python mutator: fix nullptr for python mutator data * test.sh: "trusty-amd64" does not work well with "realpath". Use "readlink -f" for Ubuntu instead. * Fix heap allocation bug - Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed * test.sh: redirect command line output * afl-fuzz-one.c: minor update Co-authored-by: Dominik Maier <domenukk@gmail.com> | |||
2020-04-01 | fixed testcase | Dominik Maier | |
2020-04-01 | fixed example | Dominik Maier | |
2020-04-01 | afl-fuzz-one.c: minor update | h1994st | |
2020-04-01 | test.sh: redirect command line output | h1994st | |
2020-04-01 | Fix heap allocation bug | h1994st | |
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed | |||
2020-04-01 | test.sh: "trusty-amd64" does not work well with "realpath". Use | h1994st | |
"readlink -f" for Ubuntu instead. | |||
2020-04-01 | python mutator: fix nullptr for python mutator data | h1994st | |
2020-04-01 | example.py: add deinit() | h1994st | |
2020-04-01 | Fix invalid memory access bug in `afl_custom_pre_save` of example.c | h1994st | |
2020-04-01 | Fix typo | h1994st | |
2020-04-01 | rebase | Dominik Maier | |
2020-04-01 | Add a test case for the custom mutator | h1994st | |
- Update the Makefile in examples/custom_mutators - Add a test program for testing the custom mutator - Update test.sh for testing the custom mutator - [TODO] Update the result checking criterias of the custom mutator in test.sh | |||
2020-04-01 | upstream changes | Dominik Maier | |