- 1、本文档共11页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
windows XP数据执行保护(国外英文资料)
windows XP数据执行保护(国外英文资料)
The Windows XP data execution protection (DEP) function details the 2008-09-16 11:52 profile
Data execution protection (DEP) is a hardware and software technology that can perform additional checks in memory to help prevent malicious code running on the system. In Microsoft Windows XP Service Pack 2 (SP2) and Microsoft Windows XP Tablet PC Edition 2005, the DEP was enforced with hardware and software.
The main advantage of DEP is that it can help prevent data page execution of code. Typically, code is not executed from the default heap and stack. The hardware implements the DEP to detect the code running from these locations and causes an exception when the execution is found. Software implementation DEP helps prevent malicious code from exploiting the exception handling mechanism in Windows.
Hardware implementation of DEP
In addition to explicitly containing the memory location where the executable code is executed, the hardware implements the DEP to mark all memory locations in the process as inexecutable. One type of attack is to try to insert code into an unexecutable memory location and run it. DEP can help prevent these attacks by intercepting these attacks and causing an exception.
The hardware implementation DEP relies on the processor hardware to use the attribute tag memory, which indicates that the code cannot be executed from that memory. The DEP runs on a virtual memory Page, usually changing the bits in the Page Table Entry (PTE) to mark the memory Page.
The processor architecture determines how the DEP is implemented in hardware and the way DEP tags virtual memory pages. However, when executing code from a page that USES the appropriate property set tag, the handler that supports the hardware implementation DEP may cause an exception.
Advanced Micro Devices (AMD) and Intel have defined and released Windows compatible architectures that are compatible with DEP.
Starting with Windows XP SP2, the 32-bit version of Windows USES o
您可能关注的文档
- msp430模拟串口接收多个字节同时发送(国外英文资料).doc
- Netscreen防火墙简单配置实例(国外英文资料).doc
- NIDS与防火墙联动(国外英文资料).doc
- MP3各项参数的意义(国外英文资料).doc
- nike编码的深刻内涵!(国外英文资料).doc
- NIKE鞋编号(国外英文资料).doc
- NLS_lang参数设置-linux设置字符集(国外英文资料).doc
- NOR FLASH和 NAND FLASH区别(国外英文资料).doc
- NORTEL数位交换机基本指令操作(国外英文资料).doc
- nslookup命令详解(国外英文资料).doc
- windows7运行库组件整理(国外英文资料).doc
- Windows7服务详解大全(国外英文资料).doc
- win7怎样查物理地址(国外英文资料).doc
- Windows下程序的反汇编(国外英文资料).doc
- Windows修复控制台(国外英文资料).doc
- windows常用文件格式(国外英文资料).doc
- Windows延迟打印服务(print spooler)自动停止(国外英文资料).doc
- windows操作系统变量名-批处理DOS系统变量名大全(国外英文资料).doc
- WindowsXP自动更新文件存放目录和20个秘密(国外英文资料).doc
- Windows API简单入门(国外英文资料).doc
文档评论(0)