aboutsummaryrefslogtreecommitdiff
path: root/agent/agent_shade_rules
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-09-13 21:43:37 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-09-14 15:43:52 +0200
commitc91c0cc5852765de8a7159204485b2af31a31484 (patch)
tree6e47e882f122a9de80b00929f4158fd0ad466e3d /agent/agent_shade_rules
parent6d347018769150822d188f526a798c8c023e7c41 (diff)
downloadjazzer-api-c91c0cc5852765de8a7159204485b2af31a31484.tar.gz
Report coverage for all classes on the classpath
Using the (very fast) classpath traverser ClassPath, we can generate coverage data for *all* classes on the classpath rather than just those that were loaded during the fuzzing run.
Diffstat (limited to 'agent/agent_shade_rules')
-rw-r--r--agent/agent_shade_rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent_shade_rules b/agent/agent_shade_rules
index 83da8756..3a7019b9 100644
--- a/agent/agent_shade_rules
+++ b/agent/agent_shade_rules
@@ -1 +1,3 @@
rule kotlin.** com.code_intelligence.jazzer.third_party.kotlin.@1
+rule io.** com.code_intelligence.jazzer.third_party.io.@1
+rule nonapi.** com.code_intelligence.jazzer.third_party.nonapi.@1