搜索资源列表
VC-system-programming
- 包括:cdrom控制,cpu和mouse信息,USB编程,测试cpu速度,检测键盘按键,列出进程,鼠标钩子编程,系统信息获取,注册表编程-include : cdrom control, cpu and mouse information, USB programming, cpu speed test to detect the keyboard keys, listing process, the mouse hook programming, system information acce
388_registry_Hook
- 注册表监控 hook注册表 学习hook用的 -Registry monitor hook with hook registry study of
HookApi_Wfh
- 全局钩子的使用,包括对文件操作,注册表操作,任务管理器操作等WINAPI的hook-The use of the global hook, including file operations, registry operations, Task Manager manipulation WINAPI the hook
Ring0HOOKSSDTReg
- DDK开发的在Ring0中通过HOOK SSDT,实现对注册表监控-DDK development in Ring0 through HOOK SSDT, to realize the Registry Monitor
0x48k-regbd
- Registry backdoor, restore sdt, hook NtEnumerateKey
007
- 随着计算机的发展,越来越多人用上了个人计算机,而主流的操作系统是Microsoft的Windows。这种操作系统占据着PC操作系统市场的90 以上。但问题也随之而来,越来越多的针对该平台的病毒、*、黑客程序、恶意程序、流氓软件以及间谍程序盗窃和破坏用户数据。 研究发现,大多数上述非法程序是通过注册表来达到自启动的。那么只要我们拦截上述程序对注册表的访问,便可禁止他们启动,达到了保护用户数据的目的。在本次设计中,使用了SSDT Hook这种技术对注册表的访问进行拦截。这种拦截技术通用,功能强
201112721334387
- VB写的一个简单挂机锁程序!可以在自己电脑没有设密码且暂离不想关机时候使用,防止其他人对电脑操作!利用了文件读写和注册表操作!把用户设置密码进行保存并把程序加入自动启动(注册表操作),防止其他人强行关机绕过此程序!如果在没有正常退出程序单情况下(例如:强行关机等),下次重启就会自动运行并锁屏(密码与上次相同)。 -Write a simple VB program hook lock! In their own password and temporarily leaving the compu
HookAPI
- VC++ HOOK Api使用大全及演示,有很多内容,全部都是Windows系统下各种HookApi的示例源码,包括网络、文件、对话框、注册表、进程等各个方面的,推荐给大家研究。 -VC++ HOOK Api Daquan, and demo use, there are a lot of content, all Windows systems of various HookApi example source code, including network, file, dialog,
XueTr
- 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能 2.内核驱动模块查看,支持内核驱动模块的内存拷贝 3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook 4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查