From 63a6d1aac036a7065a8883e349e9a6f1d228edb4 Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Tue, 2 Apr 2024 10:19:22 +0200 Subject: [PATCH] Update setup_libxml2.sh of nyx_libxml2_standalone fuzzer (#1990) On testing this on my machine not all neccessary files for fuzzing with nyx where provided by the setup. Compared to the nyx_libxml2_parallel fuzzer this packer generation line was missing. After adding this the fuzzer was able to start. --- fuzzers/nyx_libxml2_standalone/setup_libxml2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fuzzers/nyx_libxml2_standalone/setup_libxml2.sh b/fuzzers/nyx_libxml2_standalone/setup_libxml2.sh index 4475265e61..a4321cdbd5 100755 --- a/fuzzers/nyx_libxml2_standalone/setup_libxml2.sh +++ b/fuzzers/nyx_libxml2_standalone/setup_libxml2.sh @@ -35,3 +35,5 @@ python3 "../../libafl_nyx/packer/packer/nyx_packer.py" \ -file "/tmp/input" \ --fast_reload_mode \ --purge || exit + +python3 ../../libafl_nyx/packer/packer/nyx_config_gen.py /tmp/nyx_libxml2/ Kernel || kernel