Home

Awesome

IDARustCargo

thumbnail

Example that displays the binary of locally-built cargo-bloat crate.

IDA plugin for displaying potentially installed Cargo dependencies from compiled binary without debug symbols.

This plugin detects Rust panic constant strings in the binary by regex. By the design, this plugin may not display dependencies that do not rely on the code that generates the panic, or the binaries that is compiled with panic_abort crate and/or panic_immediate_abort std feature, which makes less-constant built-in strings in the resulting binary by making panics and failed asserts immediately abort without formatting any messages.