Weakness Identification of Binary Program Function of Pseudo-code by Incorporating Structure and Sequence Information with Attention-Residual Connections

The research objectives are toidentify weaknesses in binary program functions and combine deep learningtheories to address these weaknesses. The analysis section provides definitionsof binary programs, same-origin vulnerabilities, and software vulnerabilities.

The presenter highlights that in2022, around 17,000 vulnerabilities were recorded in the Common Vulnerabilityand Exposures (CVE) database. They emphasize the significance of this researchin dealing with the increasing threat of software vulnerabilities. The aim isto detect and evaluate vulnerabilities in binary files to improve systematicdetection and increase accuracy and reliability.

The presentation concludes with theresearch content, key technologies, solutions, and the experimental system.

Weakness-Identification-of-Binary-Program-Function-of-Pseudo-code-by-Incorporating-Structure-and-Sequence-Information-with-Attention-Residual-Connections-韩小初

原创文章,作者:bfs,如若转载,请注明出处:https://www.isclab.org.cn/2023/07/04/weakness-identification-of-binary-program-function-of-pseudo-code-by-incorporating-structure-and-sequence-information-with-attention-residual-connections/

(0)
bfsbfs
上一篇 2023年7月3日 上午10:18
下一篇 2023年7月5日 下午3:02

相关推荐

  • 从图视角理解多智能体系统安全

    多智能体系统安全是当前人工智能研究中的重要方向,与系统稳定性、信息可信性及防御能力密切相关,但现有研究多集中于单智能体输入输出过滤或局部安全策略,难以刻画复杂交互网络中的全局风险传…

    2026年4月13日
    4.0K
  • Using Sentiment Representation Learning to Enhance Gender Classification for User Profiling

          用户画像意味着利用机器学习技术来预测用户的属性,例如人口统计学属性,兴趣属性,偏好属性等。它是精确营销的强大…

    2018年12月17日
    3.0K
  • Cache侧信道攻击与防御

    本报告讲述了cache侧信道攻击与防御基本分类及理论基础,给出了基于冲突和基于访问两类侧信道攻击和反制措施的基本概念,并对介绍基于映射随机化和基于隔离两类防御方法的文献进行了详细介…

    2021年11月23日
    4.7K
  • 文本相似度度量方法

    文本相似度度量是自然语言处理中的一个基础问题,是许多下游任务的基础,如文本分类、信息检索、对话系统、句义标注等。相似度匹配的过程包括了构造特征与度量特征两个基本步骤,其中构造特征是…

    2022年3月13日
    4.3K
  • 基于行为语义分析的android恶意软件分析方法

    Android恶意软件对社会造成较大危害。为此,本文介绍了一种基于关联行为分析的Android恶意软件检测系统,该方法具有较强的行为表征能力,能有效的应对各种进化变异的恶意软件。

    2019年8月13日
    3.8K
  • 符号执行简介

          符号执行 (Symbolic Execution)是一种程序分析技术。其可以通过分析程序来得到让特…

    2019年1月2日
    3.6K
  • 预训练语言模型GPT3

    为了从网络上海量文本信息提取有价值信息,需要使用计算机处理文本数据,首要任务是将文本转换为计算机可以处理的向量化数据。单词是文本的最小单位,所以需要使用语言模型得到词向量表示成为文…

    2021年2月19日
    3.8K
  • 大模型驱动的软件漏洞PoC自动生成方法

    本报告围绕大模型驱动的软件漏洞PoC自动生成展开,介绍漏洞触发、污点分析与动态验证等基础,并重点解析PoCGen与PoCEvolve两种方法。报告强调结合LLM、程序分析和执行反馈…

    2026年9月1日
    7
  • Web应用漏洞挖掘技术研究

    该报告系统探讨了基于黑盒扫描的Web应用漏洞挖掘技术。报告重点分析了两项前沿工作:YuraScanner利用大语言模型(LLM)理解网站功能并自主执行任务流,以探索传统扫描器难以触…

    2026年4月27日
    3.3K