- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
网络聊天软件实时监控系统设计与实现-毕业论文
学 号 分类号
本科生毕业论文(设计)
题目: 网络聊天软件实时监控系统设计与实现
院 (系) 电子与信息工程系
专 业 计算机科学与技术
网络聊天软件实时监控系统设计与实现
贺湘闽
(安康学院电子信息工程系,陕西安康,邮编:725000)
摘 要 随着信息时代的到来,网络聊天软件给人们沟通带来便利的同时也为各类人员利用网络进行影响信息安全行为甚至犯罪提供了条件。因此,进行实时的网络聊天监控就具有重要的研究意义和实用价值。Windows的消息机制是用户与Windows应用程序交互的基础,Hook技术为Windows的消息机制提供了一种对本地进程消息按照用户设置的条件进行过滤的内核级机制,所以基于Hook技术实现了一个网络聊天软件的实时监控系统。由于实时监控会产生大量的数据,如何提高系统性能,保证数据完整性和可靠性,成为本系统研究的另一个关键点。在系统中采用多线程和数据两次存储技术。首先使用进程内多线程实现聊天数据获取与数据文档保存,第二次使用后台进程实现文档数据的数据库保存。
关键词 聊天监控 Hook 多线程 文档数据 数据库
Design and realization of real-time monitoring system on chatting software
He Xiangmin
(Ankang University Department of Electronic and Information Engineering, Shaanxi Ankang 725000)
Abstract With the arrival of information era, network chatting software makes communication more convenient, but at the same time it influences the safety of information and even brings the condition to commit crime. Therefore, carrying on the real-time system of monitoring network chatting has an important research and practical value. The message mechanism of Windows is the foundation of users’ interacting with application program. According to the condition which users set up for the local process, HOOK technology offered a kind of way to filtered messages in kernel layer, and a network chatting software of the monitoring system comes out on the base of Hook technology. Because monitoring system in real time will produce a large number of data, so it is becoming another key technology how to improve systematic performance and guarantee integrality and reliability of the data. It adopts two technologies of multithreads and file to store data temporarily in the system. At first, the chatting data can be saving into file with multithread in process, and then data in file can be stored into database in another backstage process.
Key words Hook ; multithreads; file; database
目 录
1 网络聊天软件监控的意义 1
1.1 软件监控的现状 1
1.2 网络监控技术概述 1
1.3 发展前景 2
1.4 本文研究主要内容 2
2 网络聊天软件的监控的基本原理 3
2.1 WINDOWS平台消息
文档评论(0)