ctf-malware

Installation
SKILL.md

CTF Malware & Network Analysis

Quick reference for malware analysis CTF challenges. Each technique has a one-liner here; see supporting files for full details with code.

Prerequisites

Python packages (all platforms):

pip install yara-python pefile capstone oletools unicorn pycryptodome \
  volatility3 dissect.cobaltstrike

Linux (apt):

apt install strace ltrace tshark binwalk binutils
Installs
4.5K
GitHub Stars
2.4K
First Seen
Feb 1, 2026
ctf-malware — ljagiello/ctf-skills