- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Windows+API+HOOK通用框架实现论文.doc
题 目 Windows API HOOK通用框架的实现 摘要 Windows API 拦截的主要目的是在其他应用程序调用API 之前将其拦截, 由拦截者先处理传递的参数数据, 然后决定是否再调用原来的API。API 拦截的原理很简单, 但是要实现可靠的拦截则需要很多工作要做, 首先需要把替换被拦截API 的代码注入到目标进程中,这些代码一般是以动态链接库(DLL) 的形式存在的, 然后修改目标进程执行代码, 使其在调用被拦截API 之前先调用我们的替代代码。 本文介绍了Windows API 拦截的关键技术和方法, 重点介绍了拦截DLL注入方法和API 拦截方法。系统通过分析与设计,实现三个功能模块:DLL文件加载模块、HOOK API模块、进程监视模块。其中DLL文件加载模块负责加载钩子函数,并且将钩子函数导入到目标进程来HOOK API;HOOK API模块通过在PE文件中定位导入表,使用自定义函数的地址覆盖导入表中原API函数的地址来实现HOOK API;进程监视模块创建一个目标进程来监视应用程序,当有特定的消息发出时,目标进程截获该消息并做相应出处理。本文完成一个在用户模式下侦测Win32 API的例子,实现了在Windows平台下调用一个已HOOK的API函数并查看结果。 关键词:拦截,动态链接库,钩子,进程监视 ABSTRACT Windows API to intercept the main purpose is to call in other applications before API interception, interception, first dealt with by the parameters of data transmission, and then decide whether to call the original API. API interception is very simple principle, but in order to achieve reliable you need to intercept a lot of work to do, first of all need to be replaced by block of code into the API to the target process, the code is generally a dynamic link library (DLL) form of the , and then modify the process of implementation of the target code, its API calls were intercepted before the call to replace our code. The article described the Windows API to intercept the key technology and methods, focus on the intercept DLL injection methods and methods of API interception. System analysis and design, the realization of the three functional modules: DLL file to load modules, HOOK API module, the process of monitoring modules. DLL file to load module which is responsible for load hook function, and will hook into the target process function to HOOK API; HOOK API module in the PE file through the import table positioning, the use of custom import function address table Zhongyuan API coverage functions address to achieve HOOK API; the process of monitoring the target to create a module to monitor the application process, when the news of a specific issue, the goal of the process and intercept
您可能关注的文档
最近下载
- (正式版)D-L∕T 751-2014 水轮发电机运行规程.docx VIP
- 2025年天津市部编版小升初语文试卷现代文阅读题分类汇编(含答案) .pdf VIP
- NBT 10243-2019 水电站发电及检修计划编制导则.docx VIP
- 2025年秋(必威体育精装版版)二年级语文上册第六单元教案(部编新教材).pdf
- 看盘的知识与技巧.ppt VIP
- DL-T-710-2018水轮机运行规程.docx VIP
- 远古的信息(课件)人教版2025美术一年级下册.pptx
- 宿州市埇桥区花鼓戏剧团进景区活动策划.docx VIP
- (正式版)D-L∕T 1869-2018 梯级水电厂集中监控系统运行维护规程.docx VIP
- 封神英杰传攻略资料.pdf VIP
文档评论(0)