>> |
Anonymous
>>136661 Your command prompt does that by merging the two files (the image and the rar) with the command:
COPY /B file1.jpg+file2.rar newfile.jpg
This will make the file have a jpg header at the beginning of it, while also keeping all the rar info (with header as well) right after the ending of the image code. It's basically the rawest form of a binary copy.
|