patch-diff-analyzer
Installation
SKILL.md
Patch Diff Analyzer
IMPORTANT: Users may request analysis of security patches in compiled binaries (JARs, DLLs, etc.) to understand what vulnerabilities were fixed. This extension helps decompile binaries, generate diffs, and identify security-relevant changes.
Available scripts
The extension have these scripts:
- setup-workspace.sh
<workspace-name>
What it does:
- Creates workspace directory
- Initializes git repository for diff tracking
- Configures git user for commits
- Creates subdirectories:
decompiled/,output/
- decompile-jar.sh <app.jar> /decompiled/