<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>挂钩 NtCreateThreadEx 导致 0xC00000F2 问题</title>
        <link>https://xiaodaozhi.com/kernel/31.html</link>
        <description>近期在研究和开发基于虚拟化的虚拟 HOOK 技术。在 Windows 7 x64 环境开发实测期间，发现针对 NtCreateThreadEx 函数的 HOOK 存在问题：该函数大部分情况下变得只返回 0xC00000F2 (STATUSINVALIDPARAMETER4) 第 4 个参数无效的状态码。这导致系统出现很多问题，大部分的新线程都无法成功创建。为了解决这个问题，在这篇文章中对问题进行追溯，查找到底是哪里导致的。</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>挂钩 NtCreateThreadEx 导致 0xC00000F2 问题</title>
            <url>https://xiaodaozhi.com/uploads/2017/04/27/1773742503813.jpg</url>
            <link>https://xiaodaozhi.com/kernel/31.html</link>
        </image>
        <copyright>All rights reserved 2026</copyright>
        <atom:link href="https://xiaodaozhi.com/feed/kernel/31.html" rel="self" type="application/rss+xml"/>
    </channel>
</rss>