-
HideProcessHookMDL
通过驱动编程截获内核函数,实现隐藏进程,现今的木马一般选用这种技术(driven programming intercepted by the kernel function and realize hidden process, the current Trojan generally choose this technology)
- 2007-04-23 10:34:10下载
- 积分:1
-
9054-WDM-Driver
Windows2000/xp下plx9054的pci驱动(源码、工程文件),支持DMA操作。 使用ddk开发,工程可以直接编译。(plx9054 Driver under Windows2000/XP.
Developed by DDK.)
- 2011-12-30 22:01:57下载
- 积分:1
-
17audio
6410-audio driver ,kernel program(audio driver,ALSA SoC Audio Layer)
- 2013-08-01 09:58:01下载
- 积分:1
-
demos
code sourse for driver micro controller
- 2013-05-05 14:44:43下载
- 积分:1
-
eCos
ecos设备驱动程序的编写以及设计分析文档(The writing of the ecos device driver and the analysis of the design documents)
- 2014-08-05 20:19:23下载
- 积分:1
-
MX29GL128F
MX29GL128F 驱动程序,正片擦除、扇区擦除、读、写都有了(MX29GL128F driver)
- 2016-01-01 10:14:51下载
- 积分:1
-
88E6095_driver_DSDT_2.4
88E6095驱动程序.支持8个百兆和3个千兆口(The driver of 88E6095)
- 2010-12-30 15:34:46下载
- 积分:1
-
intel_mid_powerbtn
Power button driver for Medfield.
- 2015-06-15 15:44:24下载
- 积分:1
-
TDA7449
TDA7449多功能音频处理放大芯片驱动程序(TDA7449 Driver)
- 2013-07-11 20:23:17下载
- 积分:1
-
Pthread-of-linux
在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。(Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create
A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var
Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created
Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you
To explain the phenomenon seen.)
- 2011-12-08 11:21:25下载
- 积分:1