AI RESEARCH

PCodeTrans: Translate Decompiled Pseudocode to Compilable and Executable Equivalent

arXiv CS.AI

ArXi:2603.14855v1 Announce Type: cross Decompilation is foundational to binary analysis, yet conventional tools prioritize human readability over strict recompilability and verifiable runtime correctness. While recent LLM-based approaches attempt to refine decompiled pseudocode, they typically either optimize solely for readability or rely on static analysis for evaluation. This makes them prone to "semantic hallucinations" that compromise accuracy and fail to resolve actual runtime failures.