paper-with-me

Papers

Deconstructing Obfuscation: A four-dimensional framework for evaluating Large Language Models assembly code deobfuscation capabilities

2025-05-26 · Anton Tkachenko, Dmitrij Suskevic, Benjamin Adolphi

Large language models (LLMs) have shown promise in software engineering, yet their effectiveness for binary analysis remains unexplored. We present the first comprehensive evaluation of commercial LLMs for assembly code deobfuscation. Testing seven state-of-the-art models against four obfuscation scenarios (bogus control flow, instruction substitution, control flow flattening, and their combination), we found striking performance variations--from autonomous deobfuscation to complete failure. We propose a theoretical framework based on four dimensions: Reasoning Depth, Pattern Recognition, Noise Filtering, and Context Integration, explaining these variations. Our analysis identifies five error patterns: predicate misinterpretation, structural mapping errors, control flow misinterpretation, arithmetic transformation errors, and constant propagation errors, revealing fundamental limitations in LLM code processing.We establish a three-tier resistance model: bogus control flow (low resistance), control flow flattening (moderate resistance), and instruction substitution/combined techniques (high resistance). Universal failure against combined techniques demonstrates that sophisticated obfuscation remains effective against advanced LLMs. Our findings suggest a human-AI collaboration paradigm where LLMs reduce expertise barriers for certain reverse engineering tasks while requiring human guidance for complex deobfuscation. This work provides a foundation for evaluating emerging capabilities and developing resistant obfuscation techniques.x deobfuscation. This work provides a foundation for evaluating emerging capabilities and developing resistant obfuscation techniques.

📄 PDF Abstract BibTeX arXiv:2505.19887

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Don't Judge a Book by its Cover: Testing LLMs' Robustness Under Logical Obfuscation

2026-02-01 · Abhilekh Borah, Shubhra Ghosh, Kedar Joshi, Aditya Kumar Guru 외 arxiv

Tasks such as solving arithmetic equations, evaluating truth tables, and completing syllogisms are handled well by large language models (LLMs) in their standard form, but they often fail when the same problems are posed…

FairDeFace: Evaluating the Fairness and Adversarial Robustness of Face Obfuscation Methods

2025-03-11 · Seyyed Mohammad Sadegh Moosavi Khorzooghi, Poojitha Thota, Mohit Singhal, Abolfazl Asudeh 외

The lack of a common platform and benchmark datasets for evaluating face obfuscation methods has been a challenge, with every method being tested using arbitrary experiments, datasets, and metrics. While prior work has d…

Adversarial RobustnessFace DetectionFace RecognitionFairness

A Systematic Study of Code Obfuscation Against LLM-based Vulnerability Detection

2025-12-18 · Xiao Li, Yue Li, Hao Wu, Yue Zhang 외 arxiv

As large language models (LLMs) are increasingly adopted for code vulnerability detection, their reliability and robustness across diverse vulnerability types have become a pressing concern. In traditional adversarial se…

Vulnerability Detection

Unseen Horizons: Unveiling the Real Capability of LLM Code Generation Beyond the Familiar

2024-12-11 · Yuanliang Zhang, Yifan Xie, Shanshan Li, Ke Liu 외

Recently, large language models (LLMs) have shown strong potential in code generation tasks. However, there are still gaps before they can be fully applied in actual software development processes. Accurately assessing t…

Code Generation

Deconstructing the Veneer of Simplicity: Co-Designing Introductory Generative AI Workshops with Local Entrepreneurs

2024-02-26 · Yasmine Kotturi, Angel Anderson, Glenn Ford, Michael Skirpan 외

Generative AI platforms and features are permeating many aspects of work. Entrepreneurs from lean economies in particular are well positioned to outsource tasks to generative AI given limited resources. In this paper, we…