<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Windows 进程创建通知回调通知例程的学习笔记</title>
        <link>https://xiaodaozhi.com/kernel/18.html</link>
        <description>在 Windows 操作系统中可以通过 PsSetCreateProcessNotifyRoutine 函数注册或移除一个进程创建通知回调例程。在 Vista 以及之后的版本中，微软加入 PsSetCreateProcessNotifyRoutineEx 新的函数来注册创建进程通知。通过判断系统版本来对应不同的操作系统调用不同的注册函数。</description>
        <lastBuildDate>Sat, 21 Aug 2021 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>Windows 进程创建通知回调通知例程的学习笔记</title>
            <url>https://xiaodaozhi.com/uploads/2015/12/21/1773739921718.jpg</url>
            <link>https://xiaodaozhi.com/kernel/18.html</link>
        </image>
        <copyright>All rights reserved 2026</copyright>
        <atom:link href="https://xiaodaozhi.com/feed/kernel/18.html" rel="self" type="application/rss+xml"/>
    </channel>
</rss>