Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trib0r3 committed May 26, 2020
1 parent db13582 commit acb8c02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
},
"version": "1.0",
"author": "trib0r3",
"minimumbinaryninjaversion": 1200
"minimumbinaryninjaversion": 2
}

0 comments on commit acb8c02

Please sign in to comment.