PDA

View Full Version : Win XP SP2 memory protection


Praveer
May 10th 04, 11:50 AM
One of the changes in SP2 is memory protection.
32 and 64 bit processors will give no-execute (NX)
protection
As per changes, User mode execution protection will result
in STATUS_ACCESS_VOILATION exception.
How can I test if my application code is loaded on NX
blocks.

Will Denny
May 10th 04, 11:54 AM
Hi

Have you tried the NGs set up for SP2:

http://communities.microsoft.com/newsgroups/default.asp?icp=xpsp2&slcid=us

--

Will Denny
MS-MVP Windows - Shell/User


"Praveer" > wrote in message
...
| One of the changes in SP2 is memory protection.
| 32 and 64 bit processors will give no-execute (NX)
| protection
| As per changes, User mode execution protection will result
| in STATUS_ACCESS_VOILATION exception.
| How can I test if my application code is loaded on NX
| blocks.
|

Rick \Nutcase\ Rogers
May 10th 04, 11:54 AM
Hi,

It's not the applications, it's the hardware you are using. If you have the
proper hardware, then that option will be available to you (control
panel/system/advanced tab/performance settings, there will be a new tab for
data execution). If you don't, then it won't be.

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Windows
Windows isn't rocket science! That's my other hobby!
http://mvp.support.microsoft.com/
Associate Expert - WinXP - Expert Zone
www.microsoft.com/windowsxp/expertzone
Win98 Help - www.rickrogers.org

"Praveer" > wrote in message
...
> One of the changes in SP2 is memory protection.
> 32 and 64 bit processors will give no-execute (NX)
> protection
> As per changes, User mode execution protection will result
> in STATUS_ACCESS_VOILATION exception.
> How can I test if my application code is loaded on NX
> blocks.
>

Google