论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于Detours的开发框架的设计与实现

 本文ID:LWGSW14554 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于Detours的开发框架的设计与实现 (收费:1000 积分)  

论文字数:11273,页数:48

摘要
 
 本文简单介绍了Microsoft Detours Library的原理和技术,包括其系统截获和系统注入方面的技术实现。Detours本身是一组庞大的函数库,复杂度很高。为使不熟悉Detours库的用户能够快速使用Detours库开发监控防御类程序。我们设计并实现了一个基于Detours库的开发框架。该框架是快速开发监控类程序的平台,集中了Detours技术的全部功能,并对系统的一些模块做了定向的控制管理,使得相关的监控类程序开发工作简单快捷。
 并设计一个基于该框架的示例程序ApispyDemo,该示例程序的设计主要包括了界面设计和数据传递机制的设计。同时对该程序进行测试,测试使用该框架是否可以完成对特定程序的注入,并控制系统的调用过程。结果表明本文设计的开发框架可以很好的辅助快速开发监控类程序,并能达到相应要求。

关键词:开发框架,接口截获,Detours


ABSTRACT
 
 This article briefly introduced the principle of Microsoft Detours Library and technology, including its system intercepted and systems technology into the area. Detours is a function of a large library of high complexity. To enable the Detours library are not familiar with the user to quickly use the Detours library to develop monitoring procedures for defense category. We designed and implemented a library-based development framework Detours. The framework is the rapid development of procedures to monitor the platform category, the Detours technology to focus the full functionality of the system has done a number of module-oriented control, the types of procedures related to monitoring the development of simple and quick.
 And the design of a framework based on the example of the procedure ApispyDemo, the example of the design process include the interface design and data transmission mechanism design. At the same time, the procedure tests whether the technology can be used this development framework to complete the injection of specific procedures, and process control system call. The results show that the design of the development of the framework of this article can be a very good support for rapid development of monitor-type procedures and requirements to achieve appropriate.

Keywords: Development framework,interface interception,Detours
目录

摘要 I
ABSTRACT II
第1章 引言 1
 1.1 背景 1
 1.2 研究内容 2
第2章 Detours技术 3
 2.1 Detours技术简介 3
 2.2 相关概念 3
 2.2.1 基本原理陈述 3
 2.2.2 避免重入 5
 2.2.3 多线程处理 5
 2.3 本章小结 7
第3章 总体设计及其分析 8
 3.1 开发框架 8
 3.1.1 概述 8
 3.1.2 开发平台的选择 8
 3.1.3 示例程序调用关系 9
 3.1.4 开发框架的程序配置 9
 3.1.5 为什么要用开发框架 9
 3.2 Detours 相关技术分析 10
 3.2.1 Detours 接口截获技术和截获原理 10
 3.2.2 Detours 系统注入技术原理 12
 3.3 示例程序ApispyDemo 16
 3.3.1 概述 16
 3.3.2 功能模块 16
 3.4 本章小结 17
第4章 详细设计 19
 4.1 开发框架设计 19
 4.1.1 基类 19
 4.1.2 文件截获类 21
 4.1.3 注册表截获类 22
 4.14 ReplaceFileFunc类 24
 4.15 ReplaceRegFunc类 25
 4.2 ApispyDemo 程序设计 25
 4.2.1 进程间通信技术 25
 4.2.2 系统注入技术 27
 4.2.3 文件加密 27
 4.2.4 界面设计 27
 4.3 本章小结 30
第5章 系统测试与分析 31
 5.1 测试环境 31
 5.1.1 硬件配置 31
 5.1.2 软件配置 31
 5.1.3 测试对象 31
 5.2 测试项目 31
 5.2.1 Mircrosoft word 2003 的控制测试 31
 5.2.2 日志测试 34
 5.2.3 文件加密模块测试 35
 5.3 测试分析 36
 5.4 本章小结 37
第6章 结束语 38
 6.1 总结 38
 6.2 对未来的展望 38
致谢 40
参考文献 41
附录:部分源码 42


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于J2EE的学生综合测评评定系统.. 下一篇:基于CS架构的商品库存管理系统设..
Tags:基于 Detours 开发 框架 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号