Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

apekros/binja_sigmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binja_sigmaker (v2.1)

Author: Alex3434

I recommend instead using this

Fixed up by apekros for Python3 and Plugin Manager 2.0

binja_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:

Required Dependencies

The following dependencies are required for this plugin: None

License

This plugin is released under a MIT license.