Introducing cve-rs, a blazingly fast memory vulnerabilities tool written in 100% safe Rust. It allows you to introduce common memory vulnerabilities into your Rust program in a memory safe manner. cve-rs ensures memory safety by using #[deny(unsafe_code)] in the entire codebase and has safe implementations of use after free, buffer overflow, and segmentation fault bugs.
1 Comment
Sort: