- Feb 14, 2004
- 52,505
- 7,709
- 136
Originally posted by: Kaido
Oh and for some related fun:
http://technet.microsoft.com/e...nternals/bb897558.aspx
Originally posted by: MrTransistorm
Originally posted by: Kaido
Oh and for some related fun:
http://technet.microsoft.com/e...nternals/bb897558.aspx
Yikes! I know there are BSOD screensavers out there, but I never expected one from Microsoft. They even made it read the hardware configuration for extra realism. That's scary!
My guess is Data Execution Protection (DEP) kicked in at the driver's level. It's protecting from a possible attack...0x000000FC
For security and stability Windows defines memory areas as "executable" where programs can run, and "non-executable" where data is stored, but programs are not allowed to run. An attempt was made to run a program from a non-executable area of memory, which is never allowed. In some cases the faulting driver's name will appear in the message.
Some older versions of Windows may show the description as "ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY".
Originally posted by: BehindEnemyLines
At least it tells us why it BSOD:
My guess is Data Execution Protection (DEP) kicked in at the driver's level. It's protecting from a possible attack...0x000000FC
For security and stability Windows defines memory areas as "executable" where programs can run, and "non-executable" where data is stored, but programs are not allowed to run. An attempt was made to run a program from a non-executable area of memory, which is never allowed. In some cases the faulting driver's name will appear in the message.
Some older versions of Windows may show the description as "ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY".
