Cargo
binsider can be installed from crates.io if you have Rust installed:
cargo install binsiderIf you want to install the latest git version:
cargo install --git https://github.com/orhun/binsiderFeatures
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