Skip to navigation Skip to main content Skip to footer

Our Research

Cyber security research from our global team of experts.

Download our 2024 Annual Research Report

Download

Filter content

Reset filters

Writing FreeBSD Kernel Modules in Rust

At present all major operating system kernels are written in C/C++, languages which provide no or minimal assistance in avoiding common security problems. Modern languages such as Rust provide better security guarantees by default and prevent many of the common classes of memory safety security bugs. In this post we will take a brief look […]