<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>在 64 位 Windows7 操作系统中实现进程保护</title>
        <link>https://xiaodaozhi.com/kernel/4.html</link>
        <description>关于进程保护，在 64 位版的 Windows7 操作系统中不能通过 HOOK SSDT 等方式来实现，因为会触发 PatchGuard 保护造成蓝屏。在本文中通过内核函数 ObRegisterCallbacks 来实现对一般进程的保护。</description>
        <lastBuildDate>Tue, 16 Aug 2022 04:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <image>
            <title>在 64 位 Windows7 操作系统中实现进程保护</title>
            <url>https://xiaodaozhi.com/uploads/2015/09/03/1773735272164.jpg</url>
            <link>https://xiaodaozhi.com/kernel/4.html</link>
        </image>
        <copyright>All rights reserved 2026</copyright>
        <atom:link href="https://xiaodaozhi.com/feed/kernel/4.html" rel="self" type="application/rss+xml"/>
    </channel>
</rss>