Filtering Rust panics while fuzzing

: Using update_hook and catch_unwind to ignore panics in third-party code.

Making Pastelito 10x faster

: A step-by-step walkthrough of how I made Pastelito ~10x faster.

Using LLVM's Machine Code Analyzer with Rust

: An intro to llvm-mca and how to use it to analyze the performance of your Rust code, with a brief detour into procedural macros.

Exploiting CVE-2014-4943: Type confusion in Linux kernel L2TP sockets

: A brief walk-through exploiting a type confusion bug in the L2TP subsystem.

Exploiting CVE-2012-3552: Race condition in Linux kernel IP corking

: A walk-through on exploiting a narrow race condition in the Linux kernel IP stack.