about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-03-31fix gccvan Hauser
2020-03-31reenabled custom mutator reportDominik Maier
2020-03-31travis: dont fail on custom mutator - currentlyvan Hauser
2020-03-31fix unit test compilationvan Hauser
2020-03-31make travis happyDominik Maier
2020-03-31fixed bug in cmplogDominik Maier
2020-03-31src doku is now markdownDominik Maier
2020-03-31dropped make switchesDominik Maier
2020-03-31enabled fortify sourceDominik Maier
2020-03-31Update regexp.dictDhiraj Mishra
2020-03-31Update regexp.dictDhiraj Mishra
2020-03-30tiny fixesDominik Maier
2020-03-30fix ubuntu cmocka pkgnameDominik Maier
2020-03-30mutator docsDominik Maier
2020-03-30code formatDominik Maier
2020-03-30added unittests to test.shDominik Maier
2020-03-30Merge branch 'dev' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-03-30Add 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-30fixed testcaseDominik Maier
2020-03-30added unit target to make help and READMEvan Hauser
2020-03-30fixed exampleDominik Maier
2020-03-30afl-fuzz-one.c: minor updateh1994st
2020-03-30test.sh: redirect command line outputh1994st
2020-03-30Fix 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-03-30test.sh: "trusty-amd64" does not work well with "realpath". Useh1994st
"readlink -f" for Ubuntu instead.
2020-03-30python mutator: fix nullptr for python mutator datah1994st
2020-03-30example.py: add deinit()h1994st
2020-03-30Fix invalid memory access bug in `afl_custom_pre_save` of example.ch1994st
2020-03-30Fix typoh1994st
2020-03-30rebaseDominik Maier
2020-03-30Add 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-03-30upstream changesDominik Maier
2020-03-30merged devDominik Maier
2020-03-30added untitest to gitignoreDominik Maier
2020-03-30code formatDominik Maier
2020-03-30Merge branch 'dev' of github.com:aflplusplus/aflplusplus into devDominik Maier
2020-03-30added unittest for unit_maybe_allocDominik Maier
2020-03-30regec dict additionsvan Hauser
2020-03-30code cleanupDominik Maier
2020-03-30added read_timedDominik Maier
2020-03-29llvm_mode/Makefile: replace lexical version comparison with a numerical onehexcoder-
2020-03-28review adaptions for afl-llvm-passhexcoder-
2020-03-28afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please reviewhexcoder-
2020-03-28.gitignore: add afl-ld and ldhexcoder-
2020-03-28qemu_mode: compiler warnings, strncpy() leave one byte for terminatorhexcoder-
2020-03-28qemu_mode: fix more compiler warningshexcoder-
2020-03-28qemu_mode: silence two compiler warningshexcoder-
2020-03-28Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-03-28types.h: silence some compiler warnings regarding redeclaration ofhexcoder-
likely/unlikely
2020-03-28code formatDominik Maier