In computer forensics, the data written on a hard drive is represented using hex values. Each type of file has a header (sequence of values indicating the start of a file) and a footer (indicating the end of the file). The start (header) of a jpg file contains ff d8 ff e0.
a. What does the header of this file look like in binary?



Answer :

Other Questions