about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-04-01unittest for prealloc addedDominik Maier
2020-04-01Merge branch 'master' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-04-01fix ASAN checkvan Hauser
2020-04-01fix ASAN bulid for old gcc versionsDominik Maier
2020-04-01fixed asan mem limitDominik Maier
2020-04-01disable memory limits for ASAN buildvan Hauser
2020-04-01fix cmocka fixuphexcoder-
2020-04-01cmocka mocksDominik Maier
2020-04-01mocking cmocka 1 for cmocka 0.xDominik Maier
2020-04-01old cmocka is oldDominik Maier
2020-04-01add assert_ptr_equal fallbackDominik Maier
2020-04-01typo fixDominik Maier
2020-04-01docsDominik Maier
2020-04-01next_p2 replaced by next_pow2Dominik Maier
2020-04-01code formatDominik Maier
2020-04-01one less allocDominik Maier
2020-04-01minor changesDominik Maier
2020-04-01fixed docuDominik Maier
2020-04-01try to fix forkserverDominik Maier
2020-04-01fix gccvan Hauser
2020-04-01reenabled custom mutator reportDominik Maier
2020-04-01travis: dont fail on custom mutator - currentlyvan Hauser
2020-04-01fix unit test compilationvan Hauser
2020-04-01make travis happyDominik Maier
2020-04-01fixed bug in cmplogDominik Maier
2020-04-01src doku is now markdownDominik Maier
2020-04-01dropped make switchesDominik Maier
2020-04-01enabled fortify sourceDominik Maier
2020-04-01Update regexp.dictDhiraj Mishra
2020-04-01Update regexp.dictDhiraj Mishra
2020-04-01tiny fixesDominik Maier
2020-04-01fix ubuntu cmocka pkgnameDominik Maier
2020-04-01mutator docsDominik Maier
2020-04-01code formatDominik Maier
2020-04-01added unittests to test.shDominik Maier
2020-04-01added unit target to make help and READMEvan Hauser
2020-04-01Add 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-01fixed testcaseDominik Maier
2020-04-01fixed exampleDominik Maier
2020-04-01afl-fuzz-one.c: minor updateh1994st
2020-04-01test.sh: redirect command line outputh1994st
2020-04-01Fix heap allocation bugh1994st
- 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-01test.sh: "trusty-amd64" does not work well with "realpath". Useh1994st
"readlink -f" for Ubuntu instead.
2020-04-01python mutator: fix nullptr for python mutator datah1994st
2020-04-01example.py: add deinit()h1994st
2020-04-01Fix invalid memory access bug in `afl_custom_pre_save` of example.ch1994st
2020-04-01Fix typoh1994st
2020-04-01rebaseDominik Maier
2020-04-01Add a test case for the custom mutatorh1994st
- 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-01upstream changesDominik Maier