Implicit Patterns in LLM-Based Binary Analysis
Qiang Li, XiangRui Zhang, Haining Wang

TL;DR
This paper uncovers structured implicit token-level patterns in large language model-based binary analysis, revealing how multi-pass reasoning organizes exploration without explicit control-flow, thus laying a foundation for more reliable analysis systems.
Contribution
It provides the first large-scale analysis of implicit token-level patterns in LLM-driven binary analysis, revealing structured reasoning behaviors and organizing principles.
Findings
Identified four dominant implicit patterns: early pruning, lock-in, backtracking, and prioritization.
Analyzed 521 binaries with 99,563 reasoning steps to characterize these patterns.
Demonstrated that these patterns form a stable, structured reasoning system.
Abstract
Binary vulnerability analysis is increasingly performed by LLM-based agents in an iterative, multi-pass manner, with the model as the core decision-maker. However, how such systems organize exploration over hundreds of reasoning steps remains poorly understood, due to limited context windows and implicit token-level behaviors. We present the first large-scale, trace-level study showing that multi-pass LLM reasoning gives rise to structured, token-level implicit patterns. Analyzing 521 binaries with 99,563 reasoning steps, we identify four dominant patterns: early pruning, path-dependent lock-in, targeted backtracking, and knowledge-guided prioritization that emerge implicitly from reasoning traces. These token-level implicit patterns serve as an abstraction of LLM reasoning: instead of explicit control-flow or predefined heuristics, exploration is organized through implicit decisions…
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
TopicsInformation and Cyber Security · Network Security and Intrusion Detection · Adversarial Robustness in Machine Learning
