sigmaker.py - IDA Python Standalone Python Release
Release Information
- Version: 1.9.2
- Source: https://github.com/mahmoudimus/ida-sigmaker
- Author: @mahmoudimus (Mahmoud Abdelkader)
What changed
Fixed
- Canceling XREF signature generation now stops the XREF loop and keeps completed results. If Cancel fired while one per-xref signature was being generated,
UserCanceledErrorwas caught as a generic per-candidate failure and the loop moved on to the next xref. XREF generation now stops immediately and prints the complete xref signatures found so far. This does not touch the SIMD speedup paths. (#55, #56)
Description
This is a standalone release of the IDA Pro signature maker plugin. The file sigmaker.py contains the complete plugin code that can be directly imported into IDA Pro.
Installation
- Copy
sigmaker.pyto your IDA Pro plugins directory - Restart IDA Pro
- Use Ctrl+Alt+S to access the Signature Maker menu
License
See the main repository for license information.