Deadline | Friday, September 15, 11:59pm |
Name on Marmoset | Q1 |
To Submit |
goose.bin
|
Download the image file below (goose.jpg) and determine the byte at location 0x2410 in the file. Submit a file containing this single byte, and nothing else, to Marmoset.
wc --bytes file
This question is meant to expose you to the idea of working with files at a binary level. There are a lot of ways to solve this question. Here are some suggestions:
xxd
command
lets you view the bytes in a file in hexadecimal.
Usually it is not appropriate to look up ways to solve an assignment question online, but for this question, we encourage you to do research as needed!