You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ziggy fuzzing's mode currently support binary mode with -b to fuzz binary instrumented with AFL compilers.
However, if the current directory doesn't contain a proper Rust Cargo.toml, the fuzzing campaign won't start:
> cargo ziggy fuzz -b harness --dict func.dict -j 5 --asan -t 5 -C binary -c corpora/
Launched afl
See more live information by running:
tail -f ./output/harness/logs/afl.log
tail -f ./output/harness/logs/afl_1.log
Error: Failure running fuzzers
Caused by:
`cargo metadata` exited with an error: error: could not find `Cargo.toml`in`/../example/cpp/build` or any parent directory
The text was updated successfully, but these errors were encountered:
Ziggy fuzzing's mode currently support binary mode with
-b
to fuzz binary instrumented with AFL compilers.However, if the current directory doesn't contain a proper Rust
Cargo.toml
, the fuzzing campaign won't start:The text was updated successfully, but these errors were encountered: