PGP signatures on PyPI: worse than useless| blog.yossarian.net
Tags| blog.yossarian.net
Series| blog.yossarian.net
ENOSUCHBLOG| blog.yossarian.net
ENOSUCHBLOG| blog.yossarian.net
Secretly and behind the scenes more and more Rust code lives a life before main. What is life before main? It's code that executes before the rust runtime has been initialized in main. This is something that Rust does not support but because the world needs to support C++ static initializers and __attribute__((constructor)) in C, it's also possible to get Rust code to execute this way. The popular crate for this is ctor. Using it is probably not a great idea, but unfortunately there are lots ...| Rust Internals
We open-sourced a fault injection tool, KRF, that uses kernel-space syscall interception. You can use it today to find faulty assumptions (and resultant bugs) in your programs. Check it out! This p…| Trail of Bits Blog
Procedural Macros| doc.rust-lang.org
ENOSUCHBLOG| blog.yossarian.net
ENOSUCHBLOG| blog.yossarian.net
man7.org > Linux > man-pages| man7.org
What is an indirect function (IFUNC)?| sourceware.org