Skip to content

v1.9.2

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 00:20
4ecf1a4

sigmaker.py - IDA Python Standalone Python Release

Release Information

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, UserCanceledError was 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

  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

License

See the main repository for license information.