
* Move fuzzers around some more * back to baby * this was missing.. * shuffeling shuffeling * shuffeling * md * cleanup * oops * Move foldername to underscore * more doc
497 B
497 B
this example shows to use libafl_nyx
to fuzz libxml2
requirement
the following command will:
- run
cargo build --release
to generatelibafl_cc
,libafl_cxx
- download and extract
libxml2
- instruct
libxml2
usinglibafl_cc
andlibafl_cxx
- prepare nyx shared dir and config file at
/tmp/nyx_libxml2
- open kvm support
./setup_libxml2.sh
run the fuzzer
use cargo make run
to run the fuzzer. If you have setup all environment, you can use cargo run
directly.