Speykious / cve-rs

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

C++/C interop support #15

Open itrofimow opened 4 months ago

itrofimow commented 4 months ago

Hi!

I work on a decently large C/C++ code base, and finding creative ways to do some of the things showcased in this repository is a big part of my day-to-day job. Seeing that it's possible to achieve them in a memory-safe way fills me with joy, and i would really like to introduce Rust at my workplace, so could you please export some of the functionality in a C-consumable way for easier adoption?

I'm mostly interested in null_mut for now.

5GameMaker commented 4 months ago

20