jazzer
jazzer copied to clipboard
Coverage-guided, in-process fuzzing for the JVM
after build,I got some apk and jar file,apk can't be installed because `Failure [INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 0] `
When running Junit Fuzz Tests triggered using `bazel test` libfuzzer appears to look for the `.cifuzz-corpus` in a temp directory under `/private/var/tmp/` and also places the crashes in a subdir...
In the docker example there is a standard java project which didn't help me follow the example. Can you please provide a simple java class to follow? For example, assume...
Hi, thanks for the great work! I tried instrumenting all classes in the JDK with `--instrumentation_includes=java.**`. However, during instrumentation jazzer crashes without a stack trace: ``` ... IINFO: Instrumented java.lang.CharSequence...
``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project jazzer-junit-example: Compilation failure: Compilation failure: [ERROR] /C:/temp/jazzer/examples/junit/src/test/java/com/example/MutatorFuzzTest.java:[42,34] cannot find symbol [ERROR] symbol: method invalidCorpusFilesPresent() [ERROR] location: class com.code_intelligence.jazzer.driver.FuzzTargetRunner [ERROR] /C:/temp/jazzer/examples/junit/src/test/java/com/example/MutatorFuzzTest.java:[43,36]...
reopen #663 I have a jar that a friend sent me. In it: 2 classes both use the ``class constant pool``, that is, if I change the number of arguments...
There was no initialization message like this ``` INFO: libFuzzer ignores flags that start with '--' INFO: Running with entropic power schedule (0xFF, 100). INFO: Seed: 107233662 INFO: Loaded 6...