Recent posts

Rust Binary Analyis 101 - Part 2

7 minute read

This post covers challenges with Rust analysis and compares how IDA 9.1 and Ghidra 11.3 handle Rust binaries.

Rust Binary Analysis 101 - Part I

9 minute read

In this post we’ll focus on developing a basic Rust program that is complex enough to serve as an inertesting exercise to reverse engineer.

Introduction to Packers

4 minute read

This post delves into what packers are and how malware developers use their functionality to their benefit.