Speykious / cve-rs

Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀
Other
3.72k stars 94 forks source link

rust-sin integration #6

Closed Eugeny closed 4 months ago

Eugeny commented 4 months ago

Please integrate https://github.com/Eugeny/rust-sinner

Creative0708 commented 4 months ago

Thanks for the suggestion! However, rust-sinner uses unsafe code, which we'd rather not include in this project.

Unsafe code in Rust can lead to a variety of bugs; including an integration like this could introduce bugs such as segmentation faults, use-after-frees, and buffer overflows into the library.