<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>捷云鲸技术社区 - vip★资源</title>
    <link>https://bbs.jieyunjing.com/forum-56-1.html</link>
    <description>Latest 20 threads of vip★资源</description>
    <copyright>Copyright(C) 捷云鲸技术社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 03 Jul 2026 17:55:29 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.jieyunjing.com/static/image/common/logo_88_31.gif</url>
      <title>捷云鲸技术社区</title>
      <link>https://bbs.jieyunjing.com/</link>
    </image>
    <item>
      <title>Windows内核驱动-封装驱动到三环-第9章-全套课程</title>
      <link>https://bbs.jieyunjing.com/thread-5281-1-1.html</link>
      <description><![CDATA[第九课 驱动功能封装与三环交互开发
一、驱动文件集成到三环项目
1. 准备驱动资源

[*]将编译好的 .sys 驱动文件复制到用户程序目录（建议新建 Drivers 子目录）

[*]包含驱动定义头文件（如 MyDriver.h），内容示例：
// 驱动IO控制码定义
#define IOCTL_MY_DRIVER_RE ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Wed, 21 May 2025 08:51:35 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核驱动开发-读写驱动-第8章</title>
      <link>https://bbs.jieyunjing.com/thread-5280-1-1.html</link>
      <description><![CDATA[Windows内核驱动开发-读写驱动-第8章
在 Windows 内核驱动开发中，系统回调机制是实现进程、线程、模块加载及注册表操作监控的核心技术。以下从技术原理、实现方法和实战案例三个维度，结合 Windows 内核架构和驱动开发规范，系统解析系统回调的应用逻辑：
一、系统回调 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Wed, 21 May 2025 07:43:04 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核驱动开发-系统回调-第7章</title>
      <link>https://bbs.jieyunjing.com/thread-5279-1-1.html</link>
      <description><![CDATA[在 Windows 内核驱动开发中，系统回调机制是实现进程、线程、模块加载及注册表操作监控的核心技术。以下从技术原理、实现方法和实战案例三个维度，结合 Windows 内核架构和驱动开发规范，系统解析系统回调的应用逻辑：
一、系统回调机制的核心原理
Windows 内核通过事件 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Wed, 21 May 2025 06:50:27 +0000</pubDate>
    </item>
    <item>
      <title>Windows 内核句柄表深入解析（第六部分）</title>
      <link>https://bbs.jieyunjing.com/thread-5228-1-1.html</link>
      <description><![CDATA[Windows 内核句柄表深入解析（第六部分）
**
在 Windows 内核的复杂体系中，句柄表作为资源管理的关键组件，承载着系统与应用程序交互的重要职责。本文将围绕 \&quot;Windows 内核 - 句柄表 - 6\&quot; 的课程内容展开详细剖析，带您深入了解句柄表的各类知识及其在实际场景中的应用 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Mon, 19 May 2025 12:32:10 +0000</pubDate>
    </item>
    <item>
      <title>Windows 内核驱动 APC -5 深度解析课程</title>
      <link>https://bbs.jieyunjing.com/thread-5227-1-1.html</link>
      <description><![CDATA[Windows 内核驱动 APC 深度解析课程
课程目录
01. 异步过程调用 APC 核心概念剖析
深入探究 Windows 内核驱动里异步过程调用（APC）的基本概念，明晰其在系统运行中的关键作用与重要意义，为后续深入学习 APC 相关知识筑牢理论根基。
02. 备用 APC 机制全揭秘
全面解析 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Mon, 19 May 2025 09:11:29 +0000</pubDate>
    </item>
    <item>
      <title>Gw_Drive202539驱动读写源代码开源 c语言+e语言</title>
      <link>https://bbs.jieyunjing.com/thread-5119-1-1.html</link>
      <description><![CDATA[Gw_Drive202539驱动读写源码 c+e
功能：
保护文件
保护进程
强读写
隐藏进程
强删文件
强制结束文件
注入文件
有需要的自己拿去学习吧  请勿非法使用哈


**** 本内容被作者隐藏 ****]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Mon, 12 May 2025 10:14:23 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核驱动-进程线程 1-12课程</title>
      <link>https://bbs.jieyunjing.com/thread-5095-1-1.html</link>
      <description><![CDATA[课程介绍​
本系列教程将深入讲解 Windows 内核中的进程和线程相关知识，带领大家了解其运行原理，包括线程切换、强杀进程、进程挂靠的本质等内容。通过理论讲解与小练习相结合的方式，帮助读者更好地掌握 Windows 内核驱动中进程线程的关键技术。​
第 1 课 进程结构体 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Fri, 09 May 2025 08:35:31 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核驱动-系统调用1-7课程无加密.7z</title>
      <link>https://bbs.jieyunjing.com/thread-5081-1-1.html</link>
      <description><![CDATA[Windows内核驱动-系统调用1-7课程无加密.7z
课程目录：
1、Windows 内核体系下系统调用在用户层的运行机制剖析​
2、sysenter 指令触发内核态切换及现场保护流程详解​
3、系统服务表架构与函数调用机制深入探究​
4、内核态执行完成后的现场恢复与返回流程解析​
5、in ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Thu, 08 May 2025 11:58:32 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发-保护模式1-18课程</title>
      <link>https://bbs.jieyunjing.com/thread-5074-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发-保护模式1-18课程

一、学习路线总览​
在操作系统底层开发领域，Windows 内核研究是极具技术深度的方向。本文构建的知识体系以保护模式为核心线索，结合驱动开发实战，帮助开发者系统掌握 x86 架构下的内核运行机制。整个学习进程遵循从理论基础 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Wed, 07 May 2025 10:25:37 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发10.驱动签名</title>
      <link>https://bbs.jieyunjing.com/thread-5064-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发10.驱动签名

在 Windows 内核驱动开发领域，驱动蓝屏（Blue Screen of Death，简称 BSOD）是一个极具挑战性且不容忽视的问题。由于驱动程序运行于内核态，直接掌控系统底层资源，一旦出现错误，极易引发系统崩溃，严重影响用户体验与系统稳定性。 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 07:45:20 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发9.驱动蓝屏分析</title>
      <link>https://bbs.jieyunjing.com/thread-5063-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发9.驱动蓝屏分析

在 Windows 内核驱动开发领域，驱动蓝屏（Blue Screen of Death，简称 BSOD）是一个极具挑战性且不容忽视的问题。由于驱动程序运行于内核态，直接掌控系统底层资源，一旦出现错误，极易引发系统崩溃，严重影响用户体验与系统稳定性 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 07:43:52 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发8.三环卸载驱动</title>
      <link>https://bbs.jieyunjing.com/thread-5062-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发8.三环卸载驱动
在 Windows 内核驱动开发中，三环（用户态）卸载驱动是一项关键操作，它确保不再使用的驱动能安全、彻底地从系统中移除，避免资源浪费或潜在冲突。以下详细解析三环卸载驱动的步骤与实现逻辑。
一、打开服务控制管理器
首先，通过 O ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 07:42:09 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发7.三环加载驱动</title>
      <link>https://bbs.jieyunjing.com/thread-5061-1-1.html</link>
      <description><![CDATA[在 Windows 内核驱动开发中，三环（用户态）加载驱动是一个关键环节，它涉及到与系统服务管理器交互，完成驱动服务的创建、启动等操作。这一过程需要严格遵循系统规范，确保驱动能够正确加载到内核空间并正常工作。下面我们结合具体代码来详细剖析三环加载驱动的步骤与 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 07:38:13 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发6.封装通信函数及添加回调函数</title>
      <link>https://bbs.jieyunjing.com/thread-5060-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发6.封装通信函数及添加回调函数

以三环代码例子，频繁使用的 DeviceIoControl 调用可封装为独立函数。如：

这样在调用时更简洁，且便于统一修改。
内核驱动中，如图片代码所示，在 IrpControl 函数中处理通信请求。通过获取输入缓冲区长度 inputBu ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 07:33:53 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发05.驱动与三环通讯三环代码编写</title>
      <link>https://bbs.jieyunjing.com/thread-5059-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发05.驱动与三环通讯三环代码编写
Windows 内核驱动开发：三环代码编写详解
在 Windows 内核驱动开发体系中，用户态（三环）与内核态的通讯是实现功能交互的核心纽带。三环代码承担着向内核驱动发送请求、传输数据与接收反馈的重要职责，其编写质量直 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 07:18:50 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发04.驱动与三环通讯零环代码编写1-2</title>
      <link>https://bbs.jieyunjing.com/thread-5058-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发04.驱动与三环通讯零环代码编写1：
在 Windows 操作系统的复杂体系中，驱动程序如同隐藏在幕后的精密操控者，而驱动与三环（用户模式）之间的通讯则是连接系统底层与上层应用的关键桥梁。零环（内核模式）代码编写在这一通讯过程中扮演着至关重要的 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 07:04:11 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发03.调试驱动</title>
      <link>https://bbs.jieyunjing.com/thread-5057-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发03.调试驱动：



在 Windows 操作系统的底层世界里，驱动程序犹如精密仪器中的关键零件，发挥着举足轻重的作用。它是操作系统与硬件设备之间的桥梁，确保两者之间能够顺畅地进行沟通和协作。而驱动开发过程中的调试环节，则是保障驱动程序稳定、高 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Tue, 06 May 2025 06:59:27 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发02.驱动的常用函数</title>
      <link>https://bbs.jieyunjing.com/thread-5054-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发02.驱动的常用函数
在 Windows 内核 - 驱动开发的知识体系里，掌握驱动的常用函数是至关重要的一环，它就像是掌握一门新语言的常用词汇，是进一步深入探索的基础。
Windows 内核驱动如同计算机系统的幕后功臣，默默地管理着硬件设备与操作系统之间 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Mon, 05 May 2025 15:40:41 +0000</pubDate>
    </item>
    <item>
      <title>Windows内核-驱动开发01.第一个驱动程序</title>
      <link>https://bbs.jieyunjing.com/thread-5053-1-1.html</link>
      <description><![CDATA[Windows内核-驱动开发01.第一个驱动程序
在计算机系统的技术体系中，Windows 内核 - 驱动开发占据着极为关键的位置，而编写第一个驱动程序，则是踏入这一领域的重要起点。
Windows 内核如同计算机系统的心脏，掌控着整个系统的核心运行。驱动程序则像是心脏与身体各个器 ...]]></description>
      <category>vip★资源</category>
      <author>admin</author>
      <pubDate>Mon, 05 May 2025 14:57:25 +0000</pubDate>
    </item>
  </channel>
</rss>