IDASQL v0.0.18.1 is an out-of-band compatibility release that adds explicit builds for IDA 9.2, 9.3, and 9.4 and fixes the IDA 9.3 loading problem reported in #54.
Important
Download the archive that matches your installed IDA version. IDA SDK plugin binaries should not be assumed to work across IDA versions.
Downloads
| IDA version | Package | Included platforms | IDA SDK tag |
|---|---|---|---|
| IDA 9.2 | idasql-v0.0.18.1-ida92.zip | Windows x64, Linux x64, macOS Arm64 | v9.2.0-sdk.1 |
| IDA 9.3 | idasql-v0.0.18.1-ida93.zip | Windows x64, Linux x64, macOS Arm64 | v9.3.0-sdk.3 |
| IDA 9.4 | idasql-v0.0.18.1-ida94.zip | Windows x64, Windows Arm64 (WoA), Linux x64, macOS Arm64 | v9.4.0-release |
Each ZIP includes both the standalone CLI and the IDA plugin. There are no separate CLI/plugin downloads.
Package layout
idasql-v0.0.18.1-idaXX/
├── windows-x86_64/
│ ├── cli/idasql.exe
│ └── plugin/{idasql.dll, ida-plugin.json}
├── linux-x86_64/
│ ├── cli/idasql
│ └── plugin/{idasql.so, ida-plugin.json}
└── macos-arm64/
├── cli/idasql
└── plugin/{idasql.dylib, ida-plugin.json}
The IDA 9.4 archive additionally contains windows-arm64/ with native Windows-on-Arm CLI and plugin binaries.
Installation
- Download and extract the ZIP matching your IDA version.
- Open the directory matching your operating system and architecture.
- For the CLI, place the file from
cli/next to the IDA executable or somewhere on yourPATH. - For the IDA plugin, copy both files from
plugin/into IDA'spluginsdirectory.
For example, an IDA 9.3 user on 64-bit Windows should use idasql-v0.0.18.1-ida93.zip and the files under windows-x86_64/.
What changed
- Fixed IDA 9.3 compatibility (#54).
- Added an explicit IDA SDK build matrix for IDA 9.2, 9.3, and 9.4.
- Added native Windows Arm64 CLI and plugin builds for IDA 9.4.
- Restored the pre-IDA-9.3 bookmark compatibility path needed by IDA 9.2.
- Standardized version metadata as
0.0.18.1across the CLI, plugin manifest, and Windows resources. - Added combined, version-specific packages with validated manifests and binary architectures.
- Continued using standalone allthingsida/ida-cmake from
main; the CMake configuration explicitly rejects the SDK-vendored copy.
Build provenance and validation
The release build resolved standalone ida-cmake commit 47f66b7046f8b292385cb9df3c4623c9d129c902.
All 10 platform/SDK builds, combined archive assembly, manifest checks, and architecture checks passed in the tagged release workflow. The release contains validated PE x86-64, PE Arm64, ELF x86-64, and Mach-O Arm64 binaries.
SHA-256
a8d06205867fbd2eb89d2e9e5909bcb9ef67eff6c8fe35e4cd0cee512fed4fe0 idasql-v0.0.18.1-ida92.zip
aedb99178ad83351a63616cff00d5e41b2aa5295dec1e55ac13e4a350fbe476a idasql-v0.0.18.1-ida93.zip
5a6f2f15c6604f8d54f510ce92a35ea93fbab9a6162152e7c56b18f8bce9e8cc idasql-v0.0.18.1-ida94.zip
Implemented in PR #55.
Full changelog: v0.0.18...v0.0.18.1