🦀🥷 We've released a @binaryninja plugin, Rust Metadata Carver, that extracts panic metadata from Rust binaries: https://github.com/decoderloop/rust_metadata_carver
Panic metadata in Rust binaries reveals the libraries used, the version of Rust used, and code locations from the original Rust source, down to the line numbers! This is very useful for finding the key functionality in a binary.
The plugin extracts that metadata, labels the original source file locations, and groups them into Tags (labelled with the 😱 emoji).
#ReverseEngineering #MalwareAnalysis #infosec #malware #reversing #rust #rustlang #BinaryNinja