adplus-dvertising
frame-decoration

Question

What is the purpose of stack-checking mechanisms embedded into programs?

a.

To completely eliminate buffer overflow bugs

b.

To reduce the total number of possible exploits in a program

c.

To increase the number of possible exploits in a program

d.

None of the above

Posted under Reverse Engineering

Answer: (b).To reduce the total number of possible exploits in a program Explanation:Even though stack checking does not completely eliminate the problem, it somewhat reduces the total number of possible exploits in a program.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of stack-checking mechanisms embedded into programs?