Release v0.8.3
Changes in v0.8.3
Installation
Library
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.8.3"Or install via cargo:
cargo add dotscopeCLI Tool
Download the pre-built binary for your platform from the assets below and extract it.
| Platform | Asset |
|---|---|
| Linux (x86_64) | dotscope-v0.8.3-x86_64-unknown-linux-gnu.zip |
| macOS (Apple Silicon) | dotscope-v0.8.3-aarch64-apple-darwin.zip |
| Windows (x86_64) | dotscope-v0.8.3-x86_64-pc-windows-msvc.zip |
Note: Z3 is an optional compile-time dependency used only for the
z3feature (CFF reconstruction). The pre-built CLI binaries do not require Z3 at runtime.