jazzer
jazzer copied to clipboard
Coverage-guided, in-process fuzzing for the JVM
uname -a ```Linux archlinux 6.1.5-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 12 Jan 2023 22:42:33 +0000 x86_64 GNU/Linux``` mvn -version ``` Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/maven Java version: 19.0.1, vendor:...
There was an error in jazzer itself. There is only a message: ``ERROR: Unexpected exception encountered during autofuzz:`` full: ``` ... #27042 NEW cov: 398 ft: 1457 corp: 224/3671b lim:...
Please add a listener to receive data when a failure|slow is detected. I am using ```java Jazzer.main(new String[]{"--autofuzz=...Class::method", "..."},Here); ``` I would like these fields: - id execution - DEDUP_TOKEN...
https://github.com/CodeIntelligenceTesting/jazzer/issues/521#issuecomment-1294603998
I'm not sure exactly how to debug this as I'm not sure where the issue is occuring? Is it during instrumentation? My knowledge of the inner workings of the fuzzing...
Does jazzer support the functionality of lpm (libprotobuf mutator)? For instance, can we define *.proto for a customized input format and jazzer mutates based on that grammar info? [Your code](https://github.com/CodeIntelligenceTesting/jazzer/tree/main/src/main/java/com/code_intelligence/jazzer/mutation/mutator/proto)...
Out of curiosity, does "Jazzer Pro" still exist? The README here still mentions it but the link leads to a 404 page. There is also some related discussion on https://github.com/google/oss-fuzz/issues/11652...
Hi! I built an experimental class that triggers OS Command Injection sanitizer, similar to OsCommandInjectionRuntimeExec in the exemplar folder of jazzer. I am trying to offline-instrument the sanitizers of jazzer...
Hello, it seems the TLS certificate for https://code-intelligence.com has expired on September 12, 2024. This only affects `code-intelligence.com`, the subdomain `www.code-intelligence.com` works fine. And if you allow the expired certificate...