|
Windows深入编程全集视频课程(七日成蝶)
〖课程目录〗:
51CTO学院 Windows深入编程全集视频课程(七日成蝶) [3.6G]
┣━━第1章 同步异步IO [841.7M]
┃ ┣━━1-1 七日成蝶课程体系说明(2020).mp4 [42.6M]
┃ ┣━━1-10 读取文件设备.mp4 [27.5M]
┃ ┣━━1-11 解决UNICODE编码问题.mp4 [62.8M]
┃ ┣━━1-12 获取文件大小.mp4 [31.5M]
┃ ┣━━1-13 设置文件尾.mp4 [35.4M]
┃ ┣━━1-14 异步读写.mp4 [59.5M]
┃ ┣━━1-15 异步读写判断.mp4 [15.3M]
┃ ┣━━1-16 异步完成IO(一).mp4 [31.5M]
┃ ┣━━1-17 异步完成IO(二).mp4 [53.2M]
┃ ┣━━1-18 异步完成IO(三).mp4 [64.5M]
┃ ┣━━1-19 异步完成IO(四).mp4 [79.3M]
┃ ┣━━1-2 课程概览,学我所需.mp4 [7.6M]
┃ ┣━━1-20 异步完成IO(五).mp4 [32.5M]
┃ ┣━━1-21 异步完成IO(六).mp4 [46.2M]
┃ ┣━━1-22 windows调试之debugview本地调试.mp4 [34.9M]
┃ ┣━━1-23 windows调试之debugview远程调试.mp4 [16.7M]
┃ ┣━━1-3 (加餐)VS2019下载安装.mp4 [28.2M]
┃ ┣━━1-4 (加餐)VS2019初体验.mp4 [14.6M]
┃ ┣━━1-5 (加餐)#pragma once与#ifndef.mp4 [9.5M]
┃ ┣━━1-6 Windows IO API详解.mp4 [70.6M]
┃ ┣━━1-7 打开IO设备.mp4 [38.2M]
┃ ┣━━1-8 写入文件设备.mp4 [24.2M]
┃ ┗━━1-9 强制写入设备.mp4 [15.3M]
┣━━第2章 线程池 [682.3M]
┃ ┣━━2-1 课程概览,学我所需.mp4 [10.9M]
┃ ┣━━2-10 线程池同步-事件内核对象.mp4 [39.6M]
┃ ┣━━2-11 线程池同步-互斥量.mp4 [18.9M]
┃ ┣━━2-12 线程池同步-信号量.mp4 [30.5M]
┃ ┣━━2-13 逻辑完成-解除等待.mp4 [13.8M]
┃ ┣━━2-14 线程资源判断.mp4 [32.4M]
┃ ┣━━2-15 线程资源池定制.mp4 [56.8M]
┃ ┣━━2-2 线程池原理及API.mp4 [39.4M]
┃ ┣━━2-3 异步方式调用(上).mp4 [39.2M]
┃ ┣━━2-4 异步方式调用(下).mp4 [43.4M]
┃ ┣━━2-5 周期性调用.mp4 [147M]
┃ ┣━━2-6 内核对象触发调用.mp4 [62.3M]
┃ ┣━━2-7 异步IO完成触发调用.mp4 [77.4M]
┃ ┣━━2-8 线程池同步-Interlocked族函数.mp4 [35.8M]
┃ ┗━━2-9 线程池同步-临界区.mp4 [34.7M]
┣━━第3章 动态链接库 [1G]
┃ ┣━━3-1 课程概览,学我所需.mp4 [17.3M]
┃ ┣━━3-10 隐式调用带参函数的dll.mp4 [25.4M]
┃ ┣━━3-11 C++调用C语言DLL的处理技巧.mp4 [39.6M]
┃ ┣━━3-12 C++生成的DLL与C语言的区别.mp4 [24.5M]
┃ ┣━━3-13 C++调用C++生成的DLL.mp4 [29.5M]
┃ ┣━━3-14 DLL导出类.mp4 [23.6M]
┃ ┣━━3-15 C++调用导出类.mp4 [15M]
┃ ┣━━3-16 类库的工业化设计(上).mp4 [39.6M]
┃ ┣━━3-17 类库的工业化设计(下).mp4 [50.7M]
┃ ┣━━3-18 通过向导自动生成DLL.mp4 [18.4M]
┃ ┣━━3-19 入口函数四种情况详解.mp4 [73.9M]
┃ ┣━━3-2 原理说明与初步接触.mp4 [63.3M]
┃ ┣━━3-20 安装C#、VB、Python.mp4 [19.2M]
┃ ┣━━3-21 __cdecl与__stdcall.mp4 [32.8M]
┃ ┣━━3-22 通过def文件规范C语言导出符号.mp4 [24.2M]
┃ ┣━━3-23 通过def文件规范C++函数导出符号.mp4 [8.4M]
┃ ┣━━3-24 通过def文件规范C++带参函数导出符号.mp4 [25.8M]
┃ ┣━━3-25 C#调用C语言编写的DLL.mp4 [59.3M]
┃ ┣━━3-26 C#无法直接调用C++导出的DLL.mp4 [25.7M]
┃ ┣━━3-27 C#调用def导出的C++动态链接库.mp4 [7M]
┃ ┣━━3-28 C#调用有参导出函数(上).mp4 [35.3M]
┃ ┣━━3-29 C#调用有参导出函数(下).mp4 [17.3M]
┃ ┣━━3-3 从HelloWorld开始.mp4 [26.8M]
┃ ┣━━3-30 VB调用dll动态链接库(上).mp4 [35.8M]
┃ ┣━━3-31 VB调用dll动态链接库(下).mp4 [52.4M]
┃ ┣━━3-32 Python调用dll动态链接库(上).mp4 [23.9M]
┃ ┣━━3-33 Python调用dll动态链接库(下).mp4 [13.6M]
┃ ┣━━3-4 使用dumpbin查看dll和exe.mp4 [33.9M]
┃ ┣━━3-5 初始化加载法调用无参Dll.mp4 [21.2M]
┃ ┣━━3-6 初始加载法调用无参Dll.mp4 [21.2M]
┃ ┣━━3-7 随用随加载法调用动态链接库.mp4 [55.6M]
┃ ┣━━3-8 导出函数带参数的DLL.mp4 [34M]
┃ ┗━━3-9 初始加载法调用函数带参数的DLL.mp4 [36.2M]
┣━━第4章 注入DLL [884.2M]
┃ ┣━━4-1 课程概览,学我所需.mp4 [7.3M]
┃ ┣━━4-10 函数转发注入DLL(一).mp4 [25.6M]
┃ ┣━━4-11 函数转发注入DLL(二).mp4 [22.2M]
┃ ┣━━4-12 函数转发注入DLL(三).mp4 [39.2M]
┃ ┣━━4-13 函数转发注入DLL(四).mp4 [13.5M]
┃ ┣━━4-14 函数转发注入DLL(五).mp4 [14M]
┃ ┣━━4-15 通过SetWindowsHookEx注入DLL(一).mp4 [29.1M]
┃ ┣━━4-16 通过SetWindowsHookEx注入DLL(二).mp4 [59.2M]
┃ ┣━━4-17 通过SetWindowsHookEx注入DLL(三).mp4 [17.4M]
┃ ┣━━4-18 通过SetWindowsHookEx注入DLL(四).mp4 [30.1M]
┃ ┣━━4-19 通过SetWindowsHookEx注入DLL(五).mp4 [16.3M]
┃ ┣━━4-2 工作原理及技术说明.mp4 [59.1M]
┃ ┣━━4-20 通过SetWindowsHookEx注入DLL(六).mp4 [43.1M]
┃ ┣━━4-21 通过SetWindowsHookEx注入DLL(七).mp4 [40.8M]
┃ ┣━━4-22 通过SetWindowsHookEx注入DLL(八).mp4 [22.2M]
┃ ┣━━4-23 全局钩子(上).mp4 [20.6M]
┃ ┣━━4-24 全局钩子(下).mp4 [43.9M]
┃ ┣━━4-25 全局钩子之共享段(上).mp4 [47.9M]
┃ ┣━━4-26 全局钩子之共享段(下).mp4 [11.9M]
┃ ┣━━4-27 挂钩指定线程(上).mp4 [30M]
┃ ┣━━4-28 挂钩指定线程(下).mp4 [8.8M]
┃ ┣━━4-29 远程注入DLL(一).mp4 [13.1M]
┃ ┣━━4-3 VS201X的程序如何在windows XP下跑起来.mp4 [25.9M]
┃ ┣━━4-30 远程注入DLL(二).mp4 [50.5M]
┃ ┣━━4-31 远程注入DLL(三).mp4 [19.2M]
┃ ┣━━4-32 远程注入DLL(四).mp4 [20.1M]
┃ ┣━━4-33 远程注入DLL(五).mp4 [9.8M]
┃ ┣━━4-4 注册表知识准备.mp4 [27.2M]
┃ ┣━━4-5 注册表注入DLL(上).mp4 [42.9M]
┃ ┣━━4-6 注册表注入DLL(下).mp4 [17M]
┃ ┣━━4-7 DebugView验证注入DLL.mp4 [22M]
┃ ┣━━4-8 ProcessExplorer验证注入DLL.mp4 [12.2M]
┃ ┗━━4-9 验证win7系统注入DLL的有效性.mp4 [21.9M]
┣━━第5章 拦截API [268.3M]
┃ ┣━━5-1 课程概览,学我所需.mp4 [6.5M]
┃ ┣━━5-10 远程注入+拦截API(一).mp4 [12.4M]
┃ ┣━━5-11 远程注入+拦截API(二).mp4 [18.2M]
┃ ┣━━5-12 远程注入+拦截API(三).mp4 [16M]
┃ ┣━━5-13 远程注入+拦截API(四).mp4 [16.9M]
┃ ┣━━5-2 拦截原理说明.mp4 [13.3M]
┃ ┣━━5-3 先睹为快.mp4 [8.7M]
┃ ┣━━5-4 制作目标API.mp4 [10.4M]
┃ ┣━━5-5 导出地址表(IAT).mp4 [33.4M]
┃ ┣━━5-6 核心编码(上).mp4 [64.2M]
┃ ┣━━5-7 (加餐)对照IAT表详解核心代码.mp4 [26.6M]
┃ ┣━━5-8 核心编码(下).mp4 [14.1M]
┃ ┗━━5-9 拦截调试.mp4 [27.7M]
┗━━文档 [19.6M]
┣━━1_课程概览,学我所需 (1).pdf [470.3K]
┣━━1_课程概览,学我所需 (2).pdf [529.3K]
┣━━1_课程概览,学我所需 (3).pdf [582.3K]
┣━━1_课程概览,学我所需 (4).pdf [605.6K]
┣━━1_课程概览,学我所需.pdf [408.4K]
┣━━2_DLL注入.pdf [595.5K]
┣━━2_动态链接库.pdf [526.8K]
┣━━2_同步IO.pdf [534.3K]
┣━━2_线程池原理.pdf [425K]
┣━━3_IO完成端口.pdf [488.3K]
┣━━15_threadpool.rar [119.7K]
┣━━16_threadpool.rar [120.8K]
┣━━17_threadpool_diy.rar [120.8K]
┣━━函数转发注入DLL.rar [175.7K]
┣━━拦截API.rar [56.3K]
┣━━七日成蝶课程快捷链接2020.txt [3.3K]
┣━━远程注入_API拦截 (1).rar [2.3M]
┣━━远程注入_API拦截.rar [45.6K]
┣━━ait.rar [36.5K]
┣━━AutoDll.rar [1.8M]
┣━━Calculater (1).rar [91.3K]
┣━━Calculater.rar [2.9K]
┣━━CalculaterCPP.rar [190.9K]
┣━━CompanyA.rar [216K]
┣━━Dbgview (1).rar [158.9K]
┣━━Dbgview.rar [160K]
┣━━DLL_py.rar [25K]
┣━━HelloWorld.rar [95.8K]
┣━━helloworlddef.rar [91.2K]
┣━━HookAPP.rar [18.7K]
┣━━HookDemo_挂钩线程.rar [23.4K]
┣━━HookDemo_全局钩子.rar [33.2K]
┣━━HookDemo.rar [33.4K]
┣━━IO1.rar [289.1K]
┣━━IO10.rar [220.2K]
┣━━IO2.rar [221.9K]
┣━━IO3.rar [214K]
┣━━IO4.rar [213.9K]
┣━━IO5.rar [219.6K]
┣━━IO6.rar [281.9K]
┣━━IO7.rar [3.4K]
┣━━IO8.rar [217.2K]
┣━━procexp.rar [798.2K]
┣━━RegApiDemo.rar [3.1K]
┣━━remotedllinject.rar [24.7K]
┣━━School.rar [220.4K]
┣━━Student.rar [94.5K]
┣━━targetdll.rar [3.1K]
┣━━TestAutoDll.rar [4M]
┣━━TestCalc2.rar [136K]
┣━━TestCDllCSharp_带参函数调用.rar [34.3K]
┣━━TestCDllCSharp.rar [22K]
┣━━TestClass.rar [111.8K]
┣━━TestCPP.rar [113.4K]
┣━━TestDll_VB_带参数.rar [47.8K]
┣━━TestDll_VB.rar [45.1K]
┣━━TestHelloWorld.rar [105.6K]
┣━━TestHelloWorld2.rar [133.7K]
┣━━thread_tongbu_12.rar [2.9K]
┣━━Threadpool_1.rar [119.3K]
┣━━threadpool_3.rar [121.2K]
┣━━Threadpool_4.rar [120.9K]
┣━━Threadpool_5.rar [119.5K]
┣━━threadpool_sem_13.rar [3K]
┣━━threadpool_tongbu_11.rar [3K]
┣━━threadpool10.rar [346.9K]
┗━━threadpool11.rar [220.4K]
〖百度网盘下载地址〗:
---------------------------------华丽分割线--------------------------------华丽分割线-------------------华丽分割线-------------------------华丽分割线----------------
〖下载地址失效反馈〗:
如果下载地址失效,请尽快反馈给我们,我们尽快修复。反馈地址:http://www.51shequ.cn/forum-70-1.html
〖赞助VIP免社区币下载全站资源〗:
全站资源高清无密,每天不间断更新,vip会员可以免费下载全部资源
〖客服24小时咨询〗:
有任何问题,请点击左侧QQ咨询。 |
|