CRAIJun 18

Multi-View Decompilation for LLM-Based Malware Classification

arXiv:2606.204369.1
Predicted impact top 44% in CR · last 90 daysOriginality Synthesis-oriented
AI Analysis

For malware analysts using LLMs to classify decompiled binaries, this work offers a simple, training-free method to improve triage accuracy.

The paper shows that providing multiple decompiler views (Ghidra and RetDec) to LLMs improves malware classification F1 score by increasing recall on malicious samples, compared to using a single decompiler view.

Malware analysts often inspect compiled binaries through decompiled pseudo-C, when source code is unavailable. Recent work suggests that large language models (LLMs) can assist this process by classifying decompiled code as benign or malicious, but existing pipelines typically rely on a single decompiler view. We argue that this assumption is fragile: decompilers are lossy heuristic tools, and different decompilers can expose different artefacts of the same binary. We curate a benchmark of benign utilities and malicious programs spanning a range of threat behaviors. Each sample is compiled and decompiled with both Ghidra and RetDec, yielding matched pseudo-C views. Across a range of LLMs from major model families, we find that providing both decompiler views improves malicious-class F1, mainly by increasing recall on malicious samples. Agreement analyses further show that Ghidra and RetDec make partially different errors, supporting the view that decompiler outputs provide complementary evidence. Our results suggest that multi-decompiler prompting is a simple, training-free way to improve LLM-based malware triage in practical settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes