Skip to content

Release v0.8.3

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:54
f39eef1

Changes in v0.8.3

Installation

Library

Add this to your Cargo.toml:

[dependencies]
dotscope = "0.8.3"

Or install via cargo:

cargo add dotscope

CLI 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 z3 feature (CFF reconstruction). The pre-built CLI binaries do not require Z3 at runtime.