Rust Security @RustSecurityยทApr 27, 2021Hey #rust adepts, If you want to learn how to fuzz @rustlang libraries using cargofuzz and honggfuzz-rs, check this #rustlang course ๐academy.fuzzinglabs.comIntroduction to Rust fuzzingLearn how to fuzz Rust libraries using cargo fuzz and honggfuzz. ย Source code, Cheatsheets & Videos33671
Rust Security @RustSecurityReplying to @natynecc and @rustlangIt's fuzz testing (or fuzzing in short). It's the best technique to find bugs into a software ;)3:39 PM ยท Oct 5, 2021ยทTwitter for Android1 Like
Watynecc @natyneccยทOct 5, 2021Replying to @RustSecurity and @rustlangOkay looks interesting but it's still in native python bug finder no ?1
Rust Security @RustSecurityยทOct 5, 2021Replying to @natynecc and @rustlangIt's not specific to a language actually, you can fuzz whatever software you want. The idea with fuzzing is to provided arbitrary data as an input to a program and detect any abnormal behavior.13