Write your answers in between the square brackets. They will be used to detect your answer. DON'T modify anything else in this file! --- QUESTION #1 - 0.5 point What is the value, in hex, of the ecx register when the function f is called for the first time? Sample Answer: 0xffffffff (Your answer should be something like this exactly in 8 hex digits with "0x" as prefix) Your Answer: [write answer here] --- QUESTION #2 - 0.5 point Which register stores the value of the variable i in the function main (before f is called)? Sample Answer: eip Your Answer: [write answer here] --- QUESTION #3 - 0.5 point What is the address, in hex, of the function f? Sample Answer: 0xffffffff (Your answer should be something like this exactly in 8 hex digits with "0x" as prefix) Your Answer: [write answer here] --- QUESTION #4 - 0.5 point What is the name of the 6th instruction of the function f? Sample Answer: mov Your Answer: [write answer here] --- QUESTION #5 - 0.5 point When f completes after being called from main, to which address in main does control return? Write your answer in hex form. Sample Answer: 0xffffffff (Your answer should be something like this exactly in 8 hex digits with "0x" as prefix) Your Answer: [write answer here]