ida-hcli (Hex-Rays CLI Utility) is a command-line interface tool designed to interact with Hex-Rays IDA Pro installations. It assists with managing IDA versions, plugins, and configurations programmatically or via the terminal. Currently at version 0.17.2, it sees frequent updates, typically with minor releases several times a month.
pip install ida-hcliVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to invoke the `hcli` command-line utility programmatically using Python's `subprocess` module to check its installed version. `ida-hcli` is primarily a CLI tool, and this is the most common way to interact with it.
Upgrade to v0.17.0 or newer for clarified help messages related to IDA installation directories.
Update to v0.16.0 or later to benefit from improved Python executable detection logic, ensuring better compatibility with various IDA Pro setups.
Upgrade to v0.16.0 or higher. This version explicitly sets UTF-8 encoding for files and subprocesses, mitigating potential encoding issues.
No dependency data recorded yet.