idasql

Community

SQL-driven queries for IDA databases via IDASQL

Author0xeb
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enables analysts to query and analyze IDA Pro databases using SQL through idasql, enabling rapid extraction of functions, cross-references, strings, and decompiled data without manual scripting.

Core Features & Use Cases

  • Direct SQL access: Run SQL queries against IDA databases (.idb/.i64) to list functions, strings, xrefs, and segments.
  • Flexible modes: Use direct CLI mode for ad-hoc queries or HTTP/server mode for persistent analysis across sessions.
  • Use Case: Quickly inventory all functions with their start addresses and names, or search for all strings matching a pattern across multiple binaries.

Quick Start

  • Start by loading a database and run a sample query: idasql -s test.i64 -q "SELECT name, address FROM funcs LIMIT 5"
  • Or run in HTTP mode: idasql -s test.i64 --http 8080 and query with curl.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: idasql
Download link: https://github.com/0xeb/anthropic-xsql-tools-plugin/archive/main.zip#idasql

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.