Types
Import, inspect, and apply Ghidra types through ghidrasql — structs, unions, enums, typedefs, and function signatures.
Connect
Connect to ghidrasql sources, verify live access, and route to the right analysis skill.
Disassembly
Inspect code structure through ghidrasql tables for functions, instructions, blocks, CFG, loops, switches, dominators, and tail calls.
Annotations
Apply persistent ghidrasql annotations such as names, comments, signatures, and local-variable edits.
Debugger
Manage breakpoints and patch bytes through ghidrasql — the breakpoints table and memory_bytes single-byte UPDATE.
Xrefs
Trace callers, callees, call graph edges, and string references with ghidrasql.
Re Source
Recursive bottom-up source recovery methodology — annotate leaf callees first, work up through the call graph, refining types iteratively.
Data
Query strings, bytes, data items, memory blocks, and relocations through ghidrasql.
Grep
Search ghidrasql entities by name or pattern across functions, symbols, imports, exports, types, and strings.
Claude Agent Sdk Dotnet
A modern .NET library for interacting with the Claude Code CLI, with full Python SDK parity.
Analysis
Analyze binaries with ghidrasql using safe, high-signal query patterns.
Decompiler
Decompile functions with ghidrasql and work with pseudocode, locals, parameters, and ctree pattern views safely.
Functions
Reference ghidrasql SQL functions and choose the right helper for a task.