paper-with-me

Papers

Large Byte Model: Teaching Language Models About Compiled Code

2026-06-01 · Florian Störtz, Catalin-Andrei Stan, Alexandru Dinu, Sandra Servia-Rodríguez, Mihaela Gaman, Calin Miron, Edward Raff arxiv

Malware analysis starts with the raw bytes of an executable program, and tools to "lift" these to higher-level representations, such as assembly, are expensive and subject to error. Large Language Models (LLMs) cannot process raw byte representations and answer questions about them. To this end, we present the first byte-native LLM. Based on a vocabulary expansion technique using a bespoke byte tokenizer, such a model is capable of responding to complex questions about malware binaries, with accuracies ranging from 69% for malware family classification to 98% for architecture classification. Our findings indicate that providing domain knowledge during training is essential for this application -- off-the-shelf models lack both accuracy and insight. We've deployed this emerging solution to a limited number of analysts to gather feedback for further improvements.

📄 PDF Abstract BibTeX arXiv:2606.02834

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Using Large-Scale Anomaly Detection on Code to Improve Kotlin Compiler

2020-04-03 · Timofey Bryksin, Victor Petukhov, Ilya Alexin, Stanislav Prikhodko 외

In this work, we apply anomaly detection to source code and bytecode to facilitate the development of a programming language and its compiler. We define anomaly as a code fragment that is different from typical code writ…

Anomaly Detection

Variable Name Recovery in Decompiled Binary Code using Constrained Masked Language Modeling

2021-03-23 · Pratyay Banerjee, Kuntal Kumar Pal, Fish Wang, Chitta Baral

Decompilation is the procedure of transforming binary programs into a high-level representation, such as source code, for human analysts to examine. While modern decompilers can reconstruct and recover much information t…

Language ModelingLanguage ModellingMasked Language Modeling

Automatic Extraction of the Romanian Academic Word List: Data and Methods

2023-07-29 · Ana-Maria Bucur, Andreea Dincă, Mădălina Chitez, Roxana Rogobete

This paper presents the methodology and data used for the automatic extraction of the Romanian Academic Word List (Ro-AWL). Academic Word Lists are useful in both L2 and L1 teaching contexts. For the Romanian language, n…

POS

Automatic Classification of Object Code Using Machine Learning

2018-05-06 · John Clemens

Recent research has repeatedly shown that machine learning techniques can be applied to either whole files or file fragments to classify them for analysis. We build upon these techniques to show that for samples of un-la…

BIG-bench Machine LearningClassificationGeneral ClassificationObject

Walma: Learning to See Memory Corruption in WebAssembly

2026-03-25 · Oussama Draissi, Mark Günzel, Ahmad-Reza Sadeghi, Lucas Davi arxiv

WebAssembly's (Wasm) monolithic linear memory turns a single memory-corruption bug into a bidirectional threat: a compromised module can attack its embedding host, and a malicious host can tamper with a trusted module's …