[libFuzzer] compute base64 in-process instead of using an external lib. Since libFuzz...
[oota-llvm.git] / lib / Fuzzer / test / FuzzerUnittest.cpp
2015-12-04 Kostya Serebryany[libFuzzer] compute base64 in-process instead of using...
2015-09-08 Kostya Serebryany[libFuzzer] add one more mutator: Mutate_ChangeASCIIInteger
2015-09-04 Kostya Serebryany[libFuzzer] actually make the dictionaries work (+docs)
2015-09-03 Kostya Serebryany[libFuzzer] refactor the mutation functions so that...
2015-09-03 Kostya Serebryany[libFuzzer] adding a parser for AFL-style dictionaries...
2015-08-06 Kostya Serebryany[libFuzzer] add one more mutation strategy: byte shuffling
2015-08-01 Kostya Serebryany[libFuzzer] more refactoring of the Mutator and adding...
2015-08-01 Kostya Serebryany[libFuzzer] start refactoring the Mutator and adding...
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-05-22 Kostya Serebryany[lib/Fuzzer] extend the fuzzer interface to allow user...
2015-05-14 Kostya Serebryany[lib/Fuzzer] Add SHA1 implementation from public domain.
2015-05-06 Kostya Serebryany[lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneIn...
2015-01-30 Kostya Serebryany[fuzzer] Add a gtest-style test