Kuna Decompiler Achieves 44.4% Perfect Control Flow Structuring
July 29, 2026
Kuna is an experimental decompiler developed primarily via LLM code generation. It achieves 44.4% perfect control flow structuring on C programs, performing nearly as well as IDA Pro's 45.7% through an autonomous refinement process that uses trial-and-error against existing industry standards.
HOW THIS AFFECTS YOU
●
builderYou can leverage LLM-driven autonomous refinement to port complex low-level logic from legacy tools.
●
researcherThis demonstrates how LLMs can learn complex software engineering tasks by benchmarking against established heuristic models.