V-Load
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executable envelopes |released=1994 }} '''V-Load''' is a toolkit used to combine two EXE files into a single EXE fil...") |
Revision as of 16:56, 8 February 2025
V-Load is a toolkit used to combine two EXE files into a single EXE file that, when executed, has the effect of executing the original files sequentially. It was developed by a person known as "ONYX".
Discussion
A combined file is constructed manually, by concatenating the included VLOAD.EXE file, and two other EXE files, into a new file.
Identification
A combined file starts with the bytes in the included VLOAD.EXE file. In v0.9β, an identification message appears at offset 2521, containing "V-Load
" at offset 2523.