PulseAugur
实时 10:53:14
English(EN) Practical Source Code Recovery from Binary Functions Using Anchor-Based Retrieval and LLM Reasoning

LLM应用于二进制代码恢复和基准测试 · 跟踪3个来源

两篇新研究论文提出了使用大型语言模型(LLM)对二进制函数进行基准测试和恢复源代码的方法。第一篇论文REFORGE介绍了一个管道,用于构建可靠的地面真实数据以供LLM在二进制分析中进行评估,并强调了编译器优化和对齐不确定性带来的挑战。第二篇论文提出了一个实用的管道,结合了逆向工程、基于锚点的源代码检索和LLM推理,以从数据库中识别源函数,而不是生成伪代码。这两种方法都旨在提高LLM在逆向工程和软件安全中的准确性和可靠性。 AI

影响 通过提供更好的评估和恢复方法,提高了LLM在软件安全和逆向工程方面的能力。

排序理由 两篇学术论文介绍了LLM在软件逆向工程中应用的新方法。

在 arXiv cs.AI 阅读 →

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

LLM应用于二进制代码恢复和基准测试 · 跟踪3个来源

本文如何被排名

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Research
两篇学术论文介绍了LLM在软件逆向工程中应用的新方法。
Source corroboration
3 independent sources
Multiple independent publishers reporting the same story raises confidence that it's real and newsworthy.
Topics
paper, product
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
47 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

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

报道来源 [3]

  1. arXiv cs.AI TIER_1 English(EN) · Nicolas Koller, Andreas u. Schmidt ·

    REFORGE:一种用于基准测试LLM在反编译二进制函数命名中的逆向工程能力的方法

    arXiv:2607.07738v1 Announce Type: cross Abstract: Large language models (LLMs) are increasingly applied to reverse-engineering tasks, and recent threat-intelligence reporting shows them operating inside live offensive-security workflows. Claims about their capability, however, ou…

  2. arXiv cs.AI TIER_1 English(EN) · Charles Edward Gagnon, Steven H. H. Ding, Philippe Charland, Benjamin C. M. Fung ·

    利用基于锚点的检索和LLM推理从二进制函数中恢复实用源代码

    arXiv:2607.09452v1 Announce Type: cross Abstract: We present a practical pipeline for recovering source code from stripped binary functions by combining reverse engineering, anchor-based source code retrieval, and large language model reasoning. Our binary-to-source-code retrieva…

  3. arXiv cs.AI TIER_1 English(EN) · Benjamin C. M. Fung ·

    利用基于锚点的检索和LLM推理从二进制函数中恢复实用源代码

    We present a practical pipeline for recovering source code from stripped binary functions by combining reverse engineering, anchor-based source code retrieval, and large language model reasoning. Our binary-to-source-code retrieval method attempts to identify the source function …