aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-07-29Fix message before every LLVMFuzzerTestOneInputVitaly Buka
2020-04-10Add missing #include <iostream>Vitaly Buka
2020-04-09Add missing #include <iostream>Jorg Brown
2020-02-04Implement Any supportVitaly Buka
2020-02-04Add google.protobuf.Any into test messagesVitaly Buka
2019-09-06Move registration in function scope static variableVitaly Buka
2019-09-06Replace Custom mutations with mutation post processingVitaly Buka
2018-11-27added missing newlines to two CMakeLists.txt filesChristian Hartlage
2018-11-27surrounded modifications to the "check" target with tests for LIB_PROTO_MUTAT...Christian Hartlage
2018-03-06Disable libFuzzer len_control.Vitaly Buka
2017-10-16Return LIB_PROTO_MUTATOR_FUZZER_LIBRARIES as it's used by OSS-fuzzVitaly Buka
2017-10-16Remove reference to LIB_PROTO_MUTATOR_FUZZER_LIBRARIES and set -fsanitize-cov...Vitaly Buka
2017-10-16Switch to -fsanitize=fuzzerVitaly Buka
2017-07-14Add workaround for expat entropy check.Vitaly Buka
2017-06-05Make argument name in cc the same as in h file.Vitaly Buka
2017-06-05Switch xml fuzzers to DEFINE_PROTO_FUZZER macro and delete unused code.Vitaly Buka
2017-06-05Add macros for simple fuzzer implementation.Vitaly Buka
2017-06-05Fix lint warningsVitaly Buka
2017-06-05Impact of this optimization was small but it makes example less clear.Vitaly Buka
2017-06-05Move out xml code from libprotobuf-mutator sources into examples.Vitaly Buka
2017-03-16Don't check for memory leaks in fuzzer tests.Vitaly Buka
2017-03-13Add xmlSaveToBuffer to libxml fuzzer.Vitaly Buka
2017-03-06Return prefixes into filenames to avoid issues with Chromium builds.Vitaly Buka
2017-03-06Rename protobuf_mutator::ProtobufMutator into protobuf_mutator::MutatorVitaly Buka
2017-03-06Remove prefixes from some files. It's already in the path.Vitaly Buka
2017-03-06Move libfuzzer stuff into src/libfuzzerVitaly Buka
2017-03-06Split binary and text serialization.Vitaly Buka
2017-03-01Restore more interesting version of the test.Vitaly Buka
2017-03-01Suppress protobuf logs.Vitaly Buka
2017-02-27Reformat.Vitaly Buka
2017-02-27Extract FuzzerTest to reuse test code.Vitaly Buka
2017-02-27Support binary serialization of protos.Vitaly Buka
2017-02-27Hide namespace alias protobuf into protobuf_mutator namespace.Vitaly Buka
2017-02-27Remove unnecessary argument from MutateTextMessage and CrossOverTextMessages.Vitaly Buka
2017-02-26Move flattening into CrossOver.Vitaly Buka
2017-02-26Integrate CrossOver into XML examples.Vitaly Buka
2017-02-26Integrate CrossOver into libFuzzer example.Vitaly Buka
2017-02-25Move port dir to the topVitaly Buka
2017-02-24Fix path to gtest include.Vitaly Buka
2017-02-22Add src/port for integration flexibility.Vitaly Buka
2017-02-17Split root CmakeLists.txt into smaller nested ones.Vitaly Buka
2017-02-08Disable libxml2 options which can cause fuzzing hangs.Vitaly Buka
2017-02-08Rename tests and reduce expected corpus size in ExpatExampleTest.FuzzVitaly Buka
2017-02-06Add expat fuzzerVitaly Buka
2017-02-04Add more build options to simplify intergration with OSS-FuzzVitaly Buka
2017-02-04Add LIB_PROTO_MUTATOR_XML2_NO_FLATTENING to disable flatteningVitaly Buka
2017-02-03Move xml code which does not depend on libxml2 into src/xml dir.Vitaly Buka
2017-02-03Add libxml fuzzerVitaly Buka
2017-01-30Fix text flakinessVitaly Buka
2017-01-30clang-formatVitaly Buka