|
|
|
|
|
by steveklabnik
1665 days ago
|
|
Most fuzzers I’m aware of work with Rust. You can use the same sanitizers as well. Static analysis means a wide range of things, and so some do and some don’t work with Rust. I would be very interested to learn about C static analysis that somehow wouldn’t work with Rust at all; it should be easier to do so in rust because there’s generally so much more information available already thanks to the language semantics. |
|