Idioms: A Simple and Effective Framework for Turbo-Charging Local Neural Decompilation with Well-Defined Types

Download: arXiv Link, Github, Paper.

“Idioms: A Simple and Effective Framework for Turbo-Charging Local Neural Decompilation with Well-Defined Types” by Luke Dramko, Claire Le Goues, and Edward J. Schwartz. In Proceedings of the Network and Distributed System Security Symposium, 2026.

Abstract

Decompilers help reverse engineers analyze software at a higher level of abstraction than assembly code. Unfortunately, because compilation is lossy, traditional decompilers, which are deterministic, produce code that lacks many characteristics that make source code readable in the first place, such as variable and type names. Neural decompilers offer the exciting possibility of statistically filling in these details. Unfortunately, existing work in neural decompilation suffers from substantial limitations that preclude its use on real code, such as the inability to provide definitions for user-defined composite types. In this work, we introduce IDIOMS, a simple, generalizable, and effective neural decompilation approach that can finetune any LLM into a neural decompiler capable of generating the appropriate user-defined type definitions alongside the decompiled code, and a new dataset, REALTYPE, that includes substantially more complicated and realistic types than existing neural decompilation benchmarks. We show that our approach yields state-of-the-art results in neural decompilation. On the most challenging existing benchmark-EXEBENCH-our model achieves 54.4% accuracy vs. 46.3% for LLM4Decompile and 37.5% for Nova; on REALTYPE, our model performs at least 95% better.

Download: arXiv Link, Github, Paper.

BibTeX entry:

@inproceedings{dramko:2026:idioms,
   author = {Luke Dramko and Claire Le Goues and Edward J. Schwartz},
   title = {Idioms: A Simple and Effective Framework for Turbo-Charging
	Local Neural Decompilation with Well-Defined Types},
   booktitle = {Proceedings of the Network and Distributed System Security
	Symposium},
   year = {2026}
}

(This webpage was created with bibtex2web.)

Back to publications.