Skip to content

Commit

Permalink
fix a little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu3H0 authored Jan 9, 2025
1 parent 3689ccc commit de2131c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzers/hfuzz/fuzzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def build():
# if os.path.exists("/hfuzz3/gen_graph.py"):
# shutil.copy("/hfuzz3/gen_graph.py", os.path.join(os.environ["OUT"], "gen_graph.py"))
if os.path.exists("/hfuzz3/afl-fuzz"):
shutil.copy("/hfuzz3/afl-fuzz", os.path.join(os.environ["OUT"], "hfuzz3_fuzzer"))
# shutil.copy("/hfuzz3/afl-fuzz", os.path.join(os.environ["OUT"], "hfuzz3_fuzzer"))
shutil.copy("/hfuzz3/afl-fuzz", os.path.join(os.environ["OUT"], "hfuzz3_4.30c_hybrid_start"))


Expand Down Expand Up @@ -721,4 +721,4 @@ def fuzz(input_corpus, output_corpus, target_binary):
在 OSS-Fuzz 中实际执行fuzz的入口。
"""
prepare_fuzz_environment(input_corpus)
run_afl_fuzz(input_corpus, output_corpus, target_binary)
run_afl_fuzz(input_corpus, output_corpus, target_binary)

0 comments on commit de2131c

Please sign in to comment.