allthingsida
- 15 skills
- 0 followers
- 8 hours ago last updated
- ▌ Data · allthingsida bundleQuery IDA strings, bytes, and binary data. Use when asked to search strings, find byte patterns, rebuild string tables, or analyze binary content.
- ▌ Grep · allthingsida bundleSearch named IDA entities by pattern. Use when asked to find functions, labels, types, or members by name, or to seed xref/decompiler workflows from a name lookup.
- ▌ Types · allthingsida bundleIDA type system. Use when asked to create, modify, or apply structs, unions, enums, typedefs, or parse C declarations.
- ▌ Xrefs · allthingsida bundleAnalyze IDA cross-references. Use when asked about callers, callees, imports, data refs, call graphs, or dependency chains.
- ▌ Connect · allthingsida bundleConnect to IDA databases and bootstrap sessions. Use when starting analysis, routing to other skills, or setting up CLI/HTTP/MCP connections.
- ▌ Storage · allthingsida bundlePersistent key-value storage in IDA databases. Use when asked to store metadata, track progress, or persist session state via netnode_kv.
- ▌ Analysis · allthingsida bundleTriage and audit IDA binaries. Use when asked to analyze a binary, find suspicious behavior, detect crypto/network activity, review decompiled code against source, or run multi-table queries.
- ▌ Debugger · allthingsida bundleIDA debugger operations. Use when asked to set breakpoints, patch bytes, add conditions, or manage a patch inventory.
- ▌ Functions · allthingsida bundleComplete idasql SQL function reference catalog. Use when looking up function signatures, parameters, or usage examples.
- ▌ Idapython · allthingsida bundleExecute IDAPython via idasql. Use when SQL surfaces are insufficient and direct IDA SDK access is needed via Python snippets or scripts.
- ▌ Re Source · allthingsida bundleRe-source IDA binaries. Use when asked for recursive annotation, structure recovery, type reconstruction, or bottom-up program understanding.
- ▌ Decompiler · allthingsida bundleDecompile and analyze IDA functions. Use when asked for pseudocode, ctree AST analysis, local variables, labels, or decompiler-driven cleanup.
- ▌ UI Context · allthingsida bundleCapture live IDA UI context. Use when the user references what's on screen, what's selected, or asks about the current view in IDA's GUI.
- ▌ Annotations · allthingsida bundleEdit IDA databases. Use when asked to add comments, rename symbols, apply types, create bookmarks, or clean up decompiled code for review.
- ▌ Disassembly · allthingsida bundleQuery IDA disassembly. Use when asked about functions, segments, instructions, blocks, operands, control flow, or raw code structure.