๐Ÿ”Ž
QualityPython

YARA Signatures

by dariushoule

YARA Signatures is a Quality skill for Claude Code, published by dariushoule in x64dbg-skills.

203 stars16 forkson dariushoule/x64dbg-skillsAdded 2026/09/05Repository updated 2026/03/13
claude-codemcpskillsx64dbg
Install in seconds
Install YARA Signatures
Copy YARA Signatures into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/dariushoule/x64dbg-skills/tree/main/skills/yara-sigs ~/.claude/skills/yara-sigs

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/dariushoule/x64dbg-skills.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/yara-sigs/SKILL.md in dariushoule/x64dbg-skills
Installs to
~/.claude/skills/yara-sigs
Collection
One of 8 skills cataloged from this repository
Category
Quality โ€” 1662 skills

What YARA Signatures does

YARA Signatures scans a state snapshot's memory dumps with YARA rules to find packers, crypto constants, anti-debug techniques, and malware-family markers. Use it when you need to classify code or inspect modules in a debuggee snapshot.

YARA Signatures is cataloged under Quality on DirSkills. YARA Signatures comes from a repository tagged claude-code, mcp, skills and x64dbg.

Documentation

README

yara-sigs

Scan debuggee memory (via a state snapshot) against a large YARA signature database to identify packers, crypto constants, anti-debug tricks, malware families, and more.

Instructions

Follow these steps exactly:

1. Check prerequisites

Run pip show yara-python via Bash. If not installed, tell the user to run pip install yara-python and stop. Run git --version via Bash. If not installed, tell the user to install Git and stop.

2. Ensure the YARA signature database is available

Check if the directory ${CLAUDE_PLUGIN_ROOT}\yarasigs exists (use dir). If it does not exist, clone it:

git clone --recurse-submodules https://github.com/x64dbg/yarasigs "${CLAUDE_PLUGIN_ROOT}\yarasigs"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about YARA Signatures

  • What else does dariushoule publish alongside YARA Signatures?

    YARA Signatures is one of 8 skills that DirSkills catalogs from dariushoule/x64dbg-skills, the repository it ships in. Its siblings there include Decompile, Find OEP and Shellcode Analyzer. Each one is a separate skill with its own page in this directory, installs the same way YARA Signatures does, and is maintained by dariushoule in that same repository. The rest of the collection is listed on the dariushoule/x64dbg-skills page.

  • How does YARA Signatures compare to other Quality skills?

    YARA Signatures ranks #1508 by stars among the 1662 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of YARA Signatures against them. Open each page to compare what they document and how they install.

More from dariushoule/x64dbg-skills

YARA Signatures is one of 8 skills cataloged on DirSkills from dariushoule/x64dbg-skills.

See all 8 skills โ†’