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

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

用户数据文件自定义访问控制工具研究

 本文ID:LWGSW13583 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 用户数据文件自定义访问控制工具研究 (收费:1000 积分)  

论文字数:16975,页数:37  有开题报告,任务书

 摘要
 
 进入信息和网络化的时代以来,计算机在我们的工作和生活中扮演着日益重要的角色。个人电脑作为一种现代化数据处理和存储的工具,就好似银行中的保险柜一样,经常会存放一些非常重要的资料,而文件是数据存储的最基本单位。我们平常提到的文件包括可执行的文件(程序),配置文件和数据文件。其中数据文件更是存储了个人的机密信息等,入侵者感兴趣的也正是这些机密文件。因此,对于数据文件的安全保护成为了信息安全中的重要课题。
 在本文中,我们阐述了文件操作原理,分析了数据文件操作过程中产生的安全隐患,并针对此问题自定义了一套数据文件访问控制规则。然后利用Visual Studio 开发工具和C++语言设计实现一个基于微软detour之API截获技术的文件访问控制工具,能够对文件的打开操作,修改操作等过程进行控制,对于违反规则的文件操作都予以拒绝。
 本文的重点之处在于如何从创建,存储,修改,到销毁的整个过程中对文件进行操作控制,创新之处在于对文件保护采取主动控制方式,区别于现有的防火墙等被动防卫的安全机制,为保护数据安全找到了一条新的途径。

关键词:Detour,Trampoline函数,Target函数,Win32 API,DLL 
 The research of user-defined data files tools for access and control  
                                              
 Abstract

 Since we have entered the information and network time, computer is playing an increasingly important role in our life and work. As a modern data processing and storage tool, the PC seems like the safe in the banks which often keeps some very important information. And the document is the most basic data storage units. The documents we normally mentioned include executable document (procedures), configuration files and data files. The data file stores the person's confidential information, which just interested the invader. Therefore, the security protection to the data file proves to be an important issue in the field of the Information security.
 In this paper, we elaborated the document operating principle, analyzed potential safety problems which generated in the process of the data file operating and defined a set of data file access control rules aimed the problems mentioned. And then making use of the Visual Studio development tools and C + + language, this system designed and implemented a file access control tool based on the API intercepted technical of the Microsoft detour, which can control the open and close to the file and refuse the access operation which violate the rule.
 The key of this paper is how to control the operation of the document from creation, store, modify, to the destruction of the whole process, the innovation is to take the initiative to protect the document control. It is different from the existing passive defense firewall security  mechanisms to protect the security of the data, and it also finds a new way for the data security.

Key  Words: Detour, Trampoline Function, Target Function, Win32 API, DLL
                            目      录
1.绪论 1
1.1 课题的背景 1
1.2 国内外研究概况 1
 1.3课题研究内容及意义 2
1.3.1研究内容 2
1.3.2意义 2
2.技术背景 3
2.1 Windows程序开发基础 3
2.1.1 Win32 API概论 3
2.1.2 动态链接库(DLL) 3
2.2 Win32 API拦截技术 8
2.2.1 API函数拦截技术概论 8
2.2.2 API  HOOK技术 9
2.2.3拦截应用程序的好处 9
3.微软Detour工具库 11
3.1 Detour简介 11
3.2 Detour工作原理 12
3.2.1 二进制函数的拦截 12
3.2.2 Payloads(负载)和 dll输入表编辑 13
3.2.3如何使用Detours库函数 15
3.3 Detour评价 17
4.用户自定义数据文件访问控制工具的设计与实现 18
4.1文件操作监控技术 18
4.2 功能描述 19
4.2.1文件操作权限控制 19
4.2.2文件打开操作控制 19
4.2.3 文件修改保存操作控制 20
4.3 应用的主要文件操作函数 20
4.4 开发工具和步骤 23
4.3.1开发平台和工具 23
4.3.2 环境配置及实现过程 23
4.3.3 所用的Detour Sample 28
5.创新思想 29
6.结论 30
致    谢 31
参考文献 32


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:长沙麻将游戏系统的设计与开发 下一篇:高速公路收费系统设计与实现
Tags:用户 数据 文件 定义 访问 控制 工具 研究 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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