Skip to content

Releases: 0xdea/rhabdomancer

v0.5.1

10 Mar 08:30
Compare
Choose a tag to compare

Changed

  • Update dependencies.
  • Add missing_docs lint and improve documentation.
  • Avoid generating documentation for private items.
  • Improve CI effectiveness and performance.

v0.5.0

03 Mar 08:44
Compare
Choose a tag to compare

Changed

  • Follow idalib major version from now on.
  • Switch to idalib v0.5.1 and update other dependencies.
  • Update documentation and add a compatibility matrix.
  • Make CI more robust for future IDA SDK updates.

Removed

  • Remove target file check that is no longer necessary.

v0.3.5

28 Feb 09:41
Compare
Choose a tag to compare

Changed

  • Bump Rust edition to 2024 and update dependencies and CI.
  • Switch to idalib v0.4.1 and update other dependencies.
  • Improve error handling.
  • Improve CI speed by removing redundant tasks.

v0.3.4

24 Feb 13:34
Compare
Choose a tag to compare

Changed

  • Update dependencies.
  • Improve documentation.

v0.3.3

18 Feb 13:24
Compare
Choose a tag to compare

Changed

  • Make regex parsing logic more robust.
  • Update dependencies.

v0.3.2

13 Feb 10:25
Compare
Choose a tag to compare

Changed

  • Refactor code to avoid unwrapping Options.
  • Update dependencies.
  • Improve documentation.

v0.3.1

03 Feb 08:15
Compare
Choose a tag to compare

Changed

  • Use UpperHex in output messages.
  • Update dependencies.

v0.3.0

17 Jan 11:59
Compare
Choose a tag to compare

Changed

  • Disable compilation on non-unix target families.
  • Update dependencies.

v0.2.6

10 Jan 11:46
Compare
Choose a tag to compare

Changed

  • Update dependencies.
  • Improve documentation.

v0.2.5

20 Dec 08:08
Compare
Choose a tag to compare

Added

  • Document Linux as a supported platform and specify that Windows was not tested.

Changed

  • Bump to IDA Pro 9.0.241217 (9.0sp1).
  • Switch to idalib v0.4 and update other dependencies.