Can LLMs Obfuscate Code? A Systematic Analysis of Large Language Models into Assembly Code Obfuscation

Authors

  • Seyedreza Mohseni University of Maryland, Baltimore County
  • Seyedali Mohammadi University of Maryland, Baltimore County
  • Deepa Tilwani University of South Carolina
  • Yash Saxena University of Maryland, Baltimore County
  • Gerald Ketu Ndawula University of Maryland, Baltimore County
  • Sriram Vema University of Maryland, Baltimore County
  • Edward Raff Booz Allen Hamilton
  • Manas Gaur University of Maryland, Baltimore County

DOI:

https://doi.org/10.1609/aaai.v39i23.34672

Abstract

Malware authors often employ code obfuscations to make their malware harder to detect. Existing tools for generating obfuscated code often require access to the original source code (e.g., C++ or Java), and adding new obfuscations is a non-trivial, labor-intensive process. In this study, we ask the following question: Can Large Language Models (LLMs) potentially generate a new obfuscated assembly code? If so, this poses a risk to anti-virus engines and potentially increases the flexibility of attackers to create new obfuscation patterns. We answer this in the affirmative by developing the MetamorphASM benchmark comprising MetamorphASM Dataset (MAD) along with three code obfuscation techniques: dead code, register substitution, and control flow change. The MetamorphASM systematically evaluates the ability of LLMs to generate and analyze obfuscated code using MAD, which contains 328,200 obfuscated assembly code samples. We release this dataset and analyze the success rate of various LLMs (e.g., GPT-3.5/4, GPT-4o-mini, Starcoder, CodeGemma, CodeLlama, CodeT5, and LLaMA 3.1) in generating obfuscated assembly code. The evaluation was performed using established information-theoretic metrics and manual human review to ensure correctness and provide the foundation for researchers to study and develop remediations to this risk.

Downloads

Published

2025-04-11

How to Cite

Mohseni, S., Mohammadi, S., Tilwani, D., Saxena, Y., Ndawula, G. K., Vema, S., … Gaur, M. (2025). Can LLMs Obfuscate Code? A Systematic Analysis of Large Language Models into Assembly Code Obfuscation. Proceedings of the AAAI Conference on Artificial Intelligence, 39(23), 24893–24901. https://doi.org/10.1609/aaai.v39i23.34672

Issue

Section

AAAI Technical Track on Natural Language Processing II