How does 7-Zip find .7z format archive at offset in a file?
I found that I can sandwich .7z
archive files between other, binary data and 7za
is still able to list and (presumably) extract files from this archive. I think this is useful eg to create a quintuple-format file such as a DOS kernel, DOS application, DOS device driver all at the beginning, .7z
(or .zip
) archive in the middle, and an appended Extension for lDebug (ELD) at the end.