about summary refs log tree commit diff
path: root/test/test.sh
AgeCommit message (Collapse)Author
2020-06-30Big renaming (#429)van Hauser
* first commit, looks good * fix ascii percentage calc * fix ascii percentage calc * modify txt configs for test * further refinement * Revert "Merge branch 'text_inputs' into dev" This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. * blacklist -> ignore renaming * rename whitelist -> instrumentlist * reduce the time interval in which the secondaries sync Co-authored-by: root <root@localhost.localdomain>
2020-06-25updated unicornaflDominik Maier
2020-06-25remove radamsa, add radamsa custom mutatorvan Hauser
2020-06-23lto whitelist in test.shvan Hauser
2020-06-23fix test.shvan Hauser
2020-06-23Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into devDominik Maier
2020-06-20Fix when env. PATH contains spacesjonasmollerlarsen
2020-06-16fix test.sh for failing unit testshexcoder-
2020-06-10more output in uc-testsDominik Maier
2020-06-09added persistent mode testcaseDominik Maier
2020-05-29Merge pull request #383 from dgmelski/fix-read-timedDominik Maier
Fix read_timed when accumulating short reads
2020-05-28test.sh OpenBSD6.7, 32bit: add 'i386' to known intel stringshexcoder-
2020-05-25tests: add test of compiled compcov binary's functionalityRobert Scott
2020-05-22more test.sh fixesvan Hauser
2020-05-22more test.sh fixesvan Hauser
2020-05-22travis debugvan Hauser
2020-05-22fix test.shvan Hauser
2020-05-15llvm_mode: lower llvm version reqs to 3.4 (LLInsTrim will not behexcoder-
available)
2020-05-14unicornafl: python/module check with faster methodhexcoder-
2020-05-14test unicornafl: copy from build scripthexcoder
2020-05-14Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-05-14test.sh: make sure the right python version (with setuptools available) is ↵hexcoder-
being used
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-12Darwin tests: grep --binary-files=text for laf-intel and skipping of unittestshexcoder-
2020-05-12test/test.sh: prefer python3 over python for unicornafl, avoid realpath and ↵hexcoder-
readlink dependencies
2020-05-12fix custom mutators and add real test casesvan Hauser
2020-05-10final code-format fixes, remove test-multiple-mutators when donevan Hauser
2020-05-08Support 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-05fix crash in AFL_LLVM_LAF_TRANSFORM_COMPARESvan Hauser
2020-04-29test.sh: continue after failed test case qemu persistent modehexcoder-
2020-04-22test.sh: custom mutator test; make it compilable with available instrumentinghexcoder-
compiler
2020-04-19fix some gcc dependencies and build problems on debian 32-Bit,hexcoder-
adapted qemu_mode AFL_ENTRYPOINT test case for 32 bit
2020-04-16fix missing out_fd for cmplog forkserverAndrea Fioraldi
2020-04-13qemu cmplog test.shAndrea Fioraldi
2020-04-12update test.sh to new compcov featuresvan Hauser
2020-04-09merge PR#306 from neoni (thanks), silence test when bash is not foundhexcoder-
2020-04-09fix compilers for empty AFL_CC/AFL_CXX envvan Hauser
2020-04-09fix travis - heiko test your changes on linux pls ;)van Hauser
2020-04-09fix damage in test.shhexcoder-
2020-04-09afl-fuzz: add usage info when no python support is there, use it in test.shhexcoder-
2020-04-01reenabled custom mutator reportDominik Maier
2020-04-01travis: dont fail on custom mutator - currentlyvan Hauser
2020-04-01added unittests to test.shDominik Maier
2020-04-01fixed testcaseDominik Maier
2020-04-01test.sh: redirect command line outputh1994st
2020-04-01test.sh: "trusty-amd64" does not work well with "realpath". Useh1994st
"readlink -f" for Ubuntu instead.
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-01making 'CFLAGS="-m32" make source-only tests' workhexcoder-