Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | fix gcc | van Hauser | |
2020-03-31 | reenabled custom mutator report | Dominik Maier | |
2020-03-31 | travis: dont fail on custom mutator - currently | van Hauser | |
2020-03-31 | fix unit test compilation | van Hauser | |
2020-03-31 | make travis happy | Dominik Maier | |
2020-03-31 | fixed bug in cmplog | Dominik Maier | |
2020-03-31 | src doku is now markdown | Dominik Maier | |
2020-03-31 | dropped make switches | Dominik Maier | |
2020-03-31 | enabled fortify source | Dominik Maier | |
2020-03-31 | Update regexp.dict | Dhiraj Mishra | |
2020-03-31 | Update regexp.dict | Dhiraj Mishra | |
2020-03-30 | tiny fixes | Dominik Maier | |
2020-03-30 | fix ubuntu cmocka pkgname | Dominik Maier | |
2020-03-30 | mutator docs | Dominik Maier | |
2020-03-30 | code format | Dominik Maier | |
2020-03-30 | added unittests to test.sh | Dominik Maier | |
2020-03-30 | Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev | Dominik Maier | |
2020-03-30 | 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-03-30 | fixed testcase | Dominik Maier | |
2020-03-30 | added unit target to make help and README | van Hauser | |
2020-03-30 | fixed example | Dominik Maier | |
2020-03-30 | afl-fuzz-one.c: minor update | h1994st | |
2020-03-30 | test.sh: redirect command line output | h1994st | |
2020-03-30 | 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-03-30 | test.sh: "trusty-amd64" does not work well with "realpath". Use | h1994st | |
"readlink -f" for Ubuntu instead. | |||
2020-03-30 | python mutator: fix nullptr for python mutator data | h1994st | |
2020-03-30 | example.py: add deinit() | h1994st | |
2020-03-30 | Fix invalid memory access bug in `afl_custom_pre_save` of example.c | h1994st | |
2020-03-30 | Fix typo | h1994st | |
2020-03-30 | rebase | Dominik Maier | |
2020-03-30 | 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-03-30 | upstream changes | Dominik Maier | |
2020-03-30 | merged dev | Dominik Maier | |
2020-03-30 | added untitest to gitignore | Dominik Maier | |
2020-03-30 | code format | Dominik Maier | |
2020-03-30 | Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev | Dominik Maier | |
2020-03-30 | added unittest for unit_maybe_alloc | Dominik Maier | |
2020-03-30 | regec dict additions | van Hauser | |
2020-03-30 | code cleanup | Dominik Maier | |
2020-03-30 | added read_timed | Dominik Maier | |
2020-03-29 | llvm_mode/Makefile: replace lexical version comparison with a numerical one | hexcoder- | |
2020-03-28 | review adaptions for afl-llvm-pass | hexcoder- | |
2020-03-28 | afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please review | hexcoder- | |
2020-03-28 | .gitignore: add afl-ld and ld | hexcoder- | |
2020-03-28 | qemu_mode: compiler warnings, strncpy() leave one byte for terminator | hexcoder- | |
2020-03-28 | qemu_mode: fix more compiler warnings | hexcoder- | |
2020-03-28 | qemu_mode: silence two compiler warnings | hexcoder- | |
2020-03-28 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2020-03-28 | types.h: silence some compiler warnings regarding redeclaration of | hexcoder- | |
likely/unlikely | |||
2020-03-28 | code format | Dominik Maier | |