PACKWIN
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |subcat2=Executable compression |released=~1994 }} '''PACKWIN''' is an executable compression utility. It is credited t...") |
(→Identification) |
||
Line 12: | Line 12: | ||
Compressed DOS EXE files made by v1.0α have ASCII text "{{magic|YRZLITE (C) 1993 WYellow Rose}}" at offset 30. | Compressed DOS EXE files made by v1.0α have ASCII text "{{magic|YRZLITE (C) 1993 WYellow Rose}}" at offset 30. | ||
− | Compressed Windows EXE files | + | Compressed Windows EXE files usually have "{{magic|STUBYellow Rose Software Co. LEI}}" at offset 28. [TODO: This signature is not present if the <code>/w</code> (disable Winstub compression) option was used. It's not obvious how to identify such files.] |
== Software == | == Software == | ||
* [{{SACFTPURL|pack|packwin.zip}} PACKWIN v1.0α] | * [{{SACFTPURL|pack|packwin.zip}} PACKWIN v1.0α] |
Latest revision as of 14:54, 16 March 2024
PACKWIN is an executable compression utility. It is credited to Lei Jun and Wang Quanguo, and Yellow Rose Workgroup.
Despite its name, the software runs on DOS. It compresses DOS EXE files, and Windows 3.1 EXE files.
[edit] Identification
Compressed DOS EXE files made by v1.0α have ASCII text "YRZLITE (C) 1993 WYellow Rose
" at offset 30.
Compressed Windows EXE files usually have "STUBYellow Rose Software Co. LEI
" at offset 28. [TODO: This signature is not present if the /w
(disable Winstub compression) option was used. It's not obvious how to identify such files.]