.ACE

Файл ACE

WinAce Compressed Archive
Задать вопрос
БЫСТРЫЙ ОТВЕТ

An ACE file is a compressed archive - like ZIP or RAR - created by the old WinAce program, abandoned around 2007. To open one, use PeaZip or IZArc on Windows, or The Unarchiver on macOS. Do not use WinRAR or 7-Zip: WinRAR removed ACE support in 2019 over a serious security flaw, and 7-Zip never supported the format.

Разработчик: e-merge GmbH (Marcel Lemke) / WinAce Категория: Сжатые файлы MIME: application/x-ace-compressed
ОТКРЫВАЕТСЯ НА Windows macOS Linux
Связанные: .RAR · .ZIP · .Z01 · .7Z

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Aug 29, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла ACE?

.ace files are associated with WinAce, a proprietary data archiving tool developed by e-merge GmbH. WinAce uses its own LZ77-based compression algorithm to reduce the size of input files or bundle them into a single multi-file archive. The format was a popular choice for file sharing in the early 2000s.

.ace files store data in binary format. WinAce allows users to create archives in other formats as well, such as ZIP or LHA. The .ace format itself offered a high compression ratio and speed, producing smaller output files than many contemporary alternatives. WinAce was also capable of decompressing archives such as RAR, ARC, ARJ, GZ, TAR, or ZOO, among others.

ACE 2.0 added optional Blowfish password encryption and support for multi-volume split archives (typically named .ace, .c00, .c01, and so on). Each archive header carries a ACE signature at byte offset 7, along with a CRC32 checksum for integrity verification.

WinAce was abandoned around 2007 and the format has since faded from widespread use. Support was further curtailed after the decompression library unacev2.dll was found to carry CVE-2018-20250, a path-traversal vulnerability exploited in the wild. WinRAR removed .ace support entirely in version 5.70 (2019), and today .ace files should be treated with caution.

Безопасность и защита

РИСК: HIGH

ACE has a serious security history. The closed-source decompression library unacev2.dll carried CVE-2018-20250, a path-traversal flaw disclosed by Check Point Research in 2019: a crafted .ace archive could write a file to an arbitrary location (e.g. the Windows Startup folder) and gain code execution. Exploits were used in real targeted attacks, and over 100 unique exploit samples appeared within a week. Because of this, WinRAR removed ACE support in v5.70 and 7-Zip never had it. Open .ace files only from sources you trust, with a fully updated extractor, and prefer extracting in a sandbox/VM. Also beware fake "ACE opener" download sites that bundle adware/PUPs - stick to PeaZip, IZArc, or The Unarchiver. After extracting, re-pack to ZIP/7z and delete the .ace.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕWinAce Compressed Archiveтакже известен как ACE archive, WinACE archive
РАЗРАБОТЧИКe-merge GmbH (Marcel Lemke) / WinAceс 1998-1999 (ACE 1.0 / WinAce); ACE 2.0 added stronger compression
КАТЕГОРИЯСжатые файлы
MIME-ТИПapplication/x-ace-compressed
ТИПProprietary compressed archive (binary)
СВЯЗАННЫЕ.rar.zip.z01.7z
Это расширение также используется в…
  • Sage ACT! / Steinberg WaveLab project - Some legacy apps used .ace for their own project/data files; unrelated to WinAce archives.
  • FProt / antivirus quarantine - A few security tools historically named quarantine or temp files .ace; not user archives.
MAGIC BYTES · СИГНАТУРА ФАЙЛА
СМЕЩЕНИЕ
0708090a0b0c0d
HEX
2A2A4143452A2A
ASCII
**ACE**
The "ACE" signature sits at offset 7 (after a 4-byte header CRC and a 2-byte header size), NOT at offset 0. Tools detect ACE by reading the main header and checking for "ACE" at byte 7. There is no plain magic at the very start of the file.

Программы, открывающие файлы ACE

