Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Win32
Search - Win32 - List
截取Win32 API函数的程序源码
Date : 2025-12-22 Size : 90.99kb User :

微软提供的截取Win32 API函数的开发包和例子1.5版本
Date : 2025-12-22 Size : 590.8kb User :

微软提供的截取Win32 API函数的开发包和例子
Date : 2025-12-22 Size : 572.45kb User :


Date : 2025-12-22 Size : 4.23kb User :

通过修改API函数开始前5字节,跳转到自定义API的方式,截获函数调用.

支持Win95,Win32等系统,在WinXp sp2或以后系统中使用,会出现蓝屏,原因是程序修改了代码的页面权限为PAGE_READWRITE,导至WinXP Sp2的系统保护功能出现蓝屏,只需将源代码里的所有PAGE_READWRITE修改为 PAGE_READWRITE_EXECUTE即可正常使用.


Date : 2007-12-13 Size : 1.88mb User : dssz.net

This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You ll have to edit the makefile to correct the path to import libraries in your PC. Type nmake in the same directory as makefile and the assembly process will begin. If you don t want to use the makefile, you can manually assemble the example with the commands below: ml /c /coff /Cp mousehook.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:\\masm32\\lib mousehook.obj
Date : 2008-10-13 Size : 7.11kb User : 风影

DL : 0
关于WIN32 API的源代码:ps_exe-WIN32 API:ps_exe
Date : 2008-10-13 Size : 4.59kb User : li

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

This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx() function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the only sample I d found was Hooks32, an old Win32 project. -This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx () function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the only sample found I d was Hooks32, an old Win32 project.
Date : 2008-10-13 Size : 17.87kb User : guard2002

《Skype API应用范例》 —— Skype是个非常优秀的IP电话通信工具,不但可以PC to PC,而且也可以PC to PSTN,当今非常盛行。Skype为了加快自己的发展全面开放了API,其实所谓的API不是真正的Win32 API函数,而是一系列消息的组合,我花了一个晚上从网上找到Skype API说明文档简单地实现了Skype通话和拨号以及发送文字聊天消息的简单功能,仅此达到抛砖引玉的目的。-"Skype API application paradigm" -- Skype is a very outstanding IP telephony communications tool, it can not only PC to PC, but also PC to PSTN, is very popular today. Skype to accelerate our development of open API, the so-called API is not really the Win32 API function, but a series of news portfolio, I spent a night on the Internet Skype API documentation simple to achieve Skype calls and dial-up chat and send text information simple function that alone to start a purpose.
Date : 2008-10-13 Size : 139.83kb User : 谢红伟

APIHOOK的Demo程序,搞win32计算机底层开发的人可以研究一下-APIHOOK the Demo procedures and engage in win32 bottom of the development of the computer can see
Date : 2008-10-13 Size : 3.89kb User : 小丁

整理的Win32 C#声明文件 包含消息定义和一些API定义-finishing the statement Win32 C# definition file contains information and some API definition
Date : 2008-10-13 Size : 9.71kb User : Johnson cao

Win32 Kernel Rootkits modify the behaviour of the system by Kernel Native API hooking. This technique is typically implemented by modifying the ServiceTable entries in the Service Descriptor Table (SDT). 有关钩子-Win32 Kernel Rootkits modify the behaviou r of the system by Native Kernel API hooking. Thi 's technique is typically implemented by modify ing the ServiceTable entries in the Service Des criptor Table (SDT). on the hook
Date : 2008-10-13 Size : 8.95kb User : wind

DL : 0
这篇则是面向对象技术篇,当然还是老调重提!不过我们是利用面向对象技术实现Windows的SDK开发,对于刚开始学习Win32 SDK的VcKbase的朋友们,你们一定可以在此获益!-This is the object-oriented technology, a chapter of course, the old tune again! But we are using object-oriented technology for Windows SDK development, For just started learning Win32 SDK VcKbase friends, you will be able to benefit from this!
Date : 2008-10-13 Size : 8.15kb User : 康烨

DL : 0
本站推出截获和替换Win32 API的开发包HookAPI源码1.62版本-Site launch intercepted and replacement of Win32 API development kit HookAPI source version 1.62
Date : 2025-12-22 Size : 64kb User : 站长

文章介绍了如何在vc6.0环境下实现win32得钩子技术,很详细得。- The article introduced how realizes win32 under the vc6.0 environment to result in the clasp technology, is very detailed.
Date : 2025-12-22 Size : 4kb User : 李振

This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx() function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the only sample I d found was Hooks32, an old Win32 project. -This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx () function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the only sample found I d was Hooks32, an old Win32 project.
Date : 2025-12-22 Size : 18kb User :

DL : 0
Win32 API Hook 示例,例子中注释非常详细,简单易懂。本例子中实现了对MessageBox 函数进行Hook , 当然你也可以Hook其他API,只需小小的修改即可。 -Win32 API Hook examples, case notes are very detailed, very easy to understand. In this case realized MessageBox function Hook, of course, you can Hook the other API, only a small change can be.
Date : 2025-12-22 Size : 209kb User : 林海波

开源的JAVA和windows钩子的接口实现,简化JAVA用JNI调用系统钩子的步骤-Open-source JAVA and windows hook interface, simplified JAVA using JNI calls the steps the system hooks
Date : 2025-12-22 Size : 7.75mb User : godbreak

用 Win32 APIs 枚举应用程序窗口和进程 进程和应用程序窗口的基本信息-With Win32 APIs enumerated the application window and processes process and the basic information of the application window
Date : 2025-12-22 Size : 3kb User : dyz
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.