Skip to content

Cargo

binsider can be installed from crates.io if you have Rust installed:

Terminal window
cargo install binsider

If you want to install the latest git version:

Terminal window
cargo install --git https://github.com/orhun/binsider

Features

binsider supports the following feature flags which can be enabled or disabled during installation:

e.g. To install binsider with the dynamic-analysis feature disabled:

Terminal window
cargo install binsider --no-default-features