Hacker News new | ask | show | jobs
by minkles 655 days ago
You can still write security software that fucks up the kernel in Rust!

Edit: just in case anyone took this too seriously, it was facetious.

1 comments

Would a new competitor "cloudstrike-rs" be too blatant a trademark infringement?
Close. What about Ruststrike?

Edit: I don't even know Rust but I wrote a prototype:

    fn main() {
        const LOL: *mut u64 = 1 as *mut u64;
        unsafe {
            std::ptr::write(LOL, 0);
        }
    }
Edit 2: fuck that's ugly.