Structured extraction
- Useful functions, symbols, strings and references
- Decompiled pseudo-code and function relationships
- Compact, portable and inspectable JSON
- Segmentation suited to context limits
- Outputs reusable across multiple backends
Defensive reverse engineering · LLM · Open source
A pipeline that turns Ghidra's rich output into compact context for local or hosted models, then produces analysis connected to its supporting evidence.
Problem
A binary contains far more information than a model can analyze at once. The pipeline must compact it without erasing provenance.
Pipeline
Functions, graphs, strings and references.
Normalize without losing provenance.
Query the selected LLM backend.
Return to evidence in Ghidra.
Design choices
The report accelerates navigation through a binary. It does not turn a model hypothesis into a fact.
The backend is configurable so users can balance local confidentiality, model capability and environment constraints.
References to source functions and artifacts let the analyst verify each important conclusion in the analysis tool.
Public code