Official blog for the PANDA dynamic analysis platform

PANDA and Rust: The Last 10 Months

What is PANDA/panda-rs PANDA is a project for whole-system emulation and analysis born from a collaboration between MIT Lincoln Laboratory, NYU, and Northeastern University. It enables users to write plugins (in C, C++, Rust, or Python) to modify and anal…

Continue Reading →

Whole-System Emulation and Analysis with Rust and PANDA

Introduction to PANDA When reverse engineering a system there are two methodologies to go about learning information about it: Static Analysis, in which you don't run it and only look at the executable as it'd be stored on disk, and Dynamic Analysis, wher…

Continue Reading →