Paper recorded by Signals 4 on 2026-09-04 in cs.AI. Abstract reproduced from arXiv; link to the original below.
Published 2026-09-04 on arXiv · recorded by Signals 4 on 2026-09-07
Category: cs.AI · 人工智能 · first seen 2026-09-07
Decompilation recovers high-level source from compiled machine code and serves as a foundation for security tasks such as vulnerability detection and malware analysis. Traditional decompilers like Ghidra and Hex-Rays expose whatever they cannot resolve as visible placeholders and often emit pseudocode that will not compile or execute; LLM-based decompilers produce clean, idiomatic C and are now ju