Back to browse
GitHub Repository

Multi-language code execution through a simple IR and deterministic VM with LLM repair / patching

10 starsPython

RedDragon, LLM-assisted IR analysis of code across languages

by armorer·Mar 5, 2026·2 points·1 comment

AI Analysis

●●●BangerWizardryBig BrainNiche Gem

LLM-assisted IR repair for decompiled and incomplete code across 15 languages.

Strengths
  • Novel constraint: deterministic parsing + LLM only at true information boundaries
  • Universal 27-opcode IR with source location traceability bridges languages elegantly
  • Handles real-world mess (missing deps, unresolved imports) via speculative VM execution
Weaknesses
  • Narrow audience (reverse engineering, binary analysis, legacy migration)
  • LLM repair robustness unclear; no public benchmarks on real decompiled binaries
Target Audience

Security researchers, binary analysis engineers, legacy system maintainers

Similar To

Ghidra · RetDec · Radare2

Similar Projects