Skip to content

kkent030315/IDARustCargo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages