Malana is a collection of scripts aimed to help me do static analysis of files, usually malware.
Malana depends on
pefile
ssdeep
vt
pefile
can be easily installed via pip (pip install pefile
)
To install ssdeep
, you might have to install some libraries before installing the package itself. On Linux systems, you just need to install libfuzzy
before pip install ssdeep
. On Windows, download ssdeep Python wrapper for Windows, then run setup.py install
.
To install vt
... (wip)
I'm improving on this... please wait.