首页 > 其他 > 详细

DEP受保护的问题(尤其是Outlook)

时间:2016-07-06 01:46:04      阅读:332      评论:0      收藏:0      [点我收藏+]

We see this issue quite regularly as we use MAPI and lots of our users run our application on TS.


Office (and Outlook in particular) is not DEP safe on Windows 2008 R2. http://support.microsoft.com/kb/2028367

If you‘re wondering why this doesn‘t occur on non-server versions of Windows (e.g. XP, Vista, Win7, etc.),
it‘s because *only* ‘system‘ processes run with DEP enabled by default in desktop versions, whereas DEP is enabled
on *all* processes by default in server versions. 

TS (and Citrix) are the classic case where a server version of Windows ends up hosting desktop applications and thus
where you see this annoying issue.

Now in the above KB, Microsoft recommends exempting Outlook.exe from DEP to workaround the issue.
However, when talking via MAPI to Outlook, the problematic non DEP-safe code will be running in *your* address space,
thus you will need to exempt *your* processes exe from DEP checking or suffer these spurious AVs.

 

http://forum.madshi.net/viewtopic.php?f=4&t=27582

DEP受保护的问题(尤其是Outlook)

原文:http://www.cnblogs.com/findumars/p/5645544.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!