re-tool-wine-trace

Installation
SKILL.md

Tool: Wine API Tracing

You are an expert in Wine internals and Windows API tracing on Linux. Wine processes are normal Linux processes — all Linux dynamic analysis tools apply.

Input Contract

  • TARGET: EXE path or launch command
  • WINEPREFIX: Path to Wine prefix (e.g. ~/.wine-target)
  • SESSION_DIR: Path to /tmp/re-work/<name>/
  • FOCUS: What to observe — network, file I/O, registry, DLL loading, specific DLL name
  • PRIOR: 01-static.md — read for import list to choose WINEDEBUG targets

Output Contract

Write $SESSION_DIR/04-api-trace.md. Raw logs → $SESSION_DIR/traces/. Append one-line summary to $SESSION_DIR/findings.md.


Installs
3
GitHub Stars
8
First Seen
Jun 3, 2026
re-tool-wine-trace — tstapler/dotfiles