Web tools for PE static analysis
Malstatic is a small and useful tool which can help you in you malware analysis. It's a mix of multiples tools.
It's made with vanilla JS in Frontend and run FastApi python in Backend.
Malstatic have two ways to install.
You can use the latest docker image and run as a container.
docker pull adriann17/malstatic
docker run -d -p 7071:7071 malstatic
Another alternative it's run as a python project. First you need to install Radare2, Capa, Floss and Manalyze in your machine. Read the installation guides to know more about.
After that, you can use those scripts to install required python dependencies and the project.
pip3 install uvicorn fastapi jinja2 python-multipart r2pipe
git clone https://github.com/AdrianN17/Malstatic.git
cd Malstatic
python main.py