资源列表
97454048
- Read and write Registry Registry the read and write
kkfod
- 流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变(Popular CIH virus is by changing the content of the PE file, and keep the file size is constant)
MSP430AD7789驱动程序
- MSP430单片机可用的驱动AD7789芯片的程序(AD7789 driver of MSP430)
myBayes
- 这个是本人自己写的朴素贝叶斯算法,参考书籍为《机器学习实战》。(This is my own written naive Bayesian algorithm, reference books for the "machine learning combat.")
legidimdcylegitimacy
- 测试ip地址的合法性!Test the legitimacy of ip address!(Test the legitimacy of the IP address!)
K型收银秤动态库
- 太航K型收银称动态库,数据下载,数据上传,商品下载(dll down load and goods download)
zfansfer-dereference
- The messaging mechanism is the foundation of WINDOWS programming, only to better understand the writing WINDOWS programs
ovtimmzed
- 涉及图象处理的各种技术,非常难得的完整的算法示例(Involved in various image processing technology, complete algorithm of rare example)
curpor
- 添加文件菜单到系统 Add a file menu to the system(Add the file menu to Add a file system menu to the system)
scratch-flash-develop
- scrtch2.0 源代码 Building The Scratch 2.0 build process now uses Gradle to simplify the process of acquiring dependencies: the necessary Flex SDKs will automatically be downloaded and cached for you. The Gradle wrapper is included in this reposito
136442
- Add menu, demonstration is a menu to add color, you can download the study
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile