Skip to content

attilamester/malflow

Repository files navigation

Static malware analysis -- call graph scanner of PE executable with Radare2

Setup

  • install dependencies
sudo apt-get install graphviz graphviz-dev
virtualenv --python="/usr/bin/python3.8" "env"
source env/bin/activate
python3 -m pip install -r requirements.txt

Local development

  • to install the pre-commit hook:
pre-commit install
  • to run tests:
pre-commit run