News & Blog Posts

Rust Malware Sample Gallery, December 2025 Update

Rust Malware Sample Gallery, December 2025 Update

The Rust Malware Sample Gallery just received a major update, with 20 new families added! The Sample Gallery collects links to articles about malware written in Rust, organizes them by malware family, and includes a download link to a publicly available sample for every malware family. This is a resource for any malware analyst who wants to get hands-on with real Rust malware.

Read More
Workshop: Reversing a (not-so-) Simple Rust Loader @ Ringzer0 COUNTERMEASURE

Workshop: Reversing a (not-so-) Simple Rust Loader @ Ringzer0 COUNTERMEASURE

On November 7, 2025, I had the opportunity to present the workshop “Reversing a (not-so-) Simple Rust Loader” at Ringzer0 COUNTERMEASURE, in Ottawa! In this workshop, we examined a simple loader for an information stealer, and used it to cover some key Rust reversing concepts along the way: threads in Rust binaries, dynamic dispatch, and type recovery.

Read More