DEPACKER: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
(Olivier.jan moved page DEPACKER to DEPACKER/fr: Renaming for language version)
Tag: New redirect
 
(Replacing content of with translated version)
Tag: Removed redirect
 
Line 1: Line 1:
#REDIRECT [[DEPACKER/fr]]
+
{{Languages|DEPACKER}}
  +
<pre>
  +
; Program to decompress data and executables
  +
; Formats recognized by 2.0:
  +
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< EXECUTABLE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  +
; ICE 1.0 1.11 2.1 2.2 2.3 2.4
  +
; POMPEY
  +
; AUTOMATION 2.31 2.41
  +
; ATOMIK 3.3
  +
; FIRE 1.0 2.0
  +
; HAPPY
  +
; M-PACKER (only one known file! It's really just to blow your mind)
  +
; JEK 1.2 1.3 1.3U(!) 2.3 1.6
  +
; JAM 1.0 1.4 2.3 3 4
  +
; SPACKER+
  +
; SPACKER 2
  +
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< DATA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  +
; ICE 1.0 1.11 2.2 2.3 2.4
  +
; ATOMIK 3.3 3.5 (image algos... to check ...)
  +
; FIRE 1.0 2.0
  +
; JEK 1.6 2.3
  +
; JAM 1.0 1.4 3 4
  +
; SPACKER 2
  +
; AUTOMATION 2.31 2.4
  +
; impossible: data ice 2.1 see remark in the source
  +
; data jek 1.3 no routines + same id as 2.3
  +
;*****************************************************************************
  +
</pre>
  +
  +
  +
Back to [[Packer/Depacker]]
  +
[[Category:Compression Software]]

Latest revision as of 13:05, 17 December 2023

; Program to decompress data and executables
; Formats recognized by 2.0:
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< EXECUTABLE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  
;	ICE 1.0 1.11 2.1 2.2 2.3 2.4
;	POMPEY
;	AUTOMATION 2.31 2.41
;	ATOMIK 3.3
;	FIRE 1.0 2.0
;	HAPPY
;	M-PACKER (only one known file! It's really just to blow your mind)
;	JEK 1.2 1.3 1.3U(!) 2.3 1.6
;	JAM 1.0 1.4 2.3 3 4
;	SPACKER+ 
;	SPACKER 2
;<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< DATA >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  
;	ICE 1.0 1.11 2.2 2.3 2.4
;	ATOMIK 3.3 3.5 (image algos... to check ...)
;	FIRE 1.0 2.0
;	JEK 1.6 2.3
;	JAM 1.0 1.4 3 4
;	SPACKER 2
;	AUTOMATION 2.31 2.4
; impossible:	data ice 2.1 see remark in the source
;		data jek 1.3 no routines + same id as 2.3
;*****************************************************************************


Back to Packer/Depacker