v2.0: Now Powered by Gemini AI

Dissect Malware
Without Running It.

An advanced static analysis framework merging traditional forensics with Generative AI. Inspect PE, ELF, and APK files safely in seconds.

Open Source by Sourav & Contributors
Malware Analyzer Dashboard

Powerful Analysis Capabilities

Everything you need to reverse engineer threats, built into one dashboard.

AI Threat Insights

Integrated with Google Gemini AI to translate complex technical artifacts (Imports, Strings) into a human-readable threat summary.

Static Analysis

Deep parsing of functionality for Windows (PE), Linux (ELF), and Android (APK) binaries without execution risks.

YARA & Signatures

Built-in YARA engine to detect known malware families (Ransomware, RATs, Trojans) using regex-based pattern matching.

Deep Dive Inspection

See what the eye can't.

Malware Analyzer deconstructs the binary to reveal its true nature. From calculating the Shannon Entropy to detect packed code, to disassembling the Entry Point instructions.

  • ImpHash Attribution Track actors across different campaigns by their import table hash.
  • IOC Extraction Auto-extract IPs, URLs, Emails, and Bitcoin addresses.

Ready to analyze suspicious files?

Clone the repository and start your analysis engine in less than 2 minutes.

# Clone the repo
$ git clone https://github.com/souravkr529/Malware-Analyzer.git

# Install dependencies
$ pip install -r requirements.txt

# Run the app
$ python run.py
Star on GitHub