paper-with-me

Papers

CREBench: Evaluating Large Language Models in Cryptographic Binary Reverse Engineering

2026-04-04 · Baicheng Chen, Yu Wang, Ziheng Zhou, Xiangru Liu, Juanru Li, Yilei Chen, Tianxing He arxiv

Reverse engineering (RE) is central to software security, particularly for cryptographic programs that handle sensitive data and are highly prone to vulnerabilities. It supports critical tasks such as vulnerability discovery and malware analysis. Despite its importance, RE remains labor-intensive and requires substantial expertise, making large language models (LLMs) a potential solution for automating the process. However, their capabilities for RE remain systematically underexplored. To address this gap, we study the cryptographic binary RE capabilities of LLMs and introduce \textbf{CREBench}, a benchmark comprising 432 challenges built from 48 standard cryptographic algorithms, 3 insecure crypto key usage scenarios, and 3 difficulty levels. Each challenge follows a Capture-the-Flag (CTF) RE challenge, requiring the model to analyze the underlying cryptographic logic and recover the correct input. We design an evaluation framework comprising four sub-tasks, from algorithm identification to correct flag recovery. We evaluate eight frontier LLMs on CREBench. GPT-5.4, the best-performing model, achieves 64.03 out of 100 and recovers the flag in 59\% of challenges. We also establish a strong human expert baseline of 92.19 points, showing that humans maintain an advantage in cryptographic RE tasks. Our code and dataset are available at https://github.com/wangyu-ovo/CREBench.

📄 PDF Abstract BibTeX arXiv:2604.03750

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CreBench: Human-Aligned Creativity Evaluation from Idea to Process to Product

2025-11-17 · Kaiwen Xue, Chenglong Li, Zhonghong Ou, Guoxin Zhang 외 arxiv

Human-defined creativity is highly abstract, posing a challenge for multimodal large language models (MLLMs) to comprehend and assess creativity that aligns with human judgments. The absence of an existing benchmark furt…

Beyond Static Tools: Evaluating Large Language Models for Cryptographic Misuse Detection

2024-11-14 · Zohaib Masood, Miguel Vargas Martin

The use of Large Language Models (LLMs) in software development is rapidly growing, with developers increasingly relying on these models for coding assistance, including security-critical tasks. Our work presents a compr…

CryptoQA: A Large-scale Question-answering Dataset for AI-assisted Cryptography

2025-12-02 · Mayar Elfares, Pascal Reisert, Tilman Dietz, Manpa Barman 외 arxiv

Large language models (LLMs) excel at many general-purpose natural language processing tasks. However, their ability to perform deep reasoning and mathematical analysis, particularly for complex tasks as required in cryp…

Mathematical Reasoning

MPC-Patch-Bench: Security-Aware LLM Code Patch for Multi-Party Computation

2026-06-09 · Yukuan Zhang, Mengxin Zheng, Qian Lou arxiv

Repository-level benchmarks for evaluating Large Language Model (LLM) code repair on Secure Multi-Party Computation (MPC) software do not yet exist, and directly transplanting general-purpose benchmarks such as SWE-bench…

Code Repair

CryptoScope: Utilizing Large Language Models for Automated Cryptographic Logic Vulnerability Detection

2025-08-15 · Zhihao Li, Zimo Ji, Tao Zheng, Hao Ren 외 arxiv

Cryptographic algorithms are fundamental to modern security, yet their implementations frequently harbor subtle logic flaws that are hard to detect. We introduce CryptoScope, a novel framework for automated cryptographic…

Vulnerability Detection