文件名称:Hook-registry-monitor
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:84.6kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
DLL 动态库,主要 用Hook 对注册表的指定项 进行动态的监控,参数由自己输入,-
extern "C" __declspec(dllexport) BOOL InstallHook(HWND handle)
{
hhook = ::SetWindowsHookEx(WH_SHELL, MyShellProc, GetModuleHandle("Hook.dll"), 0)
hWnd = handle
RegMonPID = GetCurrentProcessId()
return hhook > 0
}
extern "C" __declspec(dllexport) BOOL InstallHook(HWND handle)
{
hhook = ::SetWindowsHookEx(WH_SHELL, MyShellProc, GetModuleHandle("Hook.dll"), 0)
hWnd = handle
RegMonPID = GetCurrentProcessId()
return hhook > 0
}
相关搜索: hook registry source co
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Hook-registry-monitor/Debug/RegistryMoniter.exe
Hook-registry-monitor/detours.h
Hook-registry-monitor/detours.lib
Hook-registry-monitor/Hook.aps
Hook-registry-monitor/Hook.clw
Hook-registry-monitor/Hook.cpp
Hook-registry-monitor/Hook.def
Hook-registry-monitor/Hook.dsp
Hook-registry-monitor/Hook.dsw
Hook-registry-monitor/Hook.h
Hook-registry-monitor/Hook.ncb
Hook-registry-monitor/Hook.opt
Hook-registry-monitor/Hook.plg
Hook-registry-monitor/Hook.rc
Hook-registry-monitor/ReadMe.txt
Hook-registry-monitor/res/Hook.rc2
Hook-registry-monitor/Resource.h
Hook-registry-monitor/StdAfx.cpp
Hook-registry-monitor/StdAfx.h
Hook-registry-monitor/Debug
Hook-registry-monitor/res
Hook-registry-monitor
Hook-registry-monitor/detours.h
Hook-registry-monitor/detours.lib
Hook-registry-monitor/Hook.aps
Hook-registry-monitor/Hook.clw
Hook-registry-monitor/Hook.cpp
Hook-registry-monitor/Hook.def
Hook-registry-monitor/Hook.dsp
Hook-registry-monitor/Hook.dsw
Hook-registry-monitor/Hook.h
Hook-registry-monitor/Hook.ncb
Hook-registry-monitor/Hook.opt
Hook-registry-monitor/Hook.plg
Hook-registry-monitor/Hook.rc
Hook-registry-monitor/ReadMe.txt
Hook-registry-monitor/res/Hook.rc2
Hook-registry-monitor/Resource.h
Hook-registry-monitor/StdAfx.cpp
Hook-registry-monitor/StdAfx.h
Hook-registry-monitor/Debug
Hook-registry-monitor/res
Hook-registry-monitor
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.