Cargo
binsider
can be installed from crates.io if you have Rust installed:
cargo install binsider
If you want to install the latest git version:
cargo install --git https://github.com/orhun/binsider
Features
binsider
supports the following feature flags which can be enabled or disabled during installation:
dynamic-analysis
: Enables the dynamic analysis feature. (default: enabled)
e.g. To install binsider
with the dynamic-analysis
feature disabled:
cargo install binsider --no-default-features