paper-with-me

Papers

A Decompilation-Driven Framework for Malware Detection with Large Language Models

2026-01-14 · Aniesh Chawla, Udbhav Prasad arxiv

The parallel evolution of Large Language Models (LLMs) with advanced code-understanding capabilities and the increasing sophistication of malware presents a new frontier for cybersecurity research. This paper evaluates the efficacy of state-of-the-art LLMs in classifying executable code as either benign or malicious. We introduce an automated pipeline that first decompiles Windows executable into a C code using Ghidra disassembler and then leverages LLMs to perform the classification. Our evaluation reveals that while standard LLMs show promise, they are not yet robust enough to replace traditional anti-virus software. We demonstrate that a fine-tuned model, trained on curated malware and benign datasets, significantly outperforms its vanilla counterpart. However, the performance of even this specialized model degrades notably when encountering newer malware. This finding demonstrates the critical need for continuous fine-tuning with emerging threats to maintain model effectiveness against the changing coding patterns and behaviors of malicious software.

📄 PDF Abstract BibTeX arXiv:2601.09035

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Detection

Similar Papers 제목 키워드 기반

Context-Guided Decompilation: A Step Towards Re-executability

2025-11-03 · Xiaohan Wang, Yuxin Hu, Kevin Leach arxiv

Binary decompilation plays an important role in software security analysis, reverse engineering, and malware understanding when source code is unavailable. However, existing decompilation techniques often fail to produce…

LLM4CodeRE: Generative AI for Code Decompilation Analysis and Reverse Engineering

2026-04-07 · Hamed Jelodar, Samita Bai, Tochukwu Emmanuel Nwankwo, Parisa Hamedi 외 arxiv

Code decompilation analysis is a fundamental yet challenging task in malware reverse engineering, particularly due to the pervasive use of sophisticated obfuscation techniques. Although recent large language models (LLMs…

Towards Neural Decompilation

2019-05-20 · Omer Katz, Yuval Olshaker, Yoav Goldberg, Eran Yahav

We address the problem of automatic decompilation, converting a program in low-level representation back to a higher-level human-readable programming language. The problem of decompilation is extremely important for secu…

C++ codeMachine TranslationTranslation

Automatically Attacking Software Reverse Engineering AI Agents

2026-05-28 · Brian Crawford, Justin Phillips, Patrick McClure arxiv

Software tools for reverse engineering executable binary files, such as Ghidra, enable malware analysts to safely conduct robust static analysis without having access to original source code. Coupled with the analytic po…

Adversarial Attack

SCRUTINIZER: Detecting Code Reuse in Malware via Decompilation and Machine Learning

2021-07-09 · International Conference on Detection of Intrusions and Malware, and Vulnerability Assessment 2021 7 · Omid Mirzaei, Roman Vasilenko, Engin Kirda, Long Lu 외

Growing numbers of advanced malware-based attacks against governments and corporations, for political, financial and scientific gains, have taken security breaches to the next level. In response to such attacks, both aca…

BIG-bench Machine LearningCode Reuse DetectionMalware Analysis