Tutorials
Context-Guided Decompilation: A Step Towards Re-executability
arXiv:2511.01763v2 Announce Type: replace-cross Abstract: Binary decompilation plays an important role in software security analysis, reverse engineering, and malware understanding when source code is
arXiv:2511.01763v2 Announce Type: replace-cross Abstract: Binary decompilation plays an important role in software security analysis, reverse engineering, and malware understanding when source code is unavailable. However, existing decompilation techniques often fail to produce source code that can be successfully recompiled and re-executed, particularly for optimized binaries. Recent advances in large language models (LLMs) have enabled neural approaches to decompilation, but the generated code is typically only semantically plausible rather than truly executable, limiting their practical reliability. These shortcomings arise from compiler optimizations and the loss of semantic cues in compiled code, which LLMs struggle to recover without contextual guidance. To address this challenge, we propose ICL4Decomp, a hybrid decompilation framework that leverages in-context learning (ICL) to guide LLMs toward generating re-executable source code. We evaluate our method across multiple datasets, optimization levels, and compilers, demonstrating around 40% improvement in re-executability over state-of-the-art decompilation methods while maintaining robustness.
Related
- RPM-Net Reciprocal Point MLP Network for Unknown Network Security Threat Detection
- Attribution-Driven Explainable Intrusion Detection with Encoder-Based Large Language Models
- Detection and Characterization of Coordinated Online Behavior: A Survey
- Learning and Enforcing Context-Sensitive Control for LLMs
Source: arXiv cs.AI | 2026-04-14