Executable envelopes

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Compiled scripts)
(Executable protection)
 
(5 intermediate revisions by 2 users not shown)
Line 12: Line 12:
 
(password protection, obfuscation, authentication, tamper-proofing, expiration, etc.)
 
(password protection, obfuscation, authentication, tamper-proofing, expiration, etc.)
  
 +
* [[Exe Protect]]
 
* [[HackStop]]
 
* [[HackStop]]
 +
* [[Protect! EXE/COM]]
  
 
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 43: Line 45:
 
* [[DOC2COM (Dan K. Nelson)]] [{{CdTextfilesURL|ems/emspro20/disk4/DOSUTIL/DOC2COM.ZIP}}]
 
* [[DOC2COM (Dan K. Nelson)]] [{{CdTextfilesURL|ems/emspro20/disk4/DOSUTIL/DOC2COM.ZIP}}]
 
* [[DOC2COM (Gerald DePyper)]]
 
* [[DOC2COM (Gerald DePyper)]]
 +
* [[DOCMAKER (Jack A. Orman)]]
 
* [[The Electronic Text Publishing System|Electronic Text Publishing System, The]] (Philip P. Kapusta) [{{CdTextfilesURL|psl/pslv3nv04/UTILS/DOS/FILEVIEW/ETEXT10.ZIP}}]
 
* [[The Electronic Text Publishing System|Electronic Text Publishing System, The]] (Philip P. Kapusta) [{{CdTextfilesURL|psl/pslv3nv04/UTILS/DOS/FILEVIEW/ETEXT10.ZIP}}]
 
* [[MakeScroll]] (Eric Gans) [{{CdTextfilesURL|psl/pslv2nv10/UTILS/DOS/FILEVIEW/MAKESCR.ZIP}}]
 
* [[MakeScroll]] (Eric Gans) [{{CdTextfilesURL|psl/pslv2nv10/UTILS/DOS/FILEVIEW/MAKESCR.ZIP}}]
Line 55: Line 58:
 
* [[TXT2COM (Keith P. Graham)]]
 
* [[TXT2COM (Keith P. Graham)]]
 
* [[TXT2COM (Prakash.K)]]
 
* [[TXT2COM (Prakash.K)]]
 +
* [[TXT2COM (Uwe Schlenther)]]
 
* [[TXT2COM (Wiering Software)]]
 
* [[TXT2COM (Wiering Software)]]
 
* [[TXT2EXE (John De Palma)]] [{{CdTextfilesURL|psl/pslv2nv10/UTILS/DOS/FILEVIEW/TXTEXE.ZIP}}]
 
* [[TXT2EXE (John De Palma)]] [{{CdTextfilesURL|psl/pslv2nv10/UTILS/DOS/FILEVIEW/TXTEXE.ZIP}}]
Line 70: Line 74:
 
* [[Graphic Workshop self-displaying picture]]
 
* [[Graphic Workshop self-displaying picture]]
 
* [[NETPIC (Jim Tucker)|NETPIC]]
 
* [[NETPIC (Jim Tucker)|NETPIC]]
 +
* [[OPTIKS COM image]]
 
* [[PCX2COM]]
 
* [[PCX2COM]]
 
* [[PCX2EXE (Arminio Grgic)]]
 
* [[PCX2EXE (Arminio Grgic)]]
Line 91: Line 96:
  
 
== Executable libraries ==
 
== Executable libraries ==
(Multiple executable files combined into one executable file.)
+
(Multiple executable files combined into one executable file, such that you can choose the one to execute.)
  
 
* [[ARK (executable library)]]
 
* [[ARK (executable library)]]
 
* [[COM-Pack library]]
 
* [[COM-Pack library]]
 
* [[XEQ]]
 
* [[XEQ]]
 +
 +
== Executable sequencers ==
 +
Utilities that combine two or more executable files into one that, in effect, executes the original files in sequence. The term ''sticker'' is sometimes used, which can refer to the utility, or to the component file that is playing the role of the appendage.
 +
 +
A variation of this is a utility that takes a document such as a text file, converts it to code that displays the document, and appends it to an arbitrary executable file.
 +
 +
'''Sketchy software alert:''' While legitimate uses exist, appending code to someone else's software is characteristic of computer viruses, and software "cracking" groups.
 +
 +
* [[Ady's GLUE]]
 +
* [[The Message Sticker|Message Sticker, The]] (Paz Hameiri)
 +
* [[MINICHAINER]]
 +
 +
More examples may be found in
 +
[https://web.archive.org/web/20051130022141/http://www.exetools.com/others.htm archives of exetools.com].
 +
 +
== Executable format conversion ==
 +
(Utilities whose main purpose is conversion from one binary executable format to another, especially if they produce an envelope-like format.)
 +
 +
* [[EXE2COM (PSP Soft)]]
  
 
== Compiled scripts ==
 
== Compiled scripts ==
Line 103: Line 127:
 
* [[BATCOM (Wenham Software)]]
 
* [[BATCOM (Wenham Software)]]
 
* [[BatLite]]
 
* [[BatLite]]
 +
* [[BATtoCOM]] (Clockwork Software)
 
* Professional EBL-Plus - See [[Extended Batch Language]].
 
* Professional EBL-Plus - See [[Extended Batch Language]].
  
Line 111: Line 136:
 
* [[com2txt]] (Naoyuki Nide)
 
* [[com2txt]] (Naoyuki Nide)
 
* [[Com2txt (Dark Stalker)]]
 
* [[Com2txt (Dark Stalker)]]
 +
* [[Com4Mail]]
 
* [[COMT]]
 
* [[COMT]]
 
* [[NETRUN]]
 
* [[NETRUN]]
Line 118: Line 144:
 
* [[NETPIC (Jim Tucker)|NETPIC]]
 
* [[NETPIC (Jim Tucker)|NETPIC]]
 
* [[NETSEND]]
 
* [[NETSEND]]
 +
 +
Related links:
 +
* [http://tom7.org/abc/ Tom7's PAPER.EXE]
  
 
== Links ==
 
== Links ==
 
* {{OldskoolDOSEXE}} → Executable Tools Pack - Collection of many DOS utilities
 
* {{OldskoolDOSEXE}} → Executable Tools Pack - Collection of many DOS utilities

Latest revision as of 13:02, 14 April 2024

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

[edit] Executable compression

Refer to Executable compression.

[edit] 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.)

[edit] 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.

[edit] Self-extracting installers

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

[edit] 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.

[edit] Executable text

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

[edit] 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.

[edit] Executable ANSI Art

(ANSI Art and related formats)

[edit] Other executable documents

[edit] Executable libraries

(Multiple executable files combined into one executable file, such that you can choose the one to execute.)

[edit] Executable sequencers

Utilities that combine two or more executable files into one that, in effect, executes the original files in sequence. The term sticker is sometimes used, which can refer to the utility, or to the component file that is playing the role of the appendage.

A variation of this is a utility that takes a document such as a text file, converts it to code that displays the document, and appends it to an arbitrary executable file.

Sketchy software alert: While legitimate uses exist, appending code to someone else's software is characteristic of computer viruses, and software "cracking" groups.

More examples may be found in archives of exetools.com.

[edit] Executable format conversion

(Utilities whose main purpose is conversion from one binary executable format to another, especially if they produce an envelope-like format.)

[edit] Compiled scripts

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

[edit] 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:

Related links:

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox