summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-05-17 20:21:52 +0200
committerunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-05-17 20:21:52 +0200
commit3c48535cd89f0658c794f3d81935815798fd5ba9 (patch)
tree4ab109f9c3b4fb522898f6dffab7f552a98f2d90 /README.md
parent1535fcf9e16c9b65101ae29f15ba803ec582afdf (diff)
add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cdabf04
--- /dev/null
+++ b/README.md
@@ -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)