CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CALL
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CALL - List
[
Hook api
]
code_format_disk
DL : 0
磁盘格式化程序,msdn中没有提供磁盘格式化函数说明,但是只要加载shell32.dll,可以从中查到磁盘格式化函数SHformatdrive,可以利用此函数调用磁盘格式化界面。-disk formatting procedures, which are not available flowing disk formatting functions that However, as long as loading motto. disk can be found from SHformatdrive formatting function, use this function call interface disk formatting.
Date
: 2008-10-13
Size
: 7.7kb
User
:
蒋美娟
[
Hook api
]
catwork0601
DL : 0
1、我想调用 SetWindowsHookEx 来设置 WH_CBT 钩子,但我了解到 MFC 也安装了这个钩子,也就是在一个线程中安装了两次 WH_CBT,这样做能行吗? 2、我正在将一个现有的 C++ 类库转换为托管扩展,以便能在 .NET 框架客户端使用它们。我的代码调用了 API 函数,这些函数需要当前运行模块的 HINSTANCE。我不想使用我的 DLL 的 HINSTANCE;我想让调用者提供 EXE 的 HINSTANCE,该 EXE 调用我的 DLL。我能将 HINSTANCE 声明为一个 IntPtr,但我的基于 .NET 的客户端如何让应用程序的 HINSTANCE 传递给我的函数?在 C# 中是如何做的? 3、我要如何将 MFC CString 转换为托管 C++ 中的 String?我有一个函数是这样的: int ErrMsg::ErrorMessage(CString& msg) const { msg.LoadString(m_nErrId) msg += _T(\"::Error\") return -1 } 我如何用托管 C++ 重写这个函数,并用 String 替换参数中的 CString?我不知道如何声明参数,如何处理 const,以及如何从资源文件中加载托管 String。我看了文档说 String 是不能被修改的,因为它们是不可变的,但我有想修改传递的字符串。 -one, I would like to call to set up WH_CBT SetWindowsHookEx hook, but I also understand that MFC installation of the hook, which is in a thread installed two WH_CBT. do exercise? Two, I was one of the existing C libraries into custody expansion, in order to be able.NET framework of the client to use them. I called the code API function, these functions need to run the current module HINSTANCE. I do not want to use my HINSTANCE DLL; I want to call to provide the HINSTANCE EXE, I called the EXE DLL. I can HINSTANCE statement for a IntPtr. but I based.NET client applications how the HINSTANCE passed to the function? In C# and how is it done? Three, I want to redeem MFC how to care for the conversion of C String? I have a function like this : int ErrMsg : : ErrorMessage (redeem
Date
: 2008-10-13
Size
: 99.3kb
User
:
阳广元
[
Hook api
]
HookImport_src
DL : 0
Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Date
: 2008-10-13
Size
: 6.11kb
User
:
l
[
Hook api
]
hookdllwgx
DL : 0
hook需要自己写调用程序 -hook needs its own procedures hook was called to write our own procedures call hook needs to write his call hook procedures need to write their own procedures ca
Date
: 2008-10-13
Size
: 244.85kb
User
:
wgx
[
Hook api
]
Hook_Windows_API
DL : 0
这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全的挂钩过程。 -This article is concerned with the OS Windows API function linked to the method. All the examples are based on the NT version of Windows NT 4.0 and above effective (Windows NT 4.0, Windows 2000, Windows XP). In other Windows system will effectively. You may be familiar with the process under Windows, assembler, PE file structure and some API function, in order to understand this article's content. Here the use of "56.6 API," said the term of the complete API changes. When the call was linked to the API, the code can be executed immediately. I will write entirely linked to the process.
Date
: 2008-10-13
Size
: 18.68kb
User
:
inwing
[
Hook api
]
jianpanfasheng
DL : 2
利用windows钩子技术(HOOK),实现按键发音的例子,运行后,由键盘输入就会调用钩子处理程序KeyboardProc()播放一段声音。-use windows Hook (HOOK), pronunciation keys achieve example, running, from the keyboard input will call handling procedures hook KeyboardProc () feature a voice.
Date
: 2008-10-13
Size
: 504.12kb
User
:
王智
[
Hook api
]
hook_api_SDK
DL : 0
微软公司的拦截api开发包: All Detours functions are compatible with all x86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98, and Windows ME, the DetourFunction* APIS do not work unless the program is running under a debugger (the process was created with the DEBUG_PROCESS flag on the call to the CreateProcess* APIs). Since most programs are not typically run under a debugger, the DetourFunction* APIs do not work for most programs on Win9x platforms.-Microsoft's interception api development kits : All Detours functions are compatible with all x 86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98 and Windows ME, * DetourFunction the APIS do not work unless the program is running under a debugger (the proces 's was created with the flag on the DEBUG_PROCESS call to the CreateProcess * APIs). Since most pr ograms are not typically run under a debugger. the DetourFunction * APIs do not work for most pr ograms on Win9x platforms.
Date
: 2008-10-13
Size
: 516.82kb
User
:
摩尔
[
Hook api
]
rawinput
DL : 0
主要流程: 1、向系统注册一个或者多个原始输入设备 2、在你注册的原始输入设备数据发生变化时,系统发送一个消息及新数据到你的进程 3、调用GetRawInputData或者GetRawInputBuffer来获取这些数据 简单修改了下,把一些不需要的信息去掉了,把头文件稍微改了下,因为有些人的SDK有点旧。然后加了当前键盘焦点窗口判断(很简单的实现,但是用起来很方便:)。 -main processes : 1, the registration system to one or more original input device 2, You registered in the original input data equipment changes, the system sends a message and the new data to your process 3, GetRawInputData or call to obtain this GetRawInputBuffer some simple modification of the data, some of the information need not remove the head slightly changed the document, because some of the SDK bit. Then increasing the current keyboard focus window judgment (realization of a simple, but very convenient to use up :).
Date
: 2008-10-13
Size
: 18.22kb
User
:
李大叶
[
Hook api
]
VC++Hook
DL : 0
用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the traditional 16 under the entrance to rewrite code technology, it is not multithreaded problems. and can intercept LoadLibrary / GetProcAddress completed API Explicit call.
Date
: 2008-10-13
Size
: 363.33kb
User
:
tanglongsh
[
Hook api
]
cvery_043552
DL : 0
请先编译DLL文件,并将DLL文件拷贝至call HOOK目录, 调用CallDll程序加载外挂前,应先运行IE.
Date
: 2008-10-13
Size
: 20.01kb
User
:
jiangkun
[
Hook api
]
AheadLib
DL : 0
AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。-AheadLib is used to generate a DLL Troy tool for the analysis of DLL function call parameters (such as records of what Socket send etc.), change Function (arbitrary :), the functional interface changes (such as the formation Hook inside of a button, intercepted incident etc.).
Date
: 2008-10-13
Size
: 85.78kb
User
:
孙安志
[
Hook api
]
mirager_1
DL : 0
它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。当然,如果您告诉它一些类型信息,Mirager可以在拦截到调用时获取上下文,即参数和返回值-it is the use of technologies developed into debugging API hook. Compared to the traditional 16 under the entrance code rewrite, it is not multi-threaded issues, but also to intercept LoadLibrary / GetProcAddress completed explicitly call API. Of course, if you tell it that some types of information, Mirager can intercept when access to the calling context, the parameters and return values
Date
: 2008-10-13
Size
: 392.47kb
User
:
唐财爷
[
Hook api
]
DLL封装窗口
DL : 0
请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载外挂前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
Date
: 2008-10-13
Size
: 160.86kb
User
:
黄春标
[
Hook api
]
DLL调用CALL 外挂
DL : 0
一个钩子例程 注入游戏进程调用游戏 CALL
Date
: 2011-12-27
Size
: 802.85kb
User
:
accy@live.cn
[
Hook api
]
c_api_hook
DL : 0
NT下的用驱动程序写的截获api函数调用的程序-Under NT driver written using api function call intercepted procedures
Date
: 2025-12-25
Size
: 108kb
User
:
站长
[
Hook api
]
AheadLib
DL : 0
AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。-AheadLib is used to generate a DLL Troy tool for the analysis of DLL function call parameters (such as records of what Socket send etc.), change Function (arbitrary :), the functional interface changes (such as the formation Hook inside of a button, intercepted incident etc.).
Date
: 2025-12-25
Size
: 86kb
User
:
孙安志
[
Hook api
]
mirager_1
DL : 0
它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。当然,如果您告诉它一些类型信息,Mirager可以在拦截到调用时获取上下文,即参数和返回值-it is the use of technologies developed into debugging API hook. Compared to the traditional 16 under the entrance code rewrite, it is not multi-threaded issues, but also to intercept LoadLibrary/GetProcAddress completed explicitly call API. Of course, if you tell it that some types of information, Mirager can intercept when access to the calling context, the parameters and return values
Date
: 2025-12-25
Size
: 392kb
User
:
唐财爷
[
Hook api
]
DLL封装窗口
DL : 0
请先编译DLL文件,并将DLL文件拷贝至call Hook目录, 调用CallDll程序加载外挂前,应先运行IE-post compiler DLL files and DLL files are copied to call Hook catalog, call CallDll external loading procedures, before first running IE
Date
: 2025-12-25
Size
: 161kb
User
:
黄春标
[
Hook api
]
HOOK
DL : 0
CALL 函数```明文发包`````````````````学封包的``可以学习下-CALL function `` `contract expressly ````````````````` learning packet `` can learn under
Date
: 2025-12-25
Size
: 36kb
User
:
juh
[
Hook api
]
Call--form-in-DLL-into-MDI-form-
DL : 0
窗体调用DLL中的窗体让其变成MDI窗体 窗体调用DLL中的窗体让其变成MDI窗体-Call the form in the DLL into a MDI form Call the form in the DLL into a MDI form
Date
: 2025-12-25
Size
: 17kb
User
:
ahywg8
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.