-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1535fcf
commit 3c48535
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# binja_coolsigmaker | ||
|
||
We all know signature scanning can be extremely useful. Sadly, the two public offerings for Binja are either very slow, or crash extremely often. | ||
|
||
This is why I wrote this plugin. It's a signature scanning and creating plugin written in Rust. It's extremely fast, supports multiple signature styles, and works like a charm. | ||
|
||
It supports 3 styles of signatures. Or 4, if you want to be specific. | ||
|
||
These are the settings: | ||
|
||
![settings](https://i.imgur.com/BK4Q0E5.png) | ||
|
||
This is how it looks to create a signature, then scan for it: | ||
|
||
![pattern creation and scanning](https://i.imgur.com/qkjdU2M.png) |