搜索资源列表
driver
- 用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启
DDDK004
- Delphi是优美而强大的语言,但是在开发驱动程序方面却不在行,有了这个单元,你就可以用你喜爱的语言来开发驱动程序了-Delphi is a beautiful and powerful language, but in the development of driver is not good, with this unit, you can use your favorite language to develop a driver
VDDK_Virtual_i
- Visual C写的VirtualCOM虚拟串口驱动,基于DDDK,在Visual C环境下打开工程文件直接编译,可以扩充功能。 -VirtualCOM virtual serial port driver, written in Visual C based on DDDK, Visual C environment to open the project file directly compile and can extend the functionality.
Sencrypt_sfilf
- 使用sfilter的透明加解密代码,需要安装dddk,哪个版本都行 ,经测试可直接使用。 -Use the sfilter transparent encryption and decryption code, you need to install dddk, which version of the line, has been tested and can be used directly.
EasySYS
- 1.增加外部修改文件,内部将提示的功能 2.修改了EasySYS退出时的一个隐藏BUG 3.samples增加一Hook实现ProtectProcess示例 4.增加单元函数,结构体快速浏览 5.修改了DDDK以.lib的形式进行配置,上次添加的HookzwOpenProcess示例请大家在编译选项加上DDDK.lib重新生成sys -1. Increase external modified file, the function of the internal will p