diff --git a/README.md b/README.md index 08aa48f..1d5dbd1 100644 --- a/README.md +++ b/README.md @@ -3,39 +3,17 @@ Author: **trib0r3** _YARA signatures_ -## Description: +## Description Scan your binary with YARA signatures ## Installation Instructions -### Darwin - ```bash pip3 install yara-python ``` -### Linux - -```bash -pip3 install yara-python -``` - -### Windows - -```bash -pip3 install yara-python -``` - -## Minimum Version - -This plugin requires the following minimum version of Binary Ninja: - -* 1200 - - - ## Required Dependencies The following dependencies are required for this plugin: @@ -45,7 +23,4 @@ The following dependencies are required for this plugin: ## License -This plugin is released under a MIT license. -## Metadata Version - -2 +This plugin is released under a MIT license. \ No newline at end of file diff --git a/plugin.json b/plugin.json index 4d64478..0fae211 100644 --- a/plugin.json +++ b/plugin.json @@ -20,5 +20,5 @@ }, "version": "1.0", "author": "trib0r3", - "minimumbinaryninjaversion": 1200 + "minimumbinaryninjaversion": 2 }