CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - compiler - List
[
Hook api
]
screen_Delphi
DL : 0
屏幕取词软件 Delphi+Windows200编译通过-Delphi + compiler through Windows200
Date
: 2008-10-13
Size
: 317.08kb
User
:
陈凌
[
Hook api
]
antihook_src
DL : 0
代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可不用安装Platform SDK,因为它们已经包含了Platform SDK。 在AntiHook workspace下公有四个project,AntiHook是钩子检测程序,它编译生成AntiHook.exe,运行AntiHook.exe需要和AntiHook.ini在同一个目录下,AntiHook.ini是配置文件,可以在AntiHook目录下找到。sysHook是一个全局钩子程序的例子,编译候生成sysHook.dll,用于AntiHook测试之用。HookHelper是GUI界面的sysHook.dll加载程序,编译生成HookHelper.exe,运行HookHelper.exe就可以在系统中安装sysHook.dll钩子。Helper是Console界面的sysHook.dll加载程序,编译生成Helper.exe,用于调试sysHook.dll钩子程序。-code using Visual C 6.0 for the development of tools, in order to enable small flexible procedures, I used WTL instead of the MFC software interface, the need to compile the source code for the installation of WTL. WTL repository is based on Microsoft ATL Construction of the library of tools, together with the source code release can be downloaded from Microsoft's Web site, from http://www. winmsg.com / cn / orbit.htm download. The procedures used WTL 7.1, and should also be used WTL 7.5. Compiler WTL procedures need to install Microsoft's Platform SDK, preferably after the 2002 version, If using Visual Studio 2002 or later versions can be no installation Platform S DK, as they already covered by the Platform SDK. AntiHook workspace in the public domain under four project, AntiHook
Date
: 2008-10-13
Size
: 71.34kb
User
:
吴志明
[
Hook api
]
vbedit
DL : 0
一个VB反编译源代码!有兴趣的可以下去-an anti-VB compiler source code! Interested parties can continue to see
Date
: 2008-10-13
Size
: 1.55mb
User
:
陈勇
[
Hook api
]
capturekeyboadinformation
DL : 0
先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-LaunchDLL first compiler, LaunchDLL.h and then copied to the KeyHook LaunchDLL.lib works directory, LaunchDLL.dll copy of the directory Debug
Date
: 2008-10-13
Size
: 55.31kb
User
:
horizon
[
Hook api
]
2006QQweiba
DL : 0
2006最新版QQ尾巴`快用编译来用用啊`-latest version of QQ 2006 tail with `fast compiler to use` ah
Date
: 2008-10-13
Size
: 14.01kb
User
:
wwwww
[
Hook api
]
VBQQmumagouzi
DL : 0
2006最新版QQ钩子程序`快用编译来用用啊`-latest version of QQ 2006 hooks for `fast compiler used to use` ah
Date
: 2008-10-13
Size
: 1.39mb
User
:
wwwww
[
Hook api
]
MouseHook-DLL
DL : 0
利用windos Hook技术,先编译生成DLL,再编译Dialog-use windos Hook, first compiler generated DLL and then compile Dialog
Date
: 2008-10-13
Size
: 8.95kb
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封装窗口
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-21
Size
: 161kb
User
:
黄春标
[
Hook api
]
screen_Delphi
DL : 0
屏幕取词软件 Delphi+Windows200编译通过-Delphi+ compiler through Windows200
Date
: 2025-12-21
Size
: 317kb
User
:
陈凌
[
Hook api
]
antihook_src
DL : 2
代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可不用安装Platform SDK,因为它们已经包含了Platform SDK。 在AntiHook workspace下公有四个project,AntiHook是钩子检测程序,它编译生成AntiHook.exe,运行AntiHook.exe需要和AntiHook.ini在同一个目录下,AntiHook.ini是配置文件,可以在AntiHook目录下找到。sysHook是一个全局钩子程序的例子,编译候生成sysHook.dll,用于AntiHook测试之用。HookHelper是GUI界面的sysHook.dll加载程序,编译生成HookHelper.exe,运行HookHelper.exe就可以在系统中安装sysHook.dll钩子。Helper是Console界面的sysHook.dll加载程序,编译生成Helper.exe,用于调试sysHook.dll钩子程序。-code using Visual C 6.0 for the development of tools, in order to enable small flexible procedures, I used WTL instead of the MFC software interface, the need to compile the source code for the installation of WTL. WTL repository is based on Microsoft ATL Construction of the library of tools, together with the source code release can be downloaded from Microsoft's Web site, from http://www. winmsg.com/cn/orbit.htm download. The procedures used WTL 7.1, and should also be used WTL 7.5. Compiler WTL procedures need to install Microsoft's Platform SDK, preferably after the 2002 version, If using Visual Studio 2002 or later versions can be no installation Platform S DK, as they already covered by the Platform SDK. AntiHook workspace in the public domain under four project, AntiHook
Date
: 2025-12-21
Size
: 71kb
User
:
吴志明
[
Hook api
]
vbedit
DL : 0
一个VB反编译源代码!有兴趣的可以下去-an anti-VB compiler source code! Interested parties can continue to see
Date
: 2025-12-21
Size
: 1.55mb
User
:
[
Hook api
]
capturekeyboadinformation
DL : 0
先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-LaunchDLL first compiler, LaunchDLL.h and then copied to the KeyHook LaunchDLL.lib works directory, LaunchDLL.dll copy of the directory Debug
Date
: 2025-12-21
Size
: 55kb
User
:
horizon
[
Hook api
]
2006QQweiba
DL : 0
2006最新版QQ尾巴`快用编译来用用啊`-latest version of QQ 2006 tail with `fast compiler to use` ah
Date
: 2025-12-21
Size
: 14kb
User
:
wwwww
[
Hook api
]
VBQQmumagouzi
DL : 0
2006最新版QQ钩子程序`快用编译来用用啊`-latest version of QQ 2006 hooks for `fast compiler used to use` ah
Date
: 2025-12-21
Size
: 1.39mb
User
:
wwwww
[
Hook api
]
catchword
DL : 0
一个利用钩子函数实现屏幕取词的程序,编译通过,仅供参考-A hook function to use Screen realize the procedure, the compiler is passed, for reference only
Date
: 2025-12-21
Size
: 42kb
User
:
曹捷
[
Hook api
]
Hook
DL : 0
钩子(hook)是Windows消息处理机制的一部分,用户应用程序设置钩子后就可截获所有Windows系统消息。钩子安装成功后就可通过钩子的过程处理函数处理所截获的消息。通常将钩子的安装及处理函数放在动态链接库中,供系统中每个进程调用。钩子安装后会对系统产生一定的影响。因此在使用完钩子后应及时将其释放掉。 动态链接库编程编译、链接生成的*.dll和*.lib文件可供其他调用DLL的应用程序使用。 -Hook (hook) is a Windows message processing part of the mechanism, the user application settings can be intercepted after the hook all Windows system message. After the success of hook can be installed through the process of hook handler to deal with the intercepted message. Usually hook the installation and handling functions on the dynamic link library for the system call for each process. Hook after the installation of the system have a certain impact. Therefore, after you are finished using the hook should be released promptly lost. Dynamic Link Library programming compiler, link-generated*. dll and*. lib files for other applications that call the DLL to use.
Date
: 2025-12-21
Size
: 778kb
User
:
程娃
[
Hook api
]
PRMonitor
DL : 0
这是一个非常好的内核级HOOK API的例子,想看看效果里面的bin文件夹可以有编译好的程序,其中内核监视没有实现,进程和注册表监视已经完成。这个代码绝对可以成功编译,因为hookzwcreateprocess里的代码是驱动设备程序的,所以编译环境的设置比较复杂,所以在这个压缩包里也包含了一个小教程,教你去搭建vc 6.0中开发驱动设备程序的环境,并且带了个样本。声明:这个程序运行XP下,在2000下会造成蓝屏-This is a very good kernel-level HOOK API examples, I would like to look at the effects inside the bin folder can be compiled procedures, which did not materialize to monitor the kernel, processes and registry monitoring has been completed. This code is absolutely able to successfully compile, because the code is hookzwcreateprocess in process-driven equipment, so the compiler set up the environment more complex, so in this compression bag also contains a small tutorial to teach you to build in vc 6.0 device driver development program environment, and带了个samples. Statement: This program runs under XP, in 2000 will cause a blue screen
Date
: 2025-12-21
Size
: 80kb
User
:
zhenbiao
[
Hook api
]
HookC++Program
DL : 0
用于截获键盘信息的钩子程序,VC编写,使用方法为先编译LaunchDLL,然后把LaunchDLL.h和LaunchDLL.lib复制到KeyHook工程目录中,LaunchDLL.dll复制到Debug目录下-For information intercepted keyboard hook procedure, VC prepared to use the compiler for the first LaunchDLL, and then copied to LaunchDLL.h and LaunchDLL.lib works KeyHook directory, LaunchDLL.dll copied to the Debug directory
Date
: 2025-12-21
Size
: 69kb
User
:
棋子
[
Hook api
]
11
DL : 0
生成MiNI下载者,则需要自己做一个工具了.读懂代码,把相应的部份加密即可. 参考delphi版本的下载者源代码,编出来有16K左右。压缩也有10K多,于是写了VC的代码。按以下的设置,编译出来2K左右。还可以可以再设置一下编译开关,以减小体积。 原代码中4处没有对\转义,以下代码编译通过 编译出来16K,去掉4行注释,编译后3K(编译环境:Win2003+VC6.0)-MINI generation that those who download, you need to own a tool. Read code, the corresponding part of encryption can be. Reference delphi version of those who download the source code, made out there is about 16K. Compression is also more than 10K, so the VC to write code. According to the following settings, the compiler by about 2K. May also be able to set some compiler switches, to reduce the volume. 4 original code did not escape, the following code compiler compilers out through 16K, remove the 4 line notes, compiled 3K (compiler environment: Win2003+ VC6.0)
Date
: 2025-12-21
Size
: 2kb
User
:
AQIANG
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.