iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout Werner Enterprises Posts Highest Revenue Per Truck Growth in One-Way Segment in a Decade CMA CGM and Stonepeak Launch United Ports LLC in $2.4 Billion Terminal Joint Venture UPS shift away from Amazon shows bigger payoff Lanesurf: 62% of Loads Get Vetted Carrier Offers Before Brokers Arrive India-China Border Trade Via Lipulekh Resumes Aug 1; China Permits 20 Traders Geopolitics Drives CMA CGM Q2 Profit Surge of 42% as Volumes and Rates Climb Benchmark Diesel Price Rises Third Week as Futures Plunge; Spread Hits Record Indian Government Limits Sugar Dealers to 400 Tonnes Stock Until November to Curb Hoarding Tenants signing longer leases for larger warehouses as 3PLs lock in capacity US stock market flat as S&P 500 and Dow barely move, Nasdaq slides over 1% on chip rout
Home ›› Technology ›› Ai ›› Llms ›› Multi-View Decompilation Improves LLM-Based Malware Classification, Study Finds

Multi-View Decompilation Improves LLM-Based Malware Classification, Study Finds

A new study shows that large language models (LLMs) classify decompiled code more accurately when given outputs from multiple decompilers rather than one. Researchers used Ghidra and RetDec to decompile benign and malicious binaries, finding that the multi-view approach improves malicious-class F1, mainly by increasing recall. The work suggests a simple, training-free method to enhance LLM-based malware triage in enterprise security operations.

iG
iGEN Editorial
June 21, 2026
Multi-View Decompilation Improves LLM-Based Malware Classification, Study Finds

Malware analysts often lack access to source code and rely on decompiled pseudo-C to inspect compiled binaries. Recent work has shown that large language models (LLMs) can assist by classifying decompiled code as benign or malicious. However, according to a paper by Turkmen, Bercan, Raina, and Vyas, existing pipelines typically depend on a single decompiler view—an assumption they argue is fragile.

The Problem with Single-Decompiler Approaches

Decompilers are lossy heuristic tools that can produce different artefacts from the same binary. The researchers note that different decompilers expose different artefacts, making single-view classification potentially unreliable. To investigate, they curated a benchmark comprising benign utilities and malicious programs spanning a range of threat behaviors.

The Multi-View Decompilation Method

Each sample in the benchmark was compiled and then decompiled with two popular decompilers: Ghidra and RetDec. This produced matched pseudo-C views for every binary. The researchers then fed these paired views into LLMs from major model families, prompting the models to classify the code as benign or malicious. This multi-decompiler prompting approach requires no additional training and is simple to implement.

Performance Gains and Complementary Evidence

Across a range of LLMs, the study found that providing both decompiler views improves malicious-class F1 score, primarily by increasing recall on malicious samples. Agreement analyses revealed that Ghidra and RetDec make partially different errors, confirming that the decompiler outputs provide complementary evidence. The authors state that "multi-decompiler prompting is a simple, training-free way to improve LLM-based malware triage in practical settings."

Implications for Enterprise Cybersecurity

For enterprise security operations, this finding offers a straightforward method to boost the accuracy of automated malware triage. By integrating multiple decompilers, organizations can improve detection of malicious binaries without overhauling existing LLM pipelines. The technique leverages existing tools (Ghidra and RetDec) and does not require model retraining. While the study focuses on classification, the principles could extend to other binary analysis tasks where decompiler diversity provides more complete information.

The research underscores the value of ensembling heuristic tools in machine learning workflows, particularly in security domains where false negatives carry high risk. As LLMs increasingly aid in malware analysis, multi-view decompilation offers a practical enhancement with minimal overhead.


Sources:

Keep Reading

Recommended Stories

Self-Improving AI Isn't Just for Frontier Labs: How Enterprises Can Build Their Own Technology

Self-Improving AI Isn't Just for Frontier Labs: How Enterprises Can Build Their Own

A journalist demonstrates building a self-improving AI using tools from Andrej Karpathy's AutoResearch and startup Prime Intellect. The experiment shows that recursive self-improvement is accessible beyond big labs, with implications for enterprises seeking specialized models.

July 8, 2026
DiverseDistill: New Knowledge Distillation Method Recovers Over 70% of Performance Gap Using Teacher Committees Technology

DiverseDistill: New Knowledge Distillation Method Recovers Over 70% of Performance Gap Using Teacher Committees

Researchers propose DiverseDistill, a knowledge distillation framework that combines a large foundation model with domain-specific experts as a diverse committee. The method recovers 73–114% of the teacher-student performance gap on recommendation and vision tasks while requiring no parameter updates or architectural changes.

July 8, 2026
Reinforcement-Aware Knowledge Distillation Boosts LLM Reasoning Efficiency Technology

Reinforcement-Aware Knowledge Distillation Boosts LLM Reasoning Efficiency

Researchers propose RL-aware distillation (RLAD) to address distribution mismatch and objective interference in knowledge distillation for LLM reasoning. The method uses Trust Region Ratio Distillation (TRRD) to selectively imitate teacher policies during reinforcement learning. RLAD outperforms offline distillation, standard GRPO, and KL-based on-policy distillation across logic and math benchmarks.

June 21, 2026
SafeSpec: New Framework Boosts LLM Safety Without Sacrificing Inference Speed Technology

SafeSpec: New Framework Boosts LLM Safety Without Sacrificing Inference Speed

Researchers propose SafeSpec, a safety-aware speculative inference framework that attaches a latent safety head to jointly evaluate semantic validity and safety in a single forward pass. On Qwen3-32B, it reduces attack success rates by 15% while preserving a 2.06x inference speedup on benign workloads, addressing the fundamental incompatibility between existing safety methods and speculative decoding.

June 21, 2026