.EX_

Файл EX_

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

An EX_ file is a compressed copy of a Windows .exe, created by Microsoft's old install tools to save space on floppies and CDs. It cannot run as-is. On Windows, open Command Prompt and run "expand file.ex_ file.exe" to recover the executable, or open the file with 7-Zip. The file is not malware.

Разработчик: Microsoft Категория: Сжатые файлы MIME: application/octet-stream
ОТКРЫВАЕТСЯ НА Windows macOS Linux
Связанные: .RAR · .ZIP · .Z01 · .7Z

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

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

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

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

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

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

.ex_ is a compressed .exe executable file produced by Microsoft compression tools. An .ex_ file stores a complete Windows executable in a space-saving compressed form, without any ability to run it directly.

The idea behind the .ex_ format

.ex_ files are used for installer distribution purposes and to reduce file size. After installation, the files are decompressed and renamed back to their original .exe names. The naming convention follows a consistent rule: the last character of the original extension is replaced by an underscore - so .exe becomes .ex_, .dll becomes .dl_, .sys becomes .sy_, and so on. The format originates from early 1990s Microsoft tooling designed to fit programs onto space-constrained floppy disks.

The compressed data uses Microsoft's SZDD or KWAJ format (both LZ77-based), identifiable by the SZDD magic bytes (53 5A 44 44 88 F0 27 33) at offset 0. Newer installation media sometimes deliver these compressed files as named members inside a .cab archive, where the inner entry retains the .ex_ name. An .ex_ file is not a runnable program - it must be decompressed to recover the original .exe before it can be executed.

Creating and extracting .ex_ files

.ex_ files are generated from original .exe files using the Windows makecab command-line tool (or the older compress.exe). Reversing the process is possible by using the built-in Windows expand.exe tool or third-party archivers such as 7-Zip. The archive takes the same base name as the original .exe file, with only the extension's last character replaced by an underscore.

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

РИСК: LOW

EX_ is a benign compression format, not malware and not encrypted - the '_' is just Microsoft's naming convention for a compressed file. The only real caution: after you expand it you get an EXE, which (like any executable) should only be run if you trust its source. Scan the recovered .exe before running if it came from an untrusted CD or download. The EX_ itself cannot execute until decompressed.

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

в двух словах
ПОЛНОЕ НАЗВАНИЕCompressed Windows Executableтакже известен как Compressed EXE, Squeezed EXE
РАЗРАБОТЧИКMicrosoftс early 1990s (MS-DOS/Windows install media; COMPRESS.EXE / EXPAND.EXE)
КАТЕГОРИЯСжатые файлы
MIME-ТИПapplication/octet-stream
ТИПCompressed container holding a Windows EXE (binary)
СВЯЗАННЫЕ.rar.zip.z01.7z
MAGIC BYTES · СИГНАТУРА ФАЙЛА
СМЕЩЕНИЕ
0001020304050607
HEX
535A444488F02733
ASCII
SZDD··'3
The classic single-file compressed form starts with the SZDD magic "SZDD\x88\xF0\x27\x33" (53 5A 44 44 88 F0 27 33) at offset 0. A second variant, KWAJ, starts with "KWAJ\x88\xF0\x27\xD1". The original (uncompressed) filename's last character is replaced by '_', hence EXE → EX_. Newer install media use CAB archives instead, where the inner member may still be named *.ex_.

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

Windows3 apps
WinRAR Платно Open the .ex_ (especially if it's a CAB member) and extract the EXE.
7-Zip Открытый код Right-click → 7-Zip → Open archive; 7-Zip reads SZDD/KWAJ and CAB and extracts the inner EXE.
Microsoft Expand (built-in) Встроенная In Command Prompt: 'expand setup.ex_ setup.exe' - restores the original runnable EXE.
macOS1 app
7-Zip (via Keka / p7zip) Открытый код Keka (p7zip backend) can extract SZDD/CAB-based .ex_ files to recover the EXE for inspection.
Linux1 app
cabextract / 7-Zip (p7zip) Открытый код Use 'cabextract' for CAB-based files, or p7zip's 7z for SZDD; recovers the contained EXE.

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

глубокая спецификация
EncodingBinary
Byte orderLittle-endian
DeveloperMicrosoft
Container formatMicrosoft SZDD or KWAJ single-file compressed stream; also appears as a named member inside a CAB archive
Compression algorithmLZ77-based MS-Compress (SZDD/KWAJ); MSZIP or LZX when delivered as a CAB member
Magic bytes - SZDD variant53 5A 44 44 88 F0 27 33 at offset 0 (ASCII prefix: SZDD)
Magic bytes - KWAJ variant4B 57 41 4A 88 F0 27 D1 at offset 0 - second MS-Compress single-file variant
Naming conventionLast character of the original extension replaced by underscore: .exe → .ex_, .dll → .dl_, .sys → .sy_
Files per containerExactly 1 file in standalone SZDD/KWAJ; unlimited when embedded as members inside a CAB archive
Integrity / checksumNo CRC in standalone SZDD/KWAJ streams; CAB members carry per-folder checksums
MIME typeapplication/octet-stream
Associated operating systemsMS-DOS and all Windows versions
Typical compressed sizeSmaller than the source .exe; common range 100 KB - 50 MB
ExecutabilityNot directly runnable; must be expanded to .exe with expand.exe or 7-Zip before execution
Superseded byCAB archives and modern Windows installers (MSI/MSIX); SZDD/KWAJ single-file compression is considered legacy
Выпущенearly 1990s (MS-DOS/Windows install media; COMPRESS.EXE / EXPAND.EXE)
Последняя версияMSZIP-based SZDD/KWAJ compression as used by MAKECAB/COMPRESS
Спецификацияlearn.microsoft.com

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

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

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

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

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

What is an EX_ file?
It is a compressed copy of a Windows .exe, used on install media to save space. The last letter of 'exe' is replaced with an underscore. You must expand it before the program can run.
How do I open / extract an EX_ file?
On Windows run 'expand file.ex_ file.exe' in Command Prompt, or open it with 7-Zip and extract the EXE. Then run the recovered .exe.
Can I just rename .ex_ to .exe?
No. The file is compressed, not merely renamed. Renaming gives you a corrupt EXE. You have to decompress it with EXPAND or 7-Zip.
Is an EX_ file a virus?
No. EX_ is a legitimate Microsoft compression naming convention for a compressed EXE. After expanding it, treat the resulting EXE with normal caution and scan it if the source is untrusted.
Why is the extension EX_ with an underscore?
Microsoft's old compression tools replaced the last character of the original extension with '_' to mark it as compressed: exe→ex_, dll→dl_, cab→ca_, sys→sy_.
What program opens EX_ on Mac or Linux?
Use 7-Zip/p7zip (Keka on macOS) for SZDD files or cabextract for CAB-based ones; both recover the inner EXE, though the EXE itself is a Windows program.

Ссылки

1Microsoft - expand command referencelearn.microsoft.com
2Microsoft - MS-Compress (SZDD/KWAJ) compression overviewlearn.microsoft.com

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

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

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

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

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

.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