Releases: BinFlip/dotscope
Releases · BinFlip/dotscope
Release v0.6.0
Changes in v0.6.0
Installation
Library
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.6.0"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.6.0-x86_64-unknown-linux-gnu.zip |
| macOS (Apple Silicon) | dotscope-v0.6.0-aarch64-apple-darwin.zip |
| macOS (Intel) | dotscope-v0.6.0-x86_64-apple-darwin.zip |
| Windows (x86_64) | dotscope-v0.6.0-x86_64-pc-windows-msvc.zip |
Note: The CLI requires Z3 to be installed as a runtime dependency.
Install via:apt install libz3-dev(Linux),brew install z3(macOS), or download from Z3 releases (Windows — the Windows zip already includeslibz3.dll).
Release v0.5.2
Changes in v0.5.2
- feat: add SHA-2 family hash algorithm support (SHA256/384/512) (2e936c9)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.5.2"Or install via cargo:
cargo add dotscopeRelease v0.5.1
Changes in v0.5.1
- fix: duplicate CI/CD runs on github when PR is open (465d9e9)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.5.1"Or install via cargo:
cargo add dotscopeRelease v0.5.0
Changes in v0.5.0
- fix: fixed double execution of doc tests and trigger fuzzing + audit for PRs to master (901af9d)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.5.0"Or install via cargo:
cargo add dotscopeRelease v0.4.0
Release v0.3.2
Release v0.3.1
Release v0.3.0
Changes in v0.3.0
- Merge develop into master for v0.3.0 release (a60a55f)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.3.0"Or install via cargo:
cargo add dotscopeRelease v0.2.1
Release v0.2.0
Changes in v0.2.0
- Release - v0.2.0 (6fed319)
Installation
Add this to your Cargo.toml:
[dependencies]
dotscope = "0.2.0"Or install via cargo:
cargo add dotscope