Ask Question
30 September, 00:48

What is the nx bit and which form of the buffer overflow attack does it protect against?

+5
Answers (1)
  1. 30 September, 01:06
    0
    NX bit marks parts of memory as "no execute", so that even if it contains executable code, the CPU will not execute it. Some buffer overflow exploits place executable code in a buffer (and beyond), then attempt to redirect execution to this area to gain control over a process.

    In windows this is called Data Execution Prevention.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the nx bit and which form of the buffer overflow attack does it protect against? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers