Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-10 | final code-format fixes, remove test-multiple-mutators when done | van Hauser | |
2020-05-09 | custom mutator code enhancements and code-format | van Hauser | |
2020-05-08 | Support multiple custom mutators (#282) | Rishi Ranjan | |
* Make a list of custom mutators using env variable * Set up multiple custom mutators * Add destroy custom mutator and changes to load_custom_mutator * Use array instead of list, make changes to afl-fuzz-one for multiple mutators * Make change to fuzz-one custom_queue_get to support multiple mutators * Modify custom python mutator support * Fix bug * Fix missing afl->mutator->data * Revert to list with max count * Change custom_pre_save hook and code format * Free custom_mutator struct in the list * Add testcase for multiple custom mutators * Resolve merge conflict | |||
2020-05-05 | fix unit tests when printf is a macro | hexcoder- | |
2020-05-05 | fix crash in AFL_LLVM_LAF_TRANSFORM_COMPARES | van Hauser | |
2020-04-29 | test.sh: continue after failed test case qemu persistent mode | hexcoder- | |
2020-04-26 | refactored global lists | Dominik Maier | |
2020-04-25 | travis Dockerfiles for testing and debugging | van Hauser | |
2020-04-24 | variable map size fix, error reporting through forkserver, code format | van Hauser | |
2020-04-23 | minor changes | van Hauser | |
2020-04-22 | test.sh: custom mutator test; make it compilable with available instrumenting | hexcoder- | |
compiler | |||
2020-04-19 | fix some gcc dependencies and build problems on debian 32-Bit, | hexcoder- | |
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit | |||
2020-04-16 | Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev | Andrea Fioraldi | |
2020-04-16 | fix missing out_fd for cmplog forkserver | Andrea Fioraldi | |
2020-04-16 | untitest decl | Dominik Maier | |
2020-04-16 | revert test.sh changes | van Hauser | |
2020-04-16 | fix travis for cmpcov | van Hauser | |
2020-04-13 | qemu cmplog test.sh | Andrea Fioraldi | |
2020-04-13 | cmplog forkserver tidying | Dominik Maier | |
2020-04-12 | update test.sh to new compcov features | van Hauser | |
2020-04-12 | local/global var for compare-transform-pass and code-format | van Hauser | |
2020-04-12 | add global and local var support to autodictionary | van Hauser | |
2020-04-09 | merge PR#306 from neoni (thanks), silence test when bash is not found | hexcoder- | |
2020-04-09 | fix compilers for empty AFL_CC/AFL_CXX env | van Hauser | |
2020-04-09 | fix travis - heiko test your changes on linux pls ;) | van Hauser | |
2020-04-09 | fix damage in test.sh | hexcoder- | |
2020-04-09 | afl-fuzz: add usage info when no python support is there, use it in test.sh | hexcoder- | |
2020-04-09 | unit tests cleaning | van Hauser | |
2020-04-09 | fix unit test case for long list | hexcoder- | |
2020-04-09 | list testcase added | Dominik Maier | |
2020-04-09 | added (broken) list test | Dominik Maier | |
2020-04-09 | added prealloc testcase | Dominik Maier | |
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 | minor changes | Dominik Maier | |
2020-04-01 | reenabled custom mutator report | Dominik Maier | |
2020-04-01 | travis: dont fail on custom mutator - currently | van Hauser | |
2020-04-01 | added unittests to test.sh | Dominik Maier | |
2020-04-01 | fixed testcase | Dominik Maier | |
2020-04-01 | test.sh: redirect command line output | h1994st | |
2020-04-01 | test.sh: "trusty-amd64" does not work well with "realpath". Use | h1994st | |
"readlink -f" for Ubuntu instead. | |||
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 | added unittest for unit_maybe_alloc | Dominik Maier | |
2020-04-01 | making 'CFLAGS="-m32" make source-only tests' work | hexcoder- | |
2020-03-22 | a little bit more performance | van Hauser | |