-
Hook函数在监控记录系统中的应用~~~~~~技术文档
Hook函数在监控记录系统中的应用~~~~~~技术文档-Hook function recorded in the monitoring system ~~~~~~ technical documentation
- 2022-03-13 07:07:34下载
- 积分:1
-
使用delphi开发的屏幕取词代码
使用delphi开发的屏幕取词代码-Screen use delphi development code
- 2022-02-13 05:53:14下载
- 积分:1
-
以风险投资为开发环境,鼠标钩子一个例子。
以vc为开发环境,实现鼠标钩子的一个例子。-to vc for the development environment, mouse hook an example.
- 2022-01-25 20:58:44下载
- 积分:1
-
这是bbs挂站用的,简洁省资源,比通用的fterm或者cterm要更简单...
这是bbs挂站用的,简洁省资源,比通用的fterm或者cterm要更简单-linked with the station, resources and concise, common fterm or more simple cterm
- 2023-04-27 12:55:02下载
- 积分:1
-
发个冒险岛无敌源代码供大家参考研究,希望对大家有点帮助!...
发个冒险岛无敌源代码供大家参考研究,希望对大家有点帮助!-issuing risky Island invincible source code for your reference, we hope that a bit of help!
- 2022-05-24 05:55:11下载
- 积分:1
-
ExitWindowsEx()在win2000以下直接使用,但在win2000和win2000以上要先改变用户权限 才进行关机功能,里面是利用HOOK实现的关机...
ExitWindowsEx()在win2000以下直接使用,但在win2000和win2000以上要先改变用户权限 才进行关机功能,里面是利用HOOK实现的关机源码.-ExitWindowsEx (1) The following WIN2000 used directly, but over WIN2000 and WIN2000 first change user privileges before shutdown, there is the realization use HOOK shutdown source.
- 2022-01-26 08:03:54下载
- 积分:1
-
改变多种控件风格的示范程序,使用了hook技术实现,值得学习...
改变多种控件风格的示范程序,使用了hook技术实现,值得学习--Example program which can change the styles of many controls, has used hook technology, worth studying
- 2023-06-19 00:05:03下载
- 积分:1
-
键盘模拟鼠标的源码
键盘模拟鼠标的源码 -The source to smimulate keyboard and mouse input
- 2022-12-25 05:55:03下载
- 积分:1
-
Hook导入表和导出表,导入表的HOOK只能对已加载的模块有效,要想使在HOOK后新加载的模块也有效就必须HOOK导出表...
Hook导入表和导出表,导入表的HOOK只能对已加载的模块有效,要想使在HOOK后新加载的模块也有效就必须HOOK导出表-Hook import table and export table, import table HOOK only load modules that have been effective, in order to make the HOOK module is loaded after the new effective it must also export the table HOOK
- 2022-01-26 00:09:18下载
- 积分:1
-
This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to as
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:masm32lib mousehook.obj
- 2022-05-06 18:32:28下载
- 积分:1