ghidrasql-skills
ghidrasql-skills contient 12 skills collectées depuis 0xeb, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Analyze binaries with ghidrasql using safe, high-signal query patterns.
Apply persistent ghidrasql annotations such as names, comments, signatures, and local-variable edits.
Connect to ghidrasql sources, verify live access, and route to the right analysis skill.
Query strings, bytes, data items, memory blocks, and relocations through ghidrasql.
Manage breakpoints and patch bytes through ghidrasql — the breakpoints table and bytes single-byte UPDATE.
Decompile functions with ghidrasql and work with pseudocode, locals, parameters, and ctree pattern views safely.
Inspect code structure through ghidrasql tables for functions, instructions, blocks, CFG, loops, switches, dominators, and tail calls.
Reference ghidrasql SQL functions and choose the right helper for a task.
Search ghidrasql entities by name or pattern across functions, symbols, imports, exports, types, and strings.
Recursive bottom-up source recovery methodology — annotate leaf callees first, work up through the call graph, refining types iteratively.
Import, inspect, and apply Ghidra types through ghidrasql — structs, unions, enums, typedefs, and function signatures.
Trace callers, callees, call graph edges, and string references with ghidrasql.