Windows深入编程全集视频课程
课程介绍:
课程资源名称:Windows深入编程全集视频课程,资源大小:3.54G,详见下发截图与文件目录。
课程文件目录:Windows深入编程全集视频课程[3.54G]
1_课程概览,学我所需 (1).pdf [470.32K]
1_课程概览,学我所需 (2).pdf [529.25K]
1_课程概览,学我所需 (3).pdf [582.29K]
1_课程概览,学我所需 (4).pdf [605.63K]
1_课程概览,学我所需.pdf [408.42K]
1-1 七日成蝶课程体系说明(2020).mp4 [42.65M]
1-10 读取文件设备.mp4 [26.71M]
1-11 解决unicode编码问题.mp4 [65.34M]
1-12 获取文件大小.mp4 [32.18M]
1-13 设置文件尾.mp4 [39.04M]
1-14 异步读写.mp4 [42.91M]
1-15 异步读写判断.mp4 [13.74M]
1-16 异步完成io(一).mp4 [24.88M]
1-17 异步完成io(二).mp4 [39.61M]
1-18 异步完成io(三).mp4 [63.23M]
1-19 异步完成io(四).mp4 [55.72M]
1-2 课程概览,学我所需.mp4 [7.56M]
1-20 异步完成io(五).mp4 [22.78M]
1-21 异步完成io(六).mp4 [35.04M]
1-22 windows调试之debugview本地调试.mp4 [34.55M]
1-23 windows调试之debugview远程调试.mp4 [12.99M]
1-3 (加餐)vs2019下载安装.mp4 [28.23M]
1-4 (加餐)vs2019初体验.mp4 [14.62M]
1-5 (加餐)#pragma once与#ifndef.mp4 [9.52M]
15_threadpool.rar [119.66K]
1-6 windows io api详解.mp4 [48.84M]
16_threadpool.rar [120.76K]
1-7 打开io设备.mp4 [38.18M]
17_threadpool_diy.rar [120.84K]
1-8 写入文件设备.mp4 [24.15M]
1-9 强制写入设备.mp4 [18.29M]
2_dll注入.pdf [595.50K]
2_动态链接库.pdf [526.84K]
2_同步io.pdf [534.31K]
2_线程池原理.pdf [425.01K]
2-1 课程概览,学我所需.mp4 [10.92M]
2-10 线程池同步-事件内核对象.mp4 [39.62M]
2-11 线程池同步-互斥量.mp4 [18.88M]
2-12 线程池同步-信号量.mp4 [30.45M]
2-13 逻辑完成-解除等待.mp4 [13.82M]
2-14 线程资源判断.mp4 [32.43M]
2-15 线程资源池定制.mp4 [56.77M]
2-2 线程池原理及api.mp4 [39.42M]
2-3 异步方式调用(上).mp4 [39.22M]
2-4 异步方式调用(下).mp4 [43.42M]
2-5 周期性调用.mp4 [147.02M]
2-6 内核对象触发调用.mp4 [62.34M]
2-7 异步io完成触发调用.mp4 [77.45M]
2-8 线程池同步-interlocked族函数.mp4 [35.85M]
2-9 线程池同步-临界区.mp4 [34.74M]
3_io完成端口.pdf [488.34K]
3-1 课程概览,学我所需.mp4 [17.31M]
3-10 隐式调用带参函数的dll.mp4 [25.43M]
3-11 c++调用c语言dll的处理技巧.mp4 [39.57M]
3-12 c++生成的dll与c语言的区别.mp4 [24.49M]
3-13 c++调用c++生成的dll.mp4 [29.47M]
3-14 dll导出类.mp4 [23.62M]
3-15 c++调用导出类.mp4 [15.01M]
3-16 类库的工业化设计(上).mp4 [39.56M]
3-17 类库的工业化设计(下).mp4 [50.75M]
3-18 通过向导自动生成dll.mp4 [18.36M]
3-19 入口函数四种情况详解.mp4 [73.92M]
3-2 原理说明与初步接触.mp4 [63.34M]
3-20 安装c#、vb、python.mp4 [19.22M]
3-21 __cdecl与__stdcall.mp4 [32.77M]
3-22 通过def文件规范c语言导出符号.mp4 [24.17M]
3-23 通过def文件规范c++函数导出符号.mp4 [8.40M]
3-24 通过def文件规范c++带参函数导出符号.mp4 [25.83M]
3-25 c#调用c语言编写的dll.mp4 [59.29M]
3-26 c#无法直接调用c++导出的dll.mp4 [25.66M]
3-27 c#调用def导出的c++动态链接库.mp4 [6.99M]
3-28 c#调用有参导出函数(上).mp4 [35.30M]
3-29 c#调用有参导出函数(下).mp4 [17.28M]
3-3 从helloworld开始.mp4 [26.83M]
3-30 vb调用dll动态链接库(上).mp4 [35.77M]
3-31 vb调用dll动态链接库(下).mp4 [52.41M]
3-32 python调用dll动态链接库(上).mp4 [23.94M]
3-33 python调用dll动态链接库(下).mp4 [13.56M]
3-4 使用dumpbin查看dll和exe.mp4 [33.85M]
3-5 初始化加载法调用无参dll.mp4 [21.23M]
3-6 初始加载法调用无参dll.mp4 [21.23M]
3-7 随用随加载法调用动态链接库.mp4 [55.64M]
3-8 导出函数带参数的dll.mp4 [33.96M]
3-9 初始加载法调用函数带参数的dll.mp4 [36.20M]
4-1 课程概览,学我所需.mp4 [7.29M]
4-10 函数转发注入dll(一).mp4 [25.57M]
4-11 函数转发注入dll(二).mp4 [22.24M]
4-12 函数转发注入dll(三).mp4 [39.20M]
4-13 函数转发注入dll(四).mp4 [13.47M]
4-14 函数转发注入dll(五).mp4 [14.04M]
4-15 通过setwindowshookex注入dll(一).mp4 [29.13M]
4-16 通过setwindowshookex注入dll(二).mp4 [59.16M]
4-17 通过setwindowshookex注入dll(三).mp4 [17.36M]
4-18 通过setwindowshookex注入dll(四).mp4 [30.13M]
4-19 通过setwindowshookex注入dll(五).mp4 [16.29M]
4-2 工作原理及技术说明.mp4 [59.13M]
4-20 通过setwindowshookex注入dll(六).mp4 [43.10M]
4-21 通过setwindowshookex注入dll(七).mp4 [40.82M]
4-22 通过setwindowshookex注入dll(八).mp4 [22.21M]
4-23 全局钩子(上).mp4 [20.65M]
4-24 全局钩子(下).mp4 [43.88M]
4-25 全局钩子之共享段(上).mp4 [47.93M]
4-26 全局钩子之共享段(下).mp4 [11.91M]
4-27 挂钩指定线程(上).mp4 [29.98M]
4-28 挂钩指定线程(下).mp4 [8.84M]
4-29 远程注入dll(一).mp4 [13.13M]
4-3 vs201x的程序如何在windows xp下跑起来.mp4 [25.85M]
4-30 远程注入dll(二).mp4 [50.54M]
4-31 远程注入dll(三).mp4 [19.23M]
4-32 远程注入dll(四).mp4 [20.14M]
4-33 远程注入dll(五).mp4 [9.76M]
4-4 注册表知识准备.mp4 [27.18M]
4-5 注册表注入dll(上).mp4 [42.91M]
4-6 注册表注入dll(下).mp4 [17.00M]
4-7 debugview验证注入dll.mp4 [21.99M]
4-8 processexplorer验证注入dll.mp4 [12.23M]
4-9 验证win7系统注入dll的有效性.mp4 [21.93M]
5-1 课程概览,学我所需.mp4 [6.49M]
5-10 远程注入+拦截api(一).mp4 [12.38M]
5-11 远程注入+拦截api(二).mp4 [18.25M]
5-12 远程注入+拦截api(三).mp4 [16.03M]
5-13 远程注入+拦截api(四).mp4 [16.85M]
5-2 拦截原理说明.mp4 [13.25M]
5-3 先睹为快.mp4 [8.75M]
5-4 制作目标api.mp4 [10.37M]
5-5 导出地址表(iat).mp4 [33.41M]
5-6 核心编码(上).mp4 [64.17M]
5-7 (加餐)对照iat表详解核心代码.mp4 [26.60M]
5-8 核心编码(下).mp4 [14.05M]
5-9 拦截调试.mp4 [27.69M]
ait.rar [36.51K]
autodll.rar [1.83M]
calculater (1).rar [91.28K]
calculater.rar [2.86K]
calculatercpp.rar [190.89K]
companya.rar [216.02K]
dbgview (1).rar [158.91K]
dbgview.rar [159.96K]
dll_py.rar [25.03K]
helloworld.rar [95.80K]
helloworlddef.rar [91.16K]
hookapp.rar [18.71K]
hookdemo.rar [33.35K]
hookdemo_挂钩线程.rar [23.40K]
hookdemo_全局钩子.rar [33.21K]
io1.rar [289.05K]
io10.rar [220.16K]
io2.rar [221.91K]
io3.rar [213.96K]
io4.rar [213.88K]
io5.rar [219.60K]
io6.rar [281.89K]
io7.rar [3.40K]
io8.rar [217.21K]
procexp.rar [798.23K]
regapidemo.rar [3.06K]
remotedllinject.rar [24.65K]
school.rar [220.35K]
student.rar [94.49K]
targetdll.rar [3.11K]
testautodll.rar [3.95M]
testcalc2.rar [135.99K]
testcdllcsharp.rar [22.03K]
testcdllcsharp_带参函数调用.rar [34.29K]
testclass.rar [111.85K]
testcpp.rar [113.43K]
testdll_vb.rar [45.07K]
testdll_vb_带参数.rar [47.80K]
testhelloworld.rar [105.61K]
testhelloworld2.rar [133.67K]
thread_tongbu_12.rar [2.91K]
threadpool_1.rar [119.33K]
threadpool_3.rar [121.15K]
threadpool_4.rar [120.88K]
threadpool_5.rar [119.52K]
threadpool_sem_13.rar [2.98K]
threadpool_tongbu_11.rar [2.97K]
threadpool10.rar [346.89K]
threadpool11.rar [220.44K]
函数转发注入dll.rar [175.74K]
拦截api.rar [56.27K]
远程注入_api拦截 (1).rar [2.30M]
远程注入_api拦截.rar [45.56K]
课程下载地址:
精品课程,SVIP下载,下载前请阅读上方文件目录,链接下载为百度云网盘,如连接失效,可评论告知。
Veke微课网 » Windows深入编程全集视频课程