diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-06-15 11:47:08 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-06-15 11:47:08 +0200 |
| commit | 8faf22a2bad42e9816d496f27d64cdfc0ce1ddf0 (patch) | |
| tree | 1f8e64dc2f0f9ac9479dff66452a1b78457ef9f0 | |
| parent | d967b291aea1d61365d5232c002a7eadad6f7416 (diff) | |
specify that we currently only support x86
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ 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. +This is why I wrote this plugin. It's a signature scanning and creating plugin for x86 (more archs are planned!), 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. |
