作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2010, Vol. 36 ›› Issue (1): 43-44,4. doi: 10.3969/j.issn.1000-3428.2010.01.016

• 软件技术与数据库 • 上一篇    下一篇

Windows Mobile中注册表保护的实现

吴志恩,胡劲松   

  1. (华南理工大学计算机科学与工程学院,广州 510006)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2010-01-05 发布日期:2010-01-05

Implementation of Registry Protection in Windows Mobile

WU Zhi-en, HU Jin-song   

  1. (College of Computer Science & Engineering, South China University of Technology, Guangzhou 510006)
  • Received:1900-01-01 Revised:1900-01-01 Online:2010-01-05 Published:2010-01-05

摘要: 针对Windows Mobile系统对钩子函数支持不足,导致不能方便地保护注册表的情况,提出为系统API建立钩子函数的方法。根据Windows Mobile系统的API调用过程,为操作注册表的一系列API建立相应的钩子函数,从而通过钩子函数有效地拦截API。实验结果显示,该方法能有限拦截操作注册表的API,达到有效保护注册表和提高系统的安全性的目的。

关键词: Windows Mobile系统, 注册表, 钩子函数

Abstract: According to the situation of Windows Mobile system which does not support normal hook functions and can not be used to protect the registry of system, this paper proposes to build hook functions for the system APIs. Based on the API call process in Windows Mobile system, it builds hook function for the API which regarding to the operation of registry, and intercepts this API. Experimental results shows that it can protect the registry effectively by intercepting the relevant API and improve the system’s security.

Key words: Windows Mobile system, registry, hook function

中图分类号: