Skip to content

Releases: BinFlip/dotscope

Release v0.6.0

13 Feb 03:54
a89fa3c

Choose a tag to compare

Changes in v0.6.0

Installation

Library

Add this to your Cargo.toml:

[dependencies]
dotscope = "0.6.0"

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.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 includes libz3.dll).

Release v0.5.2

31 Dec 16:38

Choose a tag to compare

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 dotscope

Release v0.5.1

29 Nov 01:05

Choose a tag to compare

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 dotscope

Release v0.5.0

28 Nov 19:01

Choose a tag to compare

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 dotscope

Release v0.4.0

19 Aug 16:50
ca0a956

Choose a tag to compare

Changes in v0.4.0

Installation

Add this to your Cargo.toml:

[dependencies]
dotscope = "0.4.0"

Or install via cargo:

cargo add dotscope

Release v0.3.2

17 Jun 18:40
c59f37c

Choose a tag to compare

Changes in v0.3.2

Installation

Add this to your Cargo.toml:

[dependencies]
dotscope = "0.3.2"

Or install via cargo:

cargo add dotscope

Release v0.3.1

17 Jun 18:16
78ff99b

Choose a tag to compare

Changes in v0.3.1

Installation

Add this to your Cargo.toml:

[dependencies]
dotscope = "0.3.1"

Or install via cargo:

cargo add dotscope

Release v0.3.0

14 Jun 17:37

Choose a tag to compare

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 dotscope

Release v0.2.1

12 Jun 01:51

Choose a tag to compare

Changes in v0.2.1

Installation

Add this to your Cargo.toml:

[dependencies]
dotscope = "0.2.1"

Or install via cargo:

cargo add dotscope

Release v0.2.0

11 Jun 05:03

Choose a tag to compare

Changes in v0.2.0

Installation

Add this to your Cargo.toml:

[dependencies]
dotscope = "0.2.0"

Or install via cargo:

cargo add dotscope