paper-with-me

Papers

DIRECT : A Transformer-based Model for Decompiled Identifier Renaming

2021-08-01 · ACL (NLP4Prog) 2021 8 · Vikram Nitin, Anthony Saieva, Baishakhi Ray, Gail Kaiser

Decompiling binary executables to high-level code is an important step in reverse engineering scenarios, such as malware analysis and legacy code maintenance. However, the generated high-level code is difficult to understand since the original variable names are lost. In this paper, we leverage transformer models to reconstruct the original variable names from decompiled code. Inherent differences between code and natural language present certain challenges in applying conventional transformer-based architectures to variable name recovery. We propose DIRECT, a novel transformer-based architecture customized specifically for the task at hand. We evaluate our model on a dataset of decompiled functions and find that DIRECT outperforms the previous state-of-the-art model by up to 20%. We also present ablation studies evaluating the impact of each of our modifications. We make the source code of DIRECT available to encourage reproducible research.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Malware Analysis

Similar Papers 제목 키워드 기반

On Benchmarking Code LLMs for Android Malware Analysis

2025-04-01 · Yiling He, Hongyu She, Xingzhi Qian, Xinran Zheng 외

Large Language Models (LLMs) have demonstrated strong capabilities in various code intelligence tasks. However, their effectiveness for Android malware analysis remains underexplored. Decompiled Android malware code pres…

BenchmarkingMalware Analysis

Multi-Agent Coordinated Rename Refactoring

2026-01-01 · Abhiram Bellur, Mohammed Raihan Ullah, Fraol Batole, Mohit Kansara 외 arxiv

The primary value of AI agents in software development lies in their ability to extend the developer's capacity for reasoning and action, not to supplant human involvement. To showcase how to use agents working in tandem…

AndrODet: An Adaptive Android Obfuscation Detector

2019-01-01 · Future Generation Computer Systems 2019 1 · Omid Mirzaei, Jose Maria de Fuentes, Juan Tapiador, Lorena Gonzáles-Manzano

Obfuscation techniques modify an app’s source (or machine) code in order to make it more difficult to analyze. This is typically applied to protect intellectual property in benign apps, or to hinder the process of extrac…

Android Malware DetectionMalware AnalysisObfuscation Detection

Identifier-Free Code Embedding Models for Scalable Search

2026-05-05 · Eric Wolos, Michael Doyle arxiv

Function association is a useful process for binary reverse engineers. Search tools exist to perform association at scale, but they do not utilize the full range of capabilities that AI-enabled search provides. Prior wor…

Contrastive Learning

The Larger They Are, the Harder They Fail: Language Models do not Recognize Identifier Swaps in Python

2023-05-24 · Antonio Valerio Miceli-Barone, Fazl Barez, Ioannis Konstas, Shay B. Cohen

Large Language Models (LLMs) have successfully been applied to code generation tasks, raising the question of how well these models understand programming. Typical programming languages have invariances and equivariances…

Code Generation