v1.13.0
sigmaker.py - IDAPython standalone release
Release information
- Version: 1.13.0
- Source: https://github.com/mahmoudimus/ida-sigmaker
- Author: @mahmoudimus (Mahmoud Abdelkader)
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.0wheel automatically so managed installations receive the SIMD extension without a separatepip install.
Fixed
- PyPI builds now run only for published releases. Ordinary successful tests on
mainno longer launch an untagged wheel build, and the HCLI manifest version and exact PyPI dependency pin are synchronized fromsigmaker.__version__during release preparation.
Installation
- Copy
sigmaker.pyto your IDA Pro plugins directory. - Restart IDA Pro.
- 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.