๐Ÿ”Ž
QualityPython

Tracealyzer

by dariushoule

Tracealyzer 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 Tracealyzer
Copy Tracealyzer 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/tracealyzer ~/.claude/skills/tracealyzer

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/tracealyzer/SKILL.md in dariushoule/x64dbg-skills
Installs to
~/.claude/skills/tracealyzer
Collection
One of 8 skills cataloged from this repository
Category
Quality โ€” 1662 skills

What Tracealyzer does

Tracealyzer records x64dbg execution step-by-step into or over calls for a set count or stop condition, then analyzes the instruction log. Use it to inspect control flow, loops, and key instructions during debugging.

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

Documentation

README

tracealyzer

Trace debuggee execution โ€” stepping into or over calls โ€” for a specified number of instructions or until a condition is met. The full instruction log is captured to a file and then analyzed.

Instructions

Follow these steps exactly:

1. Verify debugger connection

Call mcp__x64dbg__get_debugger_status to confirm the debugger is connected and a debuggee is loaded and paused. If it is running, call mcp__x64dbg__pause. If no debuggee is loaded, tell the user and stop.

2. Gather trace parameters

Ask the user for the following if not already provided:

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

Frequently asked about Tracealyzer

  • What else does dariushoule publish alongside Tracealyzer?

    Tracealyzer 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 Tracealyzer 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 Tracealyzer compare to other Quality skills?

    Tracealyzer ranks #1506 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 Tracealyzer against them. Open each page to compare what they document and how they install.

More from dariushoule/x64dbg-skills

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

See all 8 skills โ†’