PulseAugur
实时 09:30:27
English(EN) Recompilation Is Not Enough: Test-Guided Decompiled-C Repair

测试引导的修复使反编译的C代码可审计

研究人员开发了一种新颖的工作流程来修复反编译的C代码,确保其不仅可以重新编译,还能通过行为测试。该方法利用编译器反馈和现有测试来指导修复过程。在对104个Coreutils 9.5二进制文件的初步评估中,87.5%成功修复并通过了测试门槛,表明测试引导的反馈提高了反编译代码恢复的可审计性。 AI

影响 这项研究可以提高逆向工程软件的可靠性和可审计性,可能影响安全分析和遗留系统维护。

排序理由 该集群包含一篇详细介绍新代码修复方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

测试引导的修复使反编译的C代码可审计

本文如何被排名

Signal score
14 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该集群包含一篇详细介绍新代码修复方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
paper, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

完整方法见我们的编辑标准

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Yuhan Huang, Puzhuo Liu, Jianlei Chi ·

    重新编译不足以:测试引导的已反编译 C 代码修复

    arXiv:2609.07201v1 Announce Type: cross Abstract: Decompiled C often becomes recompilable only after repair, but recompilation alone does not establish test-observed behavior. A recompiled command-line binary can still parse options incorrectly, print different bytes, or return a…