You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
10
10
Yara Rule Generator
11
11
by Florian Roth
12
-
April 2018
13
-
Version 0.20.0
12
+
July 2020
13
+
Version 0.23.0
14
14
15
15
### What does yarGen do?
16
16
@@ -43,7 +43,7 @@ The rule generation process also tries to identify similarities between the file
43
43
44
44
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)
45
45
2. Download the latest release from the "release" section
46
-
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`)
46
+
3. Install all dependencies with `pip install -r requirements.txt`
47
47
4. Run `python yarGen.py --update` to automatically download the built-in databases. The are saved into the './dbs' sub folder. (Download: 913 MB)
48
48
5. See help with `python yarGen.py --help` for more information on the command line parameters
0 commit comments