CC (UniHackers)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |subcat2=Executable compression |released=≤1994 }} '''CC''' is an executable compression utility for DOS, developed b...") |
|||
Line 8: | Line 8: | ||
It reportedly also has "protection" features, designed to make compressed files difficult to decode. | It reportedly also has "protection" features, designed to make compressed files difficult to decode. | ||
+ | |||
+ | == Identification == | ||
+ | More research needed, but compressed files appear to start with the byte pattern {{magic|ba ?? ?? b4 30 cd 21 3c 02 73 05 33 c0 06 50 cb ...}}. | ||
== Software == | == Software == | ||
* {{OldskoolDOSEXE}} → DOSEXE Executable Tools Pack → packers/ccpro-261b-... - CC v2.61b, modified by "MANtiCORE" to fix bugs. | * {{OldskoolDOSEXE}} → DOSEXE Executable Tools Pack → packers/ccpro-261b-... - CC v2.61b, modified by "MANtiCORE" to fix bugs. |
Latest revision as of 12:19, 28 October 2023
CC is an executable compression utility for DOS, developed by UniHackers Group. It compresses COM files (to COM), and EXE files (converting them to COM).
It reportedly also has "protection" features, designed to make compressed files difficult to decode.
[edit] Identification
More research needed, but compressed files appear to start with the byte pattern ba ?? ?? b4 30 cd 21 3c 02 73 05 33 c0 06 50 cb ...
.
[edit] Software
- ANORMAL's DOSEXE collections → DOSEXE Executable Tools Pack → packers/ccpro-261b-... - CC v2.61b, modified by "MANtiCORE" to fix bugs.