Skip to content

Commit

Permalink
Update to the README.md to run Loki on Linux and Mac OS X or later.
Browse files Browse the repository at this point in the history
A update to the section "Use LOKI on Mac OS X" to better explain how to run Loki
  • Loading branch information
ikoas authored Mar 1, 2023
1 parent 2f0f824 commit e4f70f6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,16 @@ To include the msvcr100.dll to improve the target os compatibility change the li

a.binaries + [('msvcr100.dll', 'C:\Windows\System32\msvcr100.dll', 'BINARY')],

# Use LOKI on Mac OS X
# Use LOKI on Mac OS X (Or later) or Linux

- Install libraries ```sudo pip install colorama yara-python psutil rfc5424-logging-handler netaddr```
- Run loki-upgrader.py ```sudo python loki-upgrader.py```
- Run loki ```sudo python loki.py```

# Yara sources

Download Yara sources from [here](https://github.com/VirusTotal/yara/releases)

- Download Yara sources from [here](https://github.com/VirusTotal/yara/releases)
- Change to folder ```yara-python```
- Run ```python setup.py install```
- Also install the requirement mentioned above by ```sudo pip install colorama```

# Antivirus - False Positives

Expand Down

0 comments on commit e4f70f6

Please sign in to comment.