Executable envelopes

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Executable documents)
(Executable graphics)
(8 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
== Executable protection ==
 
== Executable protection ==
 
(password protection, obfuscation, authentication, tamper-proofing, expiration, etc.)
 
(password protection, obfuscation, authentication, tamper-proofing, expiration, etc.)
 +
 +
* [[Exe Protect]]
 +
* [[HackStop]]
  
 
The [https://www.sac.sk/files.php?d=9 Security section] of the SAC collection has many such programs.
 
The [https://www.sac.sk/files.php?d=9 Security section] of the SAC collection has many such programs.
Line 34: Line 37:
 
([[plain text]], text with simple [[markup]], simple [[Electronic Publishing formats|e-book]] formats, etc.)
 
([[plain text]], text with simple [[markup]], simple [[Electronic Publishing formats|e-book]] formats, etc.)
  
* [[Asc2Com (MorganSoft)]] [{{CdTextfilesURL|psl/pslv2nv10/UTILS/DOS/FILEVIEW/ASC2COM.ZIP}}]
+
* [[Asc2Com (MorganSoft)]]
 
* [[AutoCom (REXXCOM)]] (companion to AutoDoc) [{{CdTextfilesURL|psl/pslv2nv10/UTILS/DOS/FILEVIEW/AUTOCOM.ZIP}}][{{CdTextfilesURL|jcs/jcsma2v14/DKTOPPUB/AUTODOC.ZIP}}]
 
* [[AutoCom (REXXCOM)]] (companion to AutoDoc) [{{CdTextfilesURL|psl/pslv2nv10/UTILS/DOS/FILEVIEW/AUTOCOM.ZIP}}][{{CdTextfilesURL|jcs/jcsma2v14/DKTOPPUB/AUTODOC.ZIP}}]
 
* [[BIGTEXT (Kevin Solway)]] [{{CdTextfilesURL|simtel/simtel20/MSDOS/FILUTL/BIGTEXT.ZIP}}][{{CdTextfilesURL|jcs/jcsma2v14/WRITGAID/BIGTXT32.ZIP}}]
 
* [[BIGTEXT (Kevin Solway)]] [{{CdTextfilesURL|simtel/simtel20/MSDOS/FILUTL/BIGTEXT.ZIP}}][{{CdTextfilesURL|jcs/jcsma2v14/WRITGAID/BIGTXT32.ZIP}}]
Line 61: Line 64:
  
 
=== Executable graphics ===
 
=== Executable graphics ===
There are probably a lot of old self-displaying [[Graphics#Raster Graphics Formats|raster graphics]] formats of this type, e.g. self-running [[Flexible Line Interpretation|FLI]], but they are rarely documented specially.
+
Some executable graphics formats are covered (or would be covered) in the article for the corresponding non-executable format (see [[Graphics]]), and not necessarily listed here.
  
 
* [[FMAC2COM]]
 
* [[FMAC2COM]]
Line 67: Line 70:
 
* [[GRABBER]]
 
* [[GRABBER]]
 
* [[Graphic Workshop self-displaying picture]]
 
* [[Graphic Workshop self-displaying picture]]
 +
* [[NETPIC (Jim Tucker)|NETPIC]]
 +
* [[OPTIKS COM image]]
 +
* [[PCX2COM]]
 +
* [[PCX2EXE (Arminio Grgic)]]
 +
* [[PCX2EXE (Mike Williams)]]
 
* [[PIXIT]]
 
* [[PIXIT]]
 
* [[Title-Maker]]
 
* [[Title-Maker]]
Line 77: Line 85:
 
* [[ANS2COM (REXXCOM)]] [{{CdTextfilesURL|phoenix4/TS/17A/ANS2COM.ZIP}}]
 
* [[ANS2COM (REXXCOM)]] [{{CdTextfilesURL|phoenix4/TS/17A/ANS2COM.ZIP}}]
 
* [[ANSi To Exe Converter (BUFF)]] [{{CdTextfilesURL|simtel/simtel9703/disk1/DISC1/SCREEN/A2E_V_12.ZIP}}]
 
* [[ANSi To Exe Converter (BUFF)]] [{{CdTextfilesURL|simtel/simtel9703/disk1/DISC1/SCREEN/A2E_V_12.ZIP}}]
 +
* [[P-Screen COM Screen]]
 
* [[sMAUG ANSI Executable]]
 
* [[sMAUG ANSI Executable]]
 
* [[TheDraw COM File]]
 
* [[TheDraw COM File]]
Line 91: Line 100:
  
 
== Compiled scripts ==
 
== Compiled scripts ==
 +
(Some compiled script formats don't fit this category very well, but may be listed here anyway.)
  
* [[BAT2EXEC]] [{{CdTextfilesURL|simtel/simtel9510/disk2/DISC2/BATUTIL/BAT2EX15.ZIP}}]
+
* [[BAT2EXEC]]
 
+
* [[BATCOM (Wenham Software)]]
''(TODO: Populate this section.)''
+
* [[BatLite]]
 +
* Professional EBL-Plus - See [[Extended Batch Language]].
  
 
== Transfer-encoded executables ==
 
== Transfer-encoded executables ==
Line 103: Line 114:
 
* [[Com2txt (Dark Stalker)]]
 
* [[Com2txt (Dark Stalker)]]
 
* [[COMT]]
 
* [[COMT]]
 +
* [[NETRUN]]
 +
* [[xcom (PTS)]]
 +
 +
Special-purpose formats:
 +
* [[NETPIC (Jim Tucker)|NETPIC]]
 +
* [[NETSEND]]
  
 
== Links ==
 
== Links ==
 
* {{OldskoolDOSEXE}} → Executable Tools Pack - Collection of many DOS utilities
 
* {{OldskoolDOSEXE}} → Executable Tools Pack - Collection of many DOS utilities

Revision as of 14:21, 26 November 2023

File Format
Name Executable envelopes
Ontology

Executable envelopes refers to a diverse class of files that use a standard executable format, but which were generated in a formulaic way from some original file (which may or may not have itself been executable). They usually consist of a boilerplate decoder section, plus a payload section that could potentially be extracted to a standard format.

Contents

Executable compression

Refer to Executable compression.

Executable protection

(password protection, obfuscation, authentication, tamper-proofing, expiration, etc.)

The Security section of the SAC collection has many such programs.

Some Executable compression utilities also have features of this type.

(TODO: Populate this section.)

Self-extracting archives

Most self-extracting archive formats are covered (or would be covered) in the article for the corresponding Archiving format.

A few are listed at Archiving#Self-extracting archives, especially if they have their own article.

Self-extracting installers

Self-extracting installer formats are listed at Archiving#Program/App/Applet/Installer specialized archive formats, along with other formats.

Executable documents

(A document in some known format, combined with a viewer for that format.)

Most such formats are covered (or would be covered) in the article for the corresponding document format.

Executable text

(plain text, text with simple markup, simple e-book formats, etc.)

Executable graphics

Some executable graphics formats are covered (or would be covered) in the article for the corresponding non-executable format (see Graphics), and not necessarily listed here.

Executable ANSI Art

(ANSI Art and related formats)

Other executable documents

Executable libraries

(Multiple executable files combined into one executable file.)

Compiled scripts

(Some compiled script formats don't fit this category very well, but may be listed here anyway.)

Transfer-encoded executables

(A file that remains executable despite having had a transfer encoding or the like applied. This is impossible or impractical with most executable formats, unless they are very "raw", as .COM format is.)

Special-purpose formats:

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox