🚀 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
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
The industry standard for static analysis. A multi-processor disassembler and debugger with a powerful scripting language and extensive plugin ecosystem.
Official Website →x64dbg
An open-source x64/x32 debugger for Windows. A modern, user-friendly alternative to OllyDbg with advanced features and plugin support.
Official Website →Wireshark
The world's foremost network protocol analyzer. Essential for analyzing malware network traffic, C2 communication, and data exfiltration patterns.
Official Website →Volatility
Advanced memory forensics framework for analyzing volatile memory dumps from Windows, Linux, and macOS systems.
Official Website →YARA
A powerful pattern matching engine designed for malware identification and classification. Create custom rules to detect malware families.
Official Website →🚀 My Projects
Yara-Gen
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
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
- • TryHackMe
- • HackTheBox
- • PicoCTF
- • Malware Unicorn