Windows3 apps
PeaZip Открытый код Open the .ace and Extract; PeaZip provides ACE support via its bundled backends. Update to the latest build first.
ALZip Freemium Open the .ace and extract; ALZip historically supports ACE among many archive formats.
IZArc Бесплатно Right-click the .ace > Extract Here; IZArc retains ACE extraction. Decline bundled offers during install.
macOS1 app
The Unarchiver Бесплатно Right-click the .ace > Open With > The Unarchiver to extract; it reads ACE among dozens of legacy formats.
Linux2 apps
unace + Xarchiver / Engrampa Открытый код Install the 'unace' package, then open the .ace in Xarchiver/Engrampa (or run 'unace x file.ace') to extract.
PeaZip (Linux) Открытый код Open the .ace and Extract; the Linux build also handles ACE.

Технические подробности

глубокая спецификация
File encodingBinary (proprietary format)
Byte orderLittle-endian
MIME typeapplication/x-ace-compressed
Archive signature"**ACE**" (ASCII) at byte offset 7 in the main header, preceded by a 4-byte CRC and 2-byte header size field
Compression algorithmProprietary LZ77-based algorithm (ACE 1.0 and ACE 2.0); historically offered a higher compression ratio than ZIP and was competitive with RAR
EncryptionOptional Blowfish password encryption, introduced in ACE 2.0
Integrity checksCRC32 checksum per compressed file entry plus a separate header CRC; optional recovery record for repairing damaged archives
Format versionsACE 1.0 and ACE 2.0; version byte stored in the main archive header
Multi-volume supportYes; split archives use the first-volume extension .ace followed by .c00, .c01, .c02, etc.
Typical archive sizeTens of KB to several GB; no hard size cap defined by the format
Platform supportOriginally Windows-only (WinAce); later readable on macOS via The Unarchiver and on Linux via unace
Security statusCVE-2018-20250: path-traversal flaw in unacev2.dll exploited in the wild; WinRAR dropped ACE support entirely in v5.70 (2019)
Developere-merge GmbH (Marcel Lemke)
Format statusAbandoned; WinAce discontinued around 2007; format effectively frozen at ACE 2.0 with no active development
Related extensions.c00, .c01 (additional split volumes); format largely superseded by .rar, .zip, and .7z
Выпущен1998-1999 (ACE 1.0 / WinAce); ACE 2.0 added stronger compression
Последняя версияACE 2.0 (format effectively frozen; WinAce abandoned ~2007)

Конвертации ACE

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами ACE. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах ACE.

Часто задаваемые вопросы

How do I open an ACE file?
Use a tool that still supports ACE: PeaZip or IZArc on Windows, The Unarchiver on macOS, or the 'unace' package with Xarchiver on Linux. Then extract the contents. Only do this for files from a trusted source.
Why can't WinRAR or 7-Zip open my ACE file anymore?
WinRAR removed ACE support in version 5.70 (2019) because of the CVE-2018-20250 vulnerability in the ACE library, and 7-Zip never supported ACE. Use PeaZip, IZArc, or The Unarchiver instead.
Are ACE files dangerous?
They can be. A flaw in the ACE decompression code (CVE-2018-20250) let malicious archives plant files outside the extraction folder and run code. Extract only trusted .ace files with an updated tool, ideally in a VM, then convert them to ZIP/7z.
How do I convert an ACE file to ZIP?
There's no direct converter - extract the .ace with PeaZip/IZArc (or The Unarchiver on Mac), then re-compress the extracted files into a new ZIP. This also gets you off the obsolete, risky ACE format.
Is WinAce still available?
No - WinAce was abandoned around 2007 and its site is dead. Don't try to install it; it's the source of the vulnerable code. Use a maintained archiver like PeaZip to handle old .ace files.
What is the .c00 / .c01 file that came with my ACE?
Those are continuation volumes of a multi-volume ACE archive. Keep them in the same folder as the main .ace and extract the main file - the tool joins the volumes automatically.

Ссылки

1Check Point Research - Extracting a 19-Year-Old Code Execution from WinRAR (CVE-2018-20250)research.checkpoint.com
2BleepingComputer - WinRAR removes ACE support after CVE-2018-20250www.bleepingcomputer.com

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Похожие расширения

.RARRAR Archive (Roshal ARchive)
.ZIPZIP Archive
.Z01Split ZIP Archive - First Part
.7Z7-Zip Archive
.001Split / multi-volume archive - first part (.001)
.ZIRenamed / Truncated ZIP Archive

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z