A Freestanding Rust Binary
The first step in creating our own operating system kernel is to create a Rust executable that does not link the standard library. This makes it possi…
Memory safety won’t fix shell escaping bugs. Memory safety won’t fix logic bugs. Memory safety will not prevent an attacker who has obtained your HMAC key from forging a malicious credential that, when deserialized, can call arbitrary Ruby methods... | Tony Arcieri | Hi there. These days I dabble in Rust and cryptography, but in the past made the Celluloid actor framework for Ruby and the Reia programming language
The first step in creating our own operating system kernel is to create a Rust executable that does not link the standard library. This makes it possi…