trailofbits / siderophile

Find the ideal fuzz targets in a Rust codebase
https://blog.trailofbits.com/2019/07/01/siderophile-expose-your-crates-unsafety/
MIT License
198 stars 13 forks source link

Feature flags #7

Open rozbb opened 5 years ago

rozbb commented 5 years ago

It would be helpful to be able to specify feature flags to compile the crate with when creating the callgraph

disconnect3d commented 4 years ago

Can't we do that through Cargo.toml of whatever crate we run Siderophile in? @rozbb

rozbb commented 4 years ago

Yes, you're right. It might be redundant to support both, but I think it'd be nice