Question: Computer Security 5. The following function is called in a privileged program. The argument str points to a string that is entirely provided by users

Computer Security

Computer Security 5. The following function is called in a privileged program.

5. The following function is called in a privileged program. The argument str points to a string that is entirely provided by users (the size of the string is up to 300 bytes). When this function is invoked, the address of the buffer array is 0x66AA0020, while the return address is stored in 0x66AA0050. Please write down the string that you would feed into the program, so when this string is copied to buffer and when the bof() function returns, the privileged program will run your code. In your answer, you don't need to write down the injected code, but the offsets of the key elements in your string need to be correct. (10') int bof (char *str) { char buffer [16]; strcpy (buffer, str); return 1; }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!