🚀 Want the interactive experience? Try our dynamic version

Tools & Resources

Essential tools and resources for malware analysis, reverse engineering, and cybersecurity research.

🛠️ Recommended Tools

Ghidra

Free Reverse Engineering

A free, open-source software reverse engineering (SRE) suite of tools developed by the NSA. Powerful and extensible with scripting support.

Official Website →

IDA Pro

Commercial Disassembler

The industry standard for static analysis. A multi-processor disassembler and debugger with a powerful scripting language and extensive plugin ecosystem.

Official Website →

x64dbg

Free Debugger

An open-source x64/x32 debugger for Windows. A modern, user-friendly alternative to OllyDbg with advanced features and plugin support.

Official Website →

Wireshark

Free Network Analysis

The world's foremost network protocol analyzer. Essential for analyzing malware network traffic, C2 communication, and data exfiltration patterns.

Official Website →

Volatility

Free Memory Forensics

Advanced memory forensics framework for analyzing volatile memory dumps from Windows, Linux, and macOS systems.

Official Website →

YARA

Free Pattern Matching

A powerful pattern matching engine designed for malware identification and classification. Create custom rules to detect malware families.

Official Website →

🚀 My Projects

Yara-Gen

Python YARA

A Python script to automatically generate basic YARA rules from malware samples by extracting strings, imports, and other identifying artifacts.

View on GitHub →

PE-Parser

Rust PE Analysis

A lightweight Portable Executable file parser written in Rust. Quickly extract header information, sections, imports, and exports for analysis.

View on GitHub →

📚 Learning Resources

Books

  • • Practical Malware Analysis
  • • The IDA Pro Book
  • • Reversing: Secrets of Reverse Engineering
  • • Malware Analyst's Cookbook

Online Platforms