Skip to content

Releases: 0xdea/haruspex

v0.7.4

05 Dec 16:41

Choose a tag to compare

Changed

  • Use idiomatic anyhow macros for early returns.
  • Replace static with const where appropriate.
  • Improve tests.
  • Include README.md as the crate documentation to avoid writing it twice.
  • Update dependencies.

Fixed

  • Update urls in ida-plugin.json.

v0.7.3

15 Nov 13:35

Choose a tag to compare

Added

  • Add an ida-plugin-stub.py as a workaround for this issue.

Changed

  • Update ida-plugin.json to comply with the new IDA Plugin Repository.
  • Improve documentation.
  • Update dependencies.

v0.7.2

13 Oct 07:48

Choose a tag to compare

Changed

  • Improve documentation.
  • Update dependencies.

v0.7.1

17 Sep 12:33

Choose a tag to compare

Changed

  • Update idalib to v0.7.2 and update other dependencies.

v0.7.0

15 Sep 14:28

Choose a tag to compare

Changed

  • Switch to idalib v0.7 and update other dependencies.
  • Update documentation.
  • Improve output messages.
  • Update build and doc GitHub workflows.

v0.6.2

18 Jul 16:25

Choose a tag to compare

Changed

  • Update dependencies.

Fixed

  • Update LLVM version in Windows build action.

v0.6.1

13 Jun 08:47

Choose a tag to compare

Added

Changed

  • Disable debug info to improve compile time.
  • Update dependencies.

v0.6.0

24 May 07:23

Choose a tag to compare

Added

  • Add contents read permission to build CI.

Changed

  • Switch to idalib v0.6 and update other dependencies.
  • Improve documentation.

Fixed

  • Address new clippy lints.

v0.5.7

09 May 15:03

Choose a tag to compare

Changed

  • Update dependencies.

Fixed

  • Update sccache-action version.

v0.5.6

29 Mar 08:36

Choose a tag to compare

Added

  • Add security category to Cargo.toml.

Changes

  • Improve documentation.
  • Update dependencies.