- 97eb20e Remove dependency on bazel_common by Fabian Meumertzheim · 3 years, 1 month ago
- bffc1b3 README for autofuzz by Khaled Yakdan · 3 years, 1 month ago
- 7789571 Enable globbing for exceptions to be ignored, e.g., --autofuzz_ignore="java.lang.*" by Khaled Yakdan · 3 years, 1 month ago
- af4ca0b Improve error messages in Autofuzz fuzz target by Fabian Meumertzheim · 3 years, 1 month ago
- b13b2c9 Only rescan classpath once before erroring out by Fabian Meumertzheim · 3 years, 1 month ago
- 29a221a Make Jazzer constructor private by Fabian Meumertzheim · 3 years, 1 month ago
- 265e9d2 Remove unused Maven dependency by Fabian Meumertzheim · 3 years, 1 month ago
- 00f81f7 Improve Autofuzz' fuzzer byte budget handling by Fabian Meumertzheim · 3 years, 1 month ago
- d474119 Adapt replayer test for Windows by Fabian Meumertzheim · 3 years, 1 month ago
- f14bd5d Rescan the classpath when seeing many AutofillConstructionExceptions by Fabian Meumertzheim · 3 years, 1 month ago
- b9ff393 Explain the purpose of YourAverageJavaClass by Fabian Meumertzheim · 3 years, 1 month ago
- bbb1014 Improve flag descriptions of --autofuzz and --keep_going by Fabian Meumertzheim · 3 years, 1 month ago
- 3c45ad0 Sort the return values of reflection methods by Fabian Meumertzheim · 3 years, 1 month ago
- 14b4ca4 Replace isAssignableFrom checks with explicit classes by Fabian Meumertzheim · 3 years, 1 month ago
- c3b6a1a Fix invalid arguments in push_all.sh by Fabian Meumertzheim · 3 years, 1 month ago
- 5f509bf Add a script that updates and pushes all images by Fabian Meumertzheim · 3 years, 1 month ago
- 9ca63f4 Add cifuzz/jazzer-autofuzz image by Fabian Meumertzheim · 3 years, 1 month ago
- 387398b Prevent early libFuzzer exits by replaying initial coverage for two runs by Fabian Meumertzheim · 3 years, 1 month ago
- fab0333 Return meaningful Class, Method, and Constructor instances by Fabian Meumertzheim · 3 years, 1 month ago
- 7a4b2ff Explicitly use system ClassLoader to load classes by Fabian Meumertzheim · 3 years, 1 month ago
- fa9ef28 Add a call-to-action trailer to all AutofuzzErrors by Fabian Meumertzheim · 3 years, 1 month ago
- ee1b4bd Autoclose Closeables returned by autofuzz by Fabian Meumertzheim · 3 years, 1 month ago
- fe90d4a Allow fuzzing constructors by Fabian Meumertzheim · 3 years, 1 month ago
- aa60a2e Add an --autofuzz_ignore flag to ignore exception classes by Fabian Meumertzheim · 3 years, 1 month ago
- 908ee7f Do not find our own classes by Fabian Meumertzheim · 3 years, 1 month ago
- 2fca962 Fix NullPointerException when autofuzzing member functions by Fabian Meumertzheim · 3 years, 1 month ago
- e824bad Clean the stack traces of findings by Fabian Meumertzheim · 3 years, 1 month ago
- eff8206 Add autofuzz debug mode by Fabian Meumertzheim · 3 years, 1 month ago
- 11ad081 Cache more things in the builder case by Fabian Meumertzheim · 3 years, 1 month ago
- 8a1a413 More informative error message in case of no implementing class by Fabian Meumertzheim · 3 years, 1 month ago
- aada4f8 Sometimes return null for non-primitive types by Fabian Meumertzheim · 3 years, 1 month ago
- b26fdf6 Allow selecting a particular method for Autofuzz by Fabian Meumertzheim · 3 years, 1 month ago
- 9a804bb Handle creating classes with a default constructor and setter methods by Khaled Yakdan · 3 years, 1 month ago
- 65b3309 add the functionality to pick multiple values from a collection or array to the FuzzedDataProvider by Khaled Yakdan · 3 years, 1 month ago
- bebc491 Create object with nested builder class by Khaled Yakdan · 3 years, 1 month ago
- 8ffc98f Implement --autofuzz option in the driver by Fabian Meumertzheim · 3 years, 1 month ago
- 7f7f6b1 Implement the autofuzz fuzz target by Fabian Meumertzheim · 3 years, 1 month ago
- c6908c8 Make target_class optional in java_fuzz_target_test by Fabian Meumertzheim · 3 years, 1 month ago
- bc8cb46 Create Objects from classes implementing an interface by Khaled Yakdan · 3 years, 1 month ago
- 8311978 refactor CannedFuzzedDataProvider so that it can is useful for multiple tests by Khaled Yakdan · 3 years, 1 month ago
- b850995 Add basic generic autofuzz and consume functionality by Fabian Meumertzheim · 3 years, 2 months ago
- 902bd22 Also build the replayer for Windows by Fabian Meumertzheim · 3 years, 1 month ago
- 7aa82bc Add sanitizer for expression language injection (#203) by simonresch · 3 years, 1 month ago
- 37526a7 Skip replayer test on Windows by Fabian Meumertzheim · 3 years, 1 month ago
- e0b2efa Mention Windows support in the README by Fabian Meumertzheim · 3 years, 1 month ago
- 24069c3 BREAKING: Use OS-specific classpath separator to split jvm_args by Fabian Meumertzheim · 3 years, 1 month ago
- 818a503 Return native path to temp file in driver by Fabian Meumertzheim · 3 years, 1 month ago
- 0929219 Split agent arguments by ; instead of : on Windows by Fabian Meumertzheim · 3 years, 1 month ago
- 34784b7 Adapt inline asm for Windows by Fabian Meumertzheim · 3 years, 1 month ago
- 5a3da22 Look up runfiles in driver tests by Fabian Meumertzheim · 3 years, 1 month ago
- 9dd7a5e Fix Windows test failures due to missing instrument agent lib by Fabian Meumertzheim · 3 years, 1 month ago
- cfaf603 Adapt rlocation to Windows in fuzz target test wrapper by Fabian Meumertzheim · 3 years, 1 month ago
- 30730a6 Fix native library tests on Windows by Fabian Meumertzheim · 3 years, 1 month ago
- 994be11 Work around Bazel's header dependency check failing on asan_blacklist.txt by Fabian Meumertzheim · 3 years, 1 month ago
- e3bf614 Statically link MSVCRT by Fabian Meumertzheim · 3 years, 1 month ago
- 9a4fd55 Add Windows linkopts for sanitizer builds by Fabian Meumertzheim · 3 years, 1 month ago
- a0b181b Add copts and linkopts for Windows by Fabian Meumertzheim · 3 years, 1 month ago
- b30fcfa Replace SIGUSR1 with SIGTERM on Windows by Fabian Meumertzheim · 3 years, 1 month ago
- db4b600 Force clang-cl on Windows by Fabian Meumertzheim · 3 years, 1 month ago
- 4f92739 Use target_compatible_with instead of filters by Fabian Meumertzheim · 3 years, 1 month ago
- 1ab9344 Run CI tests for Windows by Fabian Meumertzheim · 3 years, 3 months ago
- da63aef Add re2j finding by Fabian Meumertzheim · 3 years, 1 month ago
- 9718849 Remove explicit LD_LIBRARY_PATH from cifuzz/jazzer by Fabian Meumertzheim · 3 years, 1 month ago
- 5521236 Add a stand-alone replayer by Fabian Meumertzheim · 3 years, 4 months ago
- 7907a8b Extract FuzzedDataProvider into a stand-alone cc_library by Fabian Meumertzheim · 3 years, 4 months ago
- 27b15be Use rules_jni by Fabian Meumertzheim · 3 years, 1 month ago
- c470f96 Recreate DefaultInfo instead of forwarding it by Fabian Meumertzheim · 3 years, 1 month ago
- 03dc414 Drop explicit --agent_path argument in tests by Fabian Meumertzheim · 3 years, 1 month ago
- faaad94 Fix incorrect exit code in failure case by Fabian Meumertzheim · 3 years, 1 month ago
- 086e5ee Fix std::pair comparison type mismatch by Fabian Meumertzheim · 3 years, 1 month ago
- 5e8a1d0 Link jazzer binaries mostly statically by Fabian Meumertzheim · 3 years, 1 month ago
- eca7008 Explicitly convert filesystem::path to string by Fabian Meumertzheim · 3 years, 1 month ago
- c2039f2 Do not use uniform_int_distribution<char> by Fabian Meumertzheim · 3 years, 1 month ago
- 554bfe4 Replace uses of dlsym and weak symbols by Fabian Meumertzheim · 3 years, 1 month ago
- 50d1f37 Add missing include by Fabian Meumertzheim · 3 years, 1 month ago
- f01953a Do not use @rules_java and @rules_cc by Fabian Meumertzheim · 3 years, 1 month ago
- 3cf9618 Reorder WORKSPACE.bazel by Fabian Meumertzheim · 3 years, 1 month ago
- 4a3a639 Wrap kt_jvm_test in java_test for Windows compatibility by Fabian Meumertzheim · 3 years, 1 month ago
- 3afd0a6 Update to Kotlin 1.5 by Fabian Meumertzheim · 3 years, 1 month ago
- 889acea Revert "Do not reexport symbols from repositories.bzl" by Fabian Meumertzheim · 3 years, 1 month ago
- cdb2d87 Do not reexport symbols from repositories.bzl by Fabian Meumertzheim · 3 years, 1 month ago
- a7c816b Restore compatibility with Kotlin 1.5 by Fabian Meumertzheim · 3 years, 1 month ago
- a8b443c Optimize GC for high throughput (#189) by Fabian Meumertzheim · 3 years, 2 months ago
- 3e0e4f1 Reorganize README and fix typo by Fabian Meumertzheim · 3 years, 2 months ago
- caea023 Provide a distroless Docker image by Fabian Meumertzheim · 3 years, 2 months ago
- c91c0cc Report coverage for all classes on the classpath by Fabian Meumertzheim · 3 years, 2 months ago
- 6d34701 Move ClassNameGlobber into instrumentor library by Fabian Meumertzheim · 3 years, 2 months ago
- 48e1cfd Fix regionMatches hook handling of regions exceeding the strings by Fabian Meumertzheim · 3 years, 2 months ago
- 239b9b9 Simplify visibility in CoverageRecorder by Fabian Meumertzheim · 3 years, 2 months ago
- a1bca7b Shade the Kotlin stdlib in the agent by Fabian Meumertzheim · 3 years, 2 months ago
- 5d9848c Print JVM stack traces on timeouts by Fabian Meumertzheim · 3 years, 2 months ago
- 28f917e Update Bazel to 4.2.1 by Fabian Meumertzheim · 3 years, 2 months ago
- 54347de Replace resource_jars with runtime_deps by Fabian Meumertzheim · 3 years, 2 months ago
- 18cacc3 Make dumpJacocoCoverage public by Fabian Meumertzheim · 3 years, 2 months ago
- edbde87 Move Jsoup finding to the top of the table by 0roman · 3 years, 3 months ago
- a2d2ff8 Add Jsoup Findings to README by 0roman · 3 years, 3 months ago
- 1e07f76 Update to Bazel 4.2.0 by Fabian Meumertzheim · 3 years, 3 months ago
- 2964e5c Mark config_setting as publicly visible by Fabian Meumertzheim · 3 years, 3 months ago
- 5d23f7b Use lld only with clang on Linux by Fabian Meumertzheim · 3 years, 3 months ago
- 8e369a2 Make libFuzzer checkout smaller by stripping paths by Fabian Meumertzheim · 3 years, 3 months ago