patch-diff-analyzer

Official

Compare binary patches to reveal security fixes.

AuthorHacktronAI
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the process of comparing two binary versions (unpatched vs patched) to identify security-related changes, enabling faster vulnerability analysis.

Core Features & Use Cases

  • Decompilation: Decompile Java JARs or .NET DLLs to expose readable source or IL.
  • Diff Generation: Generate patch-analysis.diff showing differences between versions.
  • Workflow Guidance: Provide a repeatable, git-based workflow to identify and analyze security changes in binaries.

Quick Start

Set up a workspace with the provided script, decompile the unpatched binary into decompiled/, commit with tag unpatched, then decompile the patched binary, commit with tag patched, and run analyze-diff.sh to generate patch-analysis.diff and changed-files.txt.

Dependency Matrix

Required Modules

jadxjd-clicfrilspycmdmonodis

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: patch-diff-analyzer
Download link: https://github.com/HacktronAI/skills/archive/main.zip#patch-diff-analyzer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository