diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
| @@ -61,8 +61,17 @@ and then passed to some dangerous function like `system`". | |||
| 61 | ## Installation | 61 | ## Installation |
| 62 | - [Install Yara](https://yara.readthedocs.io/en/stable/gettingstarted.html#compiling-and-installing-yara). | 62 | - [Install Yara](https://yara.readthedocs.io/en/stable/gettingstarted.html#compiling-and-installing-yara). |
| 63 | This is also possible via some Linux package managers: | 63 | This is also possible via some Linux package managers: |
| 64 | Debian: `sudo apt-get install yara` | 64 | - Debian: `sudo apt-get install yara` |
| 65 | Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL)) | 65 | - Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL)) |
| 66 | |||
| 67 | You can also compile it from source: | ||
| 68 | |||
| 69 | ``` | ||
| 70 | git clone git@github.com:VirusTotal/yara.git | ||
| 71 | cd yara/ | ||
| 72 | YACC=bison ./configure | ||
| 73 | make | ||
| 74 | ``` | ||
| 66 | 75 | ||
| 67 | - Download php-malware-finder `git clone https://github.com/nbs-system/php-malware-finder.git` | 76 | - Download php-malware-finder `git clone https://github.com/nbs-system/php-malware-finder.git` |
| 68 | 77 | ||
