-
Notifications
You must be signed in to change notification settings - Fork 2
/
DEPENDENCIES
28 lines (28 loc) · 1.02 KB
/
DEPENDENCIES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Python Libraries:
- PyExifTool
- git clone https://github.com/smarnach/pyexiftool.git
- Requires exiftool on your machine and in your PATH
- yara-python
- Requires YARA on your machine
- rarfile
- LIEF
- libarchive
- This is used to interface with 7zip which should be installed
- See https://github.com/dsoprea/PyEasyArchive/ for more install instructions
- If you are on OSX, pay close attention to setting your LA_LIBRARY_FILEPATH
- malchive
- oletools
- telfhash
- https://github.com/trendmicro/telfhash
- Requires TLSH:
- https://github.com/trendmicro/tlsh/
- for MacOS:
- ./make.sh
- cd build/release
- make
- make install
- Remember to install Python library:
- after ./make.sh
- cd py_ext
- python setup.py build
- python setup.py install