Y
Hacker News
new
|
ask
|
show
|
jobs
by
adaszko
2767 days ago
Does this matter anywhere outside of embedded software nowadays?
1 comments
eeZah7Ux
2767 days ago
Yes: security sensitive applications where being able to inspect or fuzz a binary is strongly dependent on size. Also firmware on servers.
link
steveklabnik
2767 days ago
Rust has really strong fuzzing support, incidentally
https://github.com/rust-fuzz/cargo-fuzz
link
eeZah7Ux
2766 days ago
So does C and other languages.
link