-
恢复SSDT完整源程序,驱动级源码
恢复SSDT完整源程序,驱动级源码,保护您电脑安全。通过修改SSDT实现的内核原生API挂钩在Windows中,用户态应用程序会调用一些API来请求系统服务,这些api被很多dll导出.比如说,向一个打开的文件或者管道或者设备中写入数据,通常会调用WriteFile这条API来实现,WriteFile是被kernel32.dll导出的.在kernel32.dll中,被执行的WriteFile API会调用ZwWriteFile这条被ntdll.dll导出的原生API.这项工作实际是由ZwWriteFile在内核态完成.因此,ZwWriteFile在ntdll.dll中的执行过程仅仅是将一些极少量的代码传送到内核空间调用
- 2022-01-24 15:15:18下载
- 积分:1
-
on mouse called C code
关于C下调用鼠标的代码-on mouse called C code
- 2022-07-25 05:14:36下载
- 积分:1
-
当你的鼠标在动时,按纽也在动,让你很难捕捉到它 。
当你的鼠标在动时,按纽也在动,让你很难捕捉到它 。
-When you move the mouse, the button is also fixed, so that is very difficult for you to capture it.
- 2022-04-06 10:48:20下载
- 积分:1
-
应用Visual C++ 6章的例子
实用Visual C++6.0教程各章节的源代码,能很好地帮助初学者熟悉VC开发平台。-Pratical Visual C++6.0 chapter examples
- 2022-03-24 19:45:53下载
- 积分:1
-
MX27 LITEKIT板的启动引导代码,功能比较强大
MX27 LITEKIT板的启动引导代码,功能比较强大-logicloader for mx27 litekit board
- 2022-10-16 00:35:05下载
- 积分:1
-
java小程序2:1。输入五名学生成绩,这个数字将B。
Java小程序两个:
1.输入五个同学的成绩,并将这五个数保存到文件“data.txt”中。然后再编写一个程序:从“data.txt”中读取这五个成绩,计算他们的平均数,然后从小到大排序并输出这五个人的成绩。
2.将八皇后问题的所有界保存到文件“Queen.txt”中。-Java applet 2 : 1. Importation of five students achievements, This number will be five to preserve documents "data.txt". Then the preparation of a program : "data.txt" Read this five results, calculating the average, then order from small to large output and five personal achievements. 2. Eight of the Queen"s community preservation of all documents "Queen.txt".
- 2022-01-26 03:42:59下载
- 积分:1
-
高志莲C / C++电子书
高质量C++C编程指南
是一本说C / C++ 和Windows 平台编程的不错的好书-gao zhi lian c/c++ e book
- 2022-07-13 03:59:20下载
- 积分:1
-
脸脸
哪个面
- 2022-09-21 20:05:02下载
- 积分:1
-
FP数据挖掘
Data Mining of FP-growth algorithm, a very good code, you can tap the database of association rules
- 2022-07-16 01:22:49下载
- 积分:1
-
基于MFC测试识别HID设备
通过下载调试,终于实现了对HID设别的测试识别。通过本程序,能够识别计算机上的HID设备的插入和拔出,能够通过createfile函数通过USB端口实现对HID设备的读写!
- 2022-02-26 13:11:51下载
- 积分:1