Skip to content
forked from lightw47/Malana

Scripts for static analysis of files

Notifications You must be signed in to change notification settings

jaltgenu/Malana

 
 

Repository files navigation

Malana

Malana is a collection of scripts aimed to help me do static analysis of files, usually malware.

Dependencies

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)

How to use

I'm improving on this... please wait.

About

Scripts for static analysis of files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%