V-Load
From Just Solve the File Format Problem
(Difference between revisions)
m |
(samples) |
||
Line 14: | Line 14: | ||
== Software == | == Software == | ||
* {{CdTextfiles|blackphilesii/PHILES/CODING/UTILS/VLOAD.ZIP|V-Load v0.9β}} | * {{CdTextfiles|blackphilesii/PHILES/CODING/UTILS/VLOAD.ZIP|V-Load v0.9β}} | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/joinedDOSEXEs}} |
Latest revision as of 14:05, 2 June 2025
V-Load is a toolkit used to combine two DOS 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".
Contents |
[edit] Discussion
A combined file is constructed manually, by concatenating the included VLOAD.EXE file, and two other EXE files, into a new file.
[edit] 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.