ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

add fuzz targets #76

Closed ScanMountGoat closed 3 years ago

ScanMountGoat commented 3 years ago

This allows for randomly generating byte slices and structs for testing stability and correctness on potentially malformed input. Cargo fuzz currently doesn't work on Windows.