VulBinLLM: LLM-powered Vulnerability Detection for Stripped Binaries
Nasir Hussain, Haohan Chen, Chanh Tran, Philip Huang, Zhuohao Li, Pravir Chugh, William Chen, Ashish Kundu, Yuan Tian

TL;DR
VulBinLLM introduces an LLM-based framework that enhances binary vulnerability detection through optimized decompilation and extended context reasoning, achieving state-of-the-art results on synthetic datasets.
Contribution
The paper presents VulBinLLM, a novel LLM-powered approach that improves binary vulnerability detection by integrating decompilation enhancements and advanced reasoning techniques.
Findings
Achieves state-of-the-art performance on Juliet dataset
Effectively detects vulnerabilities in stripped C/C++ binaries
Demonstrates the feasibility of LLMs in binary security analysis
Abstract
Recognizing vulnerabilities in stripped binary files presents a significant challenge in software security. Although some progress has been made in generating human-readable information from decompiled binary files with Large Language Models (LLMs), effectively and scalably detecting vulnerabilities within these binary files is still an open problem. This paper explores the novel application of LLMs to detect vulnerabilities within these binary files. We demonstrate the feasibility of identifying vulnerable programs through a combined approach of decompilation optimization to make the vulnerabilities more prominent and long-term memory for a larger context window, achieving state-of-the-art performance in binary vulnerability analysis. Our findings highlight the potential for LLMs to overcome the limitations of traditional analysis methods and advance the field of binary vulnerability…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Web Application Security Vulnerabilities · Information and Cyber Security
