Skip to content

Comments

Update to IDA 9.3 release#5

Merged
blacktop merged 3 commits intomainfrom
feat/ida-9.3-release
Feb 14, 2026
Merged

Update to IDA 9.3 release#5
blacktop merged 3 commits intomainfrom
feat/ida-9.3-release

Conversation

@blacktop
Copy link
Owner

@blacktop blacktop commented Feb 14, 2026

Summary

  • Update idalib dependency from 9.3.0-beta SDK to v9.3 release (0.7.3+9.3.260213)
  • Bump ida-mcp version from 0.9.3-beta.3 to 0.9.3
  • Update CI IDADIR paths to IDA 9.3, pin all GitHub Actions to SHA hashes
  • Update docs to lead with IDA 9.3 as primary supported version
  • Fix pre-existing clippy warnings in build.rs and lock.rs

Test plan

  • cargo build passes
  • cargo clippy --all-targets --all-features -- -D warnings passes
  • cargo test — 4/4 tests pass
  • ida-mcp probe --path Sandbox.i64 works against IDA 9.3 release
  • CI builds for Linux, macOS, Windows

Update idalib dependency from 9.3.0-beta to 9.3 release
(0.7.3+9.3.260213). Fix pre-existing clippy warnings in build.rs
and lock.rs.
Bump version from 0.9.3-beta.3 to 0.9.3. Update CI IDADIR paths
to IDA 9.3 and pin all GitHub Actions to SHA hashes. Update docs
to lead with 9.3 as the primary supported version.
libc::F_WRLCK and F_UNLCK are i32 on Linux but i16 on macOS.
The cast is required for cross-platform builds but triggers
clippy::unnecessary_cast on macOS, so allow it with a comment.
@blacktop blacktop merged commit a5bf928 into main Feb 14, 2026
4 checks passed
@blacktop blacktop deleted the feat/ida-9.3-release branch February 14, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant