find-gaps

Detect and categorize code gaps in assembly binaries for reverse engineering.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/XekriRedmane/ali_baba_reveng --skill find-gaps-xekriredmane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-gaps
Source: https://github.com/XekriRedmane/ali_baba_reveng/tree/main/.claude/skills/find-gaps
Command: npx skills add https://github.com/XekriRedmane/ali_baba_reveng --skill find-gaps-xekriredmane

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists reverse engineers in locating uncharted or undocumented code segments within assembly binaries, facilitating targeted analysis.

Core Features & Use Cases

  • Gap Assembly and Comparison: Automates building and verifying assembled code against reference binaries.
  • Gap Visualization: Categorizes and displays code gaps by size with contextual information.
  • Use Case: A researcher aims to uncover hidden or unresolved regions in a vintage game’s binary, enabling focused reverse engineering of critical routines.

Quick Start

Use the find-gaps skill to analyze the current project’s binary and review the identified undocumented areas.

Frequently Asked Questions about find-gaps

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I locate undocumented code segments in an assembly binary?

To locate undocumented code segments in an assembly binary, use a gap detection process that assemblies and verifies code against reference binaries to isolate uncharted regions for targeted reverse engineering.

What is gap detection in reverse engineering?

Gap detection in reverse engineering is the process of identifying and categorizing uncharted code regions within a binary, allowing analysts to focus their symbolic analysis on undocumented routines.

How do I visualize undocumented code gaps by size during binary analysis?

You can visualize undocumented code gaps during binary analysis by categorizing and displaying them according to size, providing contextual information to help security analysts explore specific binary internals.

Do I need to know assembly to use a binary gap detection skill?

Yes, you need to know assembly to use this binary gap detection skill, as it requires familiarity with assembly, binary comparison, and symbolic analysis to effectively interpret uncharted code regions.

Can I automate building and verifying assembled code against reference binaries?

Yes, you can automate building and verifying assembled code against reference binaries through gap assembly and comparison features, which validate the assembled output to detect discrepancies and undocumented areas.