文件名称:HookFunc
- 所属分类:
- 钩子与API截获
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 23kb
- 下载次数:
- 0次
- 提 供 者:
- china*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
载获API函数,获取字符串这个例子就是通过Hook几个最基本的字符串输出函数,以获得系统所有文字的例子!
获取到字符串后,将以WM_COPYDATA消息发送到接收窗口,所以接收窗口需自定义一下接收函数。
-Previously approved API function to get the string in this example is the string through the Hook a few basic output function to obtain all the text examples of the system! Access to the string after the WM_COPYDATA message will be sent to the receive window, so the window needs to receive a custom look receiver function.
获取到字符串后,将以WM_COPYDATA消息发送到接收窗口,所以接收窗口需自定义一下接收函数。
-Previously approved API function to get the string in this example is the string through the Hook a few basic output function to obtain all the text examples of the system! Access to the string after the WM_COPYDATA message will be sent to the receive window, so the window needs to receive a custom look receiver function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CommonFiles\CmnHdr.h
...........\EnsureCleanup.h
...........\IoCompletionPort.h
...........\NotifyHandle.h
...........\Toolhelp.h
...........\WaitChainTraversal.h
...........\YHString.cpp
...........\YHString.h
GetTitle\APIHook.cpp
........\APIHook.h
........\GetTitle.cpp
........\GetTitle.h
........\GetTitle.vcproj
........\GetTitle.vcproj.YHTEAH-57DBC3A8.ToTo.user
........\Hookapi.cpp
........\Hookapi.h
........\HookImportFunction.cpp
........\HookImportFunction.h
CommonFiles
GetTitle
...........\EnsureCleanup.h
...........\IoCompletionPort.h
...........\NotifyHandle.h
...........\Toolhelp.h
...........\WaitChainTraversal.h
...........\YHString.cpp
...........\YHString.h
GetTitle\APIHook.cpp
........\APIHook.h
........\GetTitle.cpp
........\GetTitle.h
........\GetTitle.vcproj
........\GetTitle.vcproj.YHTEAH-57DBC3A8.ToTo.user
........\Hookapi.cpp
........\Hookapi.h
........\HookImportFunction.cpp
........\HookImportFunction.h
CommonFiles
GetTitle