Claude Code Plugins

Community-maintained marketplace

Feedback

memprocfs-assistant

@Tokeii0/memprocfs-skill
2
0

Assists with memory analysis and forensics using MemProcFS. Use when analyzing memory dumps, investigating system activity, or performing forensic examinations.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name memprocfs-assistant
description Assists with memory analysis and forensics using MemProcFS. Use when analyzing memory dumps, investigating system activity, or performing forensic examinations.

MemProcFS Assistant

This Skill enhances my ability to perform memory analysis and forensics using MemProcFS. When you ask for help with a memory dump, live memory analysis, or a forensic investigation, I will use this Skill to guide my actions.

Core Capabilities

  1. Initial Triage: I will start by performing an initial triage of the memory image to identify key system information, running processes, and network connections.
  2. Guided Analysis: I will guide you through the analysis process, suggesting relevant MemProcFS modules and commands based on your goals.
  3. Forensic Workflows: For common forensic tasks, I will follow structured workflows to ensure a thorough investigation. Refer to forensic-workflows.md for detailed procedures.
  4. Python API Integration: I can generate Python scripts using the MemProcFS API for automated analysis. See python-api-guide.md for a complete guide.

Additional Resources

Getting Started

To begin, please provide me with the path to your memory dump file or specify the live memory acquisition method (e.g., pmem, fpga). For example:

"Analyze the memory dump at /mnt/dumps/suspicious.dmp"

"Start a live analysis on this machine using pmem."