malan is a tool for malware analyzing. we provide analyzing tool based on machine learning and evaluation wiki site.
https://ieee-dataport.org/open-access/malware-analysis-datasets-raw-pe-image
https://arxiv.org/pdf/1909.07227.pdf
First, configure docker environment on yout local machine.
Install the project to your local machine. Download and unzip the project or use
git clone https://github.com/malan-project/malan
In linux environment, use following command
docker-compose up -d
compose up in vscode(extension Docker required) also works.
docker build --pull --rm -f "Dockerfile" -t wiki:latest "."
docker run -d -p 7000:70 wiki:latest
After editing project, you have to rebuild docker iamges docker-compose build && docker-compose up -d
- Notice your own development environment
- Merging to master is decided by discussion
- Clarify the purpose(bug_fix, development, optimization, etc)
- Follow coding style