in Windows
, you can hide a file in a picture using the following command:
copy /b example.jpg+example.zip output.jpg
the newly obtained pictures can be browsed normally. What is the principle of implementing this feature?
what do you need to do if you don"t use the copy
instruction, but implement it yourself?