Skip to content

Commit

Permalink
docs: README update
Browse files Browse the repository at this point in the history
Former-commit-id: 0379521
  • Loading branch information
Neo23x0 committed Jul 15, 2020
1 parent 7b95ee8 commit d7d2ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

Yara Rule Generator
by Florian Roth
April 2018
Version 0.20.0
July 2020
Version 0.23.0

### What does yarGen do?

Expand Down Expand Up @@ -43,7 +43,7 @@ The rule generation process also tries to identify similarities between the file

1. Make sure you have at least 4GB of RAM on the machine you plan to use yarGen (8GB if opcodes are included in rule generation, use with --opcodes)
2. Download the latest release from the "release" section
3. Install all dependencies with `sudo pip install scandir lxml naiveBayesClassifier pefile` (@twpDone reported that in case of errors try `sudo pip install pefile` and `sudo pip install scandir lxml naiveBayesClassifier`)
3. Install all dependencies with `pip install -r requirements.txt`
4. Run `python yarGen.py --update` to automatically download the built-in databases. The are saved into the './dbs' sub folder. (Download: 913 MB)
5. See help with `python yarGen.py --help` for more information on the command line parameters

Expand Down

0 comments on commit d7d2ea6

Please sign in to comment.