Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 428 Bytes

Fuzzing

These are my personal Fuzzing projects.

To use them install hongfuzz-rs:

cargo install honggfuzz

and run this project via:

cargo hfuzz run [PROJECT_NAME]

It's also pretty easy to fuzz another project by replacing the library and adapting the src/main.rs. Though it should be noted that you should delete the folders hfuzz_workspace and hfuzz_target.