Skip to content

Commit

Permalink
fix fuzzer detection
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Nov 26, 2024
1 parent 87ee457 commit e30133c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void run() throws IOException {
collectArgs(args, targetClass);
String sh = """
#!/bin/bash
# LLVMFuzzerTestOneInput <-- for fuzzer detection (see test_all.py)
this_dir=$(dirname "$0")
exec java -cp $this_dir'/libs/*' com.code_intelligence.jazzer.Jazzer %s $@
""".formatted(String.join(" ", args));
Expand Down

0 comments on commit e30133c

Please sign in to comment.