Releases: 0xdea/haruspex
Releases · 0xdea/haruspex
v0.5.0
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.4.2
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.4.1
Changed
- Update dependencies.
- Improve documentation.
v0.4.0
Changed
- Make function name unwrapping logic more robust.
Fixed
- Avoid decompiling functions with the
thunk
attribute, which also fixes a decompiler bug.
v0.3.2
Changed
- Refactor code to avoid unwrapping Options.
- Update dependencies.
- Improve documentation.
v0.3.1
Changed
- Use
UpperHex
in output file name.
- Update dependencies.
v0.3.0
Changed
- Disable compilation on non-unix target families.
v0.2.0
Changed
- Change custom error names.
- Update dependencies.
- Improve documentation.
v0.1.4
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.
v0.1.3
Changed
Fixed
- Emit a warning in case the build script cannot find an IDA Pro installation.
- Document the
IDADIR
optional environment variable.