English

Toward Inferring Accurate Context-free Grammars for Big Languages in a Black-box Setting

Software Engineering 2026-07-09 v1 Programming Languages

Abstract

Black-box context-free grammar inference is crucial for program analysis, reverse engineering, program understanding, fuzzing, and security. But existing approaches such as Arvada, TreeVada, Kedavra, and Cucio struggle with scalability, accuracy, and grammar readability, especially on larger languages. To address this challenge, Xvada introduces several new techniques for deterministic inference of context-free grammars. In an empirical comparison that avoids several pitfalls of recent studies, Xvada improves on the highest-scoring competitor (TreeVada) both in grammar accuracy and grammar compactness. Xvada also found a CVE in the widely used Python Liquid engine. Fuzzing based on the XVada-inferred grammar found five more bugs, which the Python Liquid developers fixed based on our bug reports. XVADA and all experimental data and scripts are freely available.

Keywords

Cite

@article{arxiv.2607.08959,
  title  = {Toward Inferring Accurate Context-free Grammars for Big Languages in a Black-box Setting},
  author = {Mohammad Rifat Arefin and Nuhiat Arefin and Shanto Rahman and Christoph Csallner},
  journal= {arXiv preprint arXiv:2607.08959},
  year   = {2026}
}

Comments

12 pages