From acb8c0279af364c9404426e0cdbda2590e574116 Mon Sep 17 00:00:00 2001 From: tribore <5824063+trib0r3@users.noreply.github.com> Date: Tue, 26 May 2020 15:55:09 +0200 Subject: [PATCH] Update readme --- README.md | 29 ++--------------------------- plugin.json | 2 +- 2 files changed, 3 insertions(+), 28 deletions(-) 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 }