Hacker News new | ask | show | jobs
by eeZah7Ux 2769 days ago
Yes: security sensitive applications where being able to inspect or fuzz a binary is strongly dependent on size. Also firmware on servers.
1 comments

Rust has really strong fuzzing support, incidentally https://github.com/rust-fuzz/cargo-fuzz
So does C and other languages.