rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
448 stars 40 forks source link

Raspberry PI (Raspbian) #46

Open LinkTed opened 3 years ago

LinkTed commented 3 years ago

I figured out to use hongfuzz with Raspbian 10 (buster). I had to add the following environment variables to compile it:

LDFLAGS="-lm -latomic -lc" RUSTFLAGS="-C link-arg=-latomic" cargo hfuzz run decode_encode_decode

Maybe add this to the documentation?