Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-03-22 | nice -n -20 to commit test script | van Hauser | |
2020-03-22 | fix travis | van Hauser | |
2020-03-22 | add commit test script test/checkcommit.sh | van Hauser | |
2020-03-21 | revert test.sh patch | van Hauser | |
2020-03-21 | test.sh fix | van Hauser | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-21 | avoid calling awk for 'which' replacement, use POSIX 'command -v' instead | hexcoder- | |
2020-03-19 | test.sh: replace 'which' with 'type' | hexcoder- | |
2020-03-15 | fix test failure with qemu compcov | Andrea Fioraldi | |
2020-03-12 | test.sh: make afl-cmin.bash test dependent on bash | hexcoder- | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | this should fix travis | van Hauser | |
2020-03-09 | expanded test-instr to also work with input files via "-f @@" and changed ↵ | van Hauser | |
the test.sh values | |||
2020-03-09 | reactivated LTO persistent mode to test.sh | van Hauser | |
2020-03-05 | added AFL_QUIET - be_quiet to afl-showmap and small changes to test.sh | van Hauser | |
2020-03-05 | Add LTO collision free llvm_mode (#223) | van Hauser | |
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme | |||
2020-02-25 | afl-gcc change -> test.sh | van Hauser | |
2020-02-21 | improve redqueen not looking in orig buf | Andrea Fioraldi | |
2020-02-21 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-02-21 | test compcov and persistent also on arm | Andrea Fioraldi | |
2020-02-21 | no unnecessary warnings in test.sh | van Hauser | |
2020-02-19 | fix test.sh | van Hauser | |