资源列表
[驱动编程] s3c2410disp
说明:donghua(型号WX3500B-M06)3.5_LCD驱动,CPU:S3C2440.<樊韬> 在 2008-10-13 上传 | 大小:6.92kb | 下载:0
[驱动编程] addfilter
说明:Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using t<zzj> 在 2008-10-13 上传 | 大小:7.22kb | 下载:0
[驱动编程] cdaudio
说明:The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Managemen<zzj> 在 2008-10-13 上传 | 大小:123.88kb | 下载:0
[驱动编程] classpnp
说明:This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class<zzj> 在 2008-10-13 上传 | 大小:704.41kb | 下载:0
[驱动编程] DNS_Redirect.ZIP
说明:驱动级域名劫持 就是访问A.com转到b.com,当然如果改成访问A就丢包,那就变成拦截指定网站了。首先用抓包工具发现,访问某网站时,(如果本地没有该网站的DNS缓存)首先会发DNS查询包(UDP),然后会与该网站建立连接,然后,发http请求包。 观察包内容,需要把发出的包的目标改成我们的目标,然后把响应的包中我们改过的东西改回来,就是欺上瞒下。代码不多,重点是演示了如何获取TCP与UDP的接收到包的内容。仅适用于XP: bin会将www.baidu.com劫持到<ssss> 在 2025-07-22 上传 | 大小:5kb | 下载:0