LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: reverse engineering

Browse skills that share this tag.

  • aqua-voice-malleability - Aqua Voice Security Analysis
    security researchreverse engineeringIPC analysisWebSocket interception

    ★ 64 · Updated 2026-06-15

    Reverse engineer Aqua Voice with IPC injection, WebSocket interception, and braided monoidal interleaving for security research

    ⚙ analyze IPC traffic⚙ inject IPC messages⚙ monitor WebSocket connections
  • reverse-document - Generate Design Docs from Code
    documentationcode analysisreverse engineeringgame design

    ★ 0 · Updated 2026-05-28

    Generate design or architecture docs from existing code and prototypes

    ⚙ read code⚙ analyze code⚙ identify mechanics
  • reverse-document - Generate design docs from code
    documentationcode analysisreverse engineeringdesign generation

    ★ 17 · Updated 2026-05-28

    Analyzes code to generate design, architecture, or concept documentation

    ⚙ read source files⚙ identify mechanics⚙ extract formulas
  • sentinel-ctf - CTF Challenge Solver
    CTFweb securitybinary exploitationcryptography

    ★ 7 · Updated 2026-05-28

    Solve CTF security puzzles across web exploitation, binary pwn, cryptography, reverse engineering, and forensics categories.

    ⚙ classify challenge category⚙ spider web application⚙ check source code
  • reverse-document - Generate Design Docs from Code
    documentationcode analysisreverse engineeringgame development

    ★ 25,358 · Updated 2026-05-28

    Generate design or architecture docs from existing implementation

    ⚙ read code⚙ analyze implementation⚙ identify mechanics
  • bk-analyze - Brownfield Code Analysis to BK Specs
    brownfieldreverse engineeringcode analysisspecification extraction

    ★ 0 · Updated 2026-05-28

    Extract business rules, interfaces, and behaviors from existing code to generate BK-compatible specs

    ⚙ scan codebase structure⚙ identify modules and packages⚙ map public APIs
  • find-CBasePlayerPawn_CommitSuicide - Find CBasePlayerPawn_CommitSuicide in CS2
    reverse engineeringCS2binary analysisvirtual function

    ★ 66 · Updated 2026-03-25

    Locate the CommitSuicide function in CS2 binary using IDA Pro MCP tools

    ⚙ search for bot_kill string⚙ find string cross-references⚙ decompile command handler
  • binary-triage - Initial binary triage and analysis
    binary analysisreverse engineeringsecuritymalware analysis

    ★ 18 · Updated 2026-03-24

    Performs initial binary triage to understand binary behavior and identify suspicious indicators

    ⚙ survey memory layout⚙ get strings⚙ get symbols
  • binary-triage - Binary Triage for Initial Analysis
    binary analysisreverse engineeringsecuritymalware analysis

    ★ 602 · Updated 2026-03-24

    Performs initial binary survey to identify components and suspicious behavior

    ⚙ get current program⚙ list project files⚙ get memory blocks
  • jiap-analyst - Android APK Security Analysis with JADX
    androidreverse engineeringsecurityvulnerability analysis

    ★ 72 · Updated 2026-03-23

    Decompile Android APKs and frameworks to analyze security vulnerabilities using JADX and JIAP

    ⚙ decompile APK files⚙ identify exported components⚙ trace data flow
  • source-code-analysis - Systematic source code analysis for software projects
    code analysisreverse engineeringarchitecturesoftware design

    ★ 1 · Updated 2026-03-09

    Analyzes software project source code through a structured 7-phase workflow

    ⚙ scan project metadata⚙ generate architecture diagrams⚙ trace data flows
  • skill-reverse-engineering - Codebase Analysis for Architecture Documentation
    architecturedocumentationcode analysisreverse engineering

    ★ 6 · Updated 2026-02-13

    Regenerate architecture documentation from codebase analysis when documentation is outdated or missing.

    ⚙ scan project directory structure⚙ analyze code components by directory⚙ generate architecture documentation
  • write-ida-script - Write IDAPython Scripts Using Verified API Workflows
    IDAreverse engineeringscriptingautomation

    ★ 1 · Updated 2026-02-11

    Write IDAPython scripts by consulting IDA SDK MCP server for verified API call sequences

    ⚙ write IDAPython scripts⚙ retrieve API workflows⚙ look up API documentation