CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 注册表监控

搜索资源列表

  1. testskmon_src

    0下载:
  2. 这个例子是演示用文件驱动监控注册表,我还没看呢,希望能给你带来帮助-example is the demonstration of the use of document-driven control registry, I did not see it, you can bring hope to help
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:26053
    • 提供者:Wong
  1. reg_montion

    0下载:
  2. 一个注册表实时监控软件,基于WDM技术,可以实时监控注册表的读写和修改状况,多分析注册表或者开发反安装软件有参考意义!-a registry real-time monitoring software, based on WDM technology, Real-time monitoring registry can write and revise the situation, more analysis of the registry or install the software dev
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:95235
    • 提供者:phoex
  1. zhucubiao

    0下载:
  2. 这是一个实现注册表的文件,实现文件的在邦定,开机自启动,监控键值
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43984
    • 提供者:zhangjianwei
  1. hostmon_Src

    0下载:
  2. 主机监控小程序 监控流量、日志、注册表等
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:470651
    • 提供者:chaosshui
  1. remotectrl

    0下载:
  2. 实现远程进程管理,注册表管理,文件管理,屏幕键盘监控等,采用TCP,异步传输模式。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:221893
    • 提供者:歹孩
  1. Api+HOOK演示

    2下载:
  2. 基于API HOOK的系统监控软件DEMO,虽说是系统监控,但本软件并不提供监控功能,本软件只是简单拦截MessageBox,MessageBeep函数,如想实现系统拦截,需按照源码中拦截MessageBox的写法拦截注册表相关函数,注册服务等其他函数
  3. 所属分类:钩子与API截获

    • 发布日期:2011-03-21
    • 文件大小:6444359
    • 提供者:yzz413026
  1. winpooch

    0下载:
  2. Winpooch是一款病毒木马安全监控软件。属于HIPS类型安全软件。它可以根据用户制定的规则对系统进行监控,控制文件的读,写及执行,监控注册表项,键的添加及键值的修改,监视网络连接等等;和其它同类软件比较:winpooch的设置比system safety moniter(SSM)要简单,而且更具有人性化,比Winpatrol的反应速度要快,更适合实时监控,而且winpooch还具有同类软件所欠缺的网络连接控制功能.-Winpooch is a Trojan horse virus secur
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:615972
    • 提供者:yu
  1. 222r

    0下载:
  2. SkMontor是一款非常小巧好用的注册表修改监控工具,现在公开了源代码,也是基于C++的,很不错,可以参考一下。-SkMontor is a very small registry modifications useful monitoring tool, is now open source code, is also based on C++ and is pretty good, you can refer to.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:73199
    • 提供者:黄春城
  1. VCstartcomputerrun

    0下载:
  2. 很多监控软件要求软件能够在系统重新启动后不用用户去点击图标启动项目,而是直接能够启动运行,方法是写注册表Software\\Microsoft\\Windows\\CurrentVersion\\Run-Require a lot of monitoring software in the system software can not restart after users click the icon to start the project, but to start the run di
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2321
    • 提供者:冰火
  1. regmon

    0下载:
  2. regmon源代码 实现对注册表的监控 分为DD,GUI,VXD三个模块-regmon source code to achieve the monitoring of the registry is divided into DD, GUI, VXD three modules
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:171442
    • 提供者:king
  1. Regmon

    0下载:
  2. 监控注册表的小工具。能很详细地记录下对注册表的任何操作。-Monitor registry gadget. Can be a very detailed record of any action under the registry.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:170917
    • 提供者:run
  1. RegOperation

    0下载:
  2. 可以对注册表特定键值进行监控,并实现对特定程序的自启动。-Registry keys can be a specific monitor and implement specific procedures for self-starting.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1903170
    • 提供者:johnwei
  1. NT_Driver

    0下载:
  2. windows 注册表驱动,能监控注册表的一举一动-windows registry drive, can monitor every move of the registry
  3. 所属分类:Driver Develop

  1. Hook-registry-monitor

    0下载:
  2. DLL 动态库,主要 用Hook 对注册表的指定项 进行动态的监控,参数由自己输入,- extern "C" __declspec(dllexport) BOOL InstallHook(HWND handle) { hhook = ::SetWindowsHookEx(WH_SHELL, MyShellProc, GetModuleHandle("Hook.dll"), 0) hWnd = handle RegMonPID = GetCurrentProce
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:86632
    • 提供者:oracle
  1. RegMonDriver20091223

    0下载:
  2. 监控注册表,采用驱动Cm函数,能拦截API,冰剑修改注册表-Monitoring the registry, the use of drive Cm function can intercept API, modify the registry Bingjian
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:101505
    • 提供者:fg
  1. RegmonSrc

    0下载:
  2. 著名注册表监控软件-Regmon代码,包含驱动模块。-The well-known registry monitoring software-the Regmon code, including the driver module.
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:301163
    • 提供者:louguodong
  1. registry-monitor

    0下载:
  2. windows注册表监控源码。Ring0级中HOOKSSDT实现。-Windows registry monitoring source. The level Ring0 hook SSDT achieve.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-17
    • 文件大小:3813
    • 提供者:CheungJiao
  1. RegMonitor

    0下载:
  2. 注册表监控软件,主要用于注册表监控,可进行对比,可以较好的进行软件分析。-regedit monistor
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:344102
    • 提供者:efnglili
  1. Registry-Alert

    0下载:
  2. 利用Visual C++开发注册表监控的图形界面,实现注册表防护日志记录、删除威胁软件和进程管理等功能。-Visual C++ registry monitoring the use of a graphical interface development, realization of the registry protection logging, remove the threat of software and process management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:205741
    • 提供者:冯盼
  1. sysmon

    0下载:
  2. 模拟 微软 sysmon 的文件注册表 监控实现(Analog Microsoft Sysmon monitoring implementation)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:3528704
    • 提供者:ader
« 1 23 »
搜珍网 www.dssz.com