Mastodon Feed: Post

Mastodon Feed

Boosted by andrewnez ("Andrew Nesbitt"):
decoderloop@infosec.exchange ("Decoder Loop") wrote:

🦀🥷 We've released a @binaryninja plugin, Rust Metadata Carver, that extracts panic metadata from Rust binaries: https://github.com/decoderloop/rust%5Fmetadata%5Fcarver

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

A screenshot of Binary Ninja's Tags window, showing locations from the source file src/platform/linux.rs, including line numbers (for example, line 142, col 10)