paper-with-me

Papers

Deep Learning-based Binary Analysis for Vulnerability Detection in x86-64 Machine Code

2026-01-14 · Mitchell Petingola arxiv

While much of the current research in deep learning-based vulnerability detection relies on disassembled binaries, this paper explores the feasibility of extracting features directly from raw x86-64 machine code. Although assembly language is more interpretable for humans, it requires more complex models to capture token-level context. In contrast, machine code may enable more efficient, lightweight models and preserve all information that might be lost in disassembly. This paper approaches the task of vulnerability detection through an exploratory study on two specific deep learning model architectures and aims to systematically evaluate their performance across three vulnerability types. The results demonstrate that graph-based models consistently outperform sequential models, emphasizing the importance of control flow relationships, and that machine code contains sufficient information for effective vulnerability discovery.

📄 PDF Abstract BibTeX arXiv:2601.09157

Code (0)

등록된 구현이 없습니다.

Tasks

Vulnerability Detection

Similar Papers 제목 키워드 기반

VulCatch: Enhancing Binary Vulnerability Detection through CodeT5 Decompilation and KAN Advanced Feature Extraction

2024-08-13 · Abdulrahman Hamman Adama Chukkol, Senlin Luo, Kashif Sharif, Yunusa Haruna 외

Binary program vulnerability detection is critical for software security, yet existing deep learning approaches often rely on source code analysis, limiting their ability to detect unknown vulnerabilities. To address thi…

Kolmogorov-Arnold NetworksVulnerability Detection

UniASM: Binary Code Similarity Detection without Fine-tuning

2022-10-28 · Yeming Gu, Hui Shu, Fei Kang, Fan Hu

Binary code similarity detection (BCSD) is widely used in various binary analysis tasks such as vulnerability search, malware detection, clone detection, and patch analysis. Recent studies have shown that the learning-ba…

Clone DetectionMalware DetectionModel Selection

Evaluation of ChatGPT Model for Vulnerability Detection

2023-04-12 · Anton Cheshkov, Pavel Zadorozhny, Rodion Levichev

In this technical report, we evaluated the performance of the ChatGPT and GPT-3 models for the task of vulnerability detection in code. Our evaluation was conducted on our real-world dataset, using binary and multi-label…

ClassificationmodelMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

RustMizan: A Compilable, Contamination-Aware Benchmarking Framework for Rust Vulnerabilities

2026-07-06 · Tarek Elsayed, Shiping Yang, Eunsong Koh, Sanika Goyal 외 arxiv

LLM agents are increasingly applied to vulnerability analysis, but existing benchmarks have not kept pace. They typically rely on small non-compilable snippets, focus on binary classification (vulnerable or not), and do …

Vulnerability DetectionBinary Classification

Maximal Divergence Sequential Autoencoder for Binary Software Vulnerability Detection

2019-05-01 · ICLR 2019 5 · Tue Le, Tuan Nguyen, Trung Le, Dinh Phung 외

Due to the sharp increase in the severity of the threat imposed by software vulnerabilities, the detection of vulnerabilities in binary code has become an important concern in the software industry, such as the embedded …

Computer SecurityVulnerability Detection