Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

42 lines (21 loc) · 956 Bytes

OUTDATED

USE: https://github.com/apekros/binja_sigmaker

SigMaker (v1.1 alpha)

Author: Alex3434

SigMaker plugin for Binary Ninja

Description:

Generate Signatures to use for pattern scanning in other applications.

  • The signature has the same form like the sequence of bytes in IDA (eg. 89 45 FC FF 15 ? ? ? ?)
  • You can create a signature at any point inside a function.
  • If there is no unique signature at that position, the plugin will create a signature for the beginning of the function.

Usage:

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • release - 9999
  • dev - 1.0.dev-576

Required Dependencies

The following dependencies are required for this plugin: None

License

This plugin is released under a MIT license.