Skip to content

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 21:38

sigmaker.py - IDAPython standalone release

Release information

What changed

Added

  • Python 3.14 wheels are included in the existing Linux, Windows, and macOS release matrix. Installing from PyPI on CPython 3.14 receives the same optional native SIMD search speedups as other supported Python versions.
  • SigMaker releases are installable through Hex-Rays HCLI. The release source archive contains the HCLI manifest and plugin entry point, while HCLI installs the matching sigmaker==1.13.0 wheel automatically so managed installations receive the SIMD extension without a separate pip install.

Fixed

  • PyPI builds now run only for published releases. Ordinary successful tests on main no longer launch an untagged wheel build, and the HCLI manifest version and exact PyPI dependency pin are synchronized from sigmaker.__version__ during release preparation.

Installation

  1. Copy sigmaker.py to your IDA Pro plugins directory.
  2. Restart IDA Pro.
  3. Use Ctrl+Alt+S to access the Signature Maker menu.

The release source archive is also installable through Hex-Rays HCLI.

License

See the repository for license information.