CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 6.0
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 6.0 - List
[
Hook api
]
HookAPI1.6.zip
DL : 1
HookAPI 1.6试用版本。
Date
: 2025-12-21
Size
: 155.43kb
User
:
[
Hook api
]
在Visual C 6.0下应用Win32系统钩子技术(转自计算机世界).rar
DL : 0
Date
: 2025-12-21
Size
: 4.23kb
User
:
[
Hook api
]
ssjpacket
DL : 0
(这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。 这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能: 1。复制装备 2。强行PK 3。免费登陆 4。对高级用户来说,还提供了分析游戏数据的功能 实现原理 程序运行便定时查找目标程序(ssj游戏),如果发现便向其进程空间注入一个DLL,以便截获所有与服务器交互的封包。下面就是分析这些封包,对特定封包进行修改了。程序的核心就在修改封包上。 王艳平程序设计小站(www.yanping.net)-(this is the online collection of other people's procedure is only for learning) of this procedure is my last several graduate students write nothing at all, it was I wrote some classes and functions. Ssj closure of the game now, so I will be publishing the source code. All of these source code in VC 6.0 under Windows XP through debugging. Because the game is always updated (to prevent external), the plug had to follow the update to registered users to, the source code is somewhat arbitrary. But these days I will be important function inside and modules have done a footnote, I believe that if we seriously study, or to see to understand. This plug is below several functions : 1. Two reproduction equipment. PK forced three. Four free landing. For advanced users, also provides the data an
Date
: 2008-10-13
Size
: 3.01mb
User
:
邹同
[
Hook api
]
MenuToChinese
DL : 0
利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChinese.exe //用于汉化的示例程序 把这4个程序放在同一个目录下 注:源程序中没有Debug目录,如要运行需要重新编译 生成MenuToChineseHook.dll、MenuToChinese.exe,并 把DemoToChinese.exet和MenuToChineseHook.dll拷贝 到MenuToChinese.exe所在目录。 -use easily hook function of the finished application : MenuToChineseHook runtime environment : Win 2000/XP; Microsoft Visual C 6.0 Note : this program in Windows 2000 or XP can run, a total of four documents : MenuToChinese.exe / / Chinese localization program, the first run it MenuToChineseHook.lib / / hook function libraries MenuToChineseHook.dll DemoToChinese.exe / / examples of the effort for this procedure on the four procedures with a directory bet : no Debug source directory, such as the need to recompile operation generated MenuToChineseHook.dll, MenuToChinese. exe, and DemoToChinese.exet and MenuToChineseHook.dll MenuToChinese.exe copy of the directory.
Date
: 2008-10-13
Size
: 102.33kb
User
:
冯金建
[
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
]
Hookpwd
DL : 0
取输入框中星号的字符,获取窗口属性(坐标,大小,类名)等 读取窗口列表 修改窗口标题 开发环境:Vc++ 6.0-imported from asterisk in the box characters, access to the window properties (coordinates, size, class names) to read a list of windows to amend window title development environment : Vitamin C 6.0
Date
: 2008-10-13
Size
: 450.65kb
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
]
MapAppVC
DL : 0
模拟键盘例子,发送到当前活动窗口,Visual C++6.0实现。-simulated keyboard example, sent to the current activities of the window, Visual C 6.0.
Date
: 2008-10-13
Size
: 187.08kb
User
:
大海
[
Hook api
]
MyKeySample
DL : 0
模拟键盘例子,发送到当前活动窗口,Visual C++6.0实现。-simulated keyboard example, sent to the current activities of the window, Visual C 6.0.
Date
: 2008-10-13
Size
: 60.09kb
User
:
大海
[
Hook api
]
hook
DL : 0
在VC++6.0下编写的一个简单钩子程序,可以锁定键盘鼠标,我采用了最简单的编写,希望给初学者很好的帮助,F2+F9 可以解除锁定
Date
: 2008-10-13
Size
: 39.69kb
User
:
wang ping
[
Hook api
]
hook
DL : 0
Hook promming ,forbidden the Alt+F4,and show.programmed by visual basic 6.0
Date
: 2008-10-13
Size
: 5.55kb
User
:
haha
[
Hook api
]
KeyHook
DL : 0
利用Windows Hook技术监控计算机的使用,VC 6.0环境下,附代码
Date
: 2008-10-13
Size
: 182.46kb
User
:
闫昊
[
Hook api
]
HookT
DL : 0
很好用的一个钩子例程 刚学钩子编程的可以看看 vc++6.0环境
Date
: 2008-10-13
Size
: 6.32kb
User
:
guowb
[
Hook api
]
在Visual C++ 6.0下应用Win32系统钩子技术(转自计算
DL : 0
文章介绍了如何在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-21
Size
: 4kb
User
:
李振
[
Hook api
]
MenuToChinese
DL : 0
利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChinese.exe //用于汉化的示例程序 把这4个程序放在同一个目录下 注:源程序中没有Debug目录,如要运行需要重新编译 生成MenuToChineseHook.dll、MenuToChinese.exe,并 把DemoToChinese.exet和MenuToChineseHook.dll拷贝 到MenuToChinese.exe所在目录。 -use easily hook function of the finished application : MenuToChineseHook runtime environment : Win 2000/XP; Microsoft Visual C 6.0 Note : this program in Windows 2000 or XP can run, a total of four documents : MenuToChinese.exe// Chinese localization program, the first run it MenuToChineseHook.lib// hook function libraries MenuToChineseHook.dll DemoToChinese.exe// examples of the effort for this procedure on the four procedures with a directory bet : no Debug source directory, such as the need to recompile operation generated MenuToChineseHook.dll, MenuToChinese. exe, and DemoToChinese.exet and MenuToChineseHook.dll MenuToChinese.exe copy of the directory.
Date
: 2025-12-21
Size
: 102kb
User
:
冯金建
[
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
: 2025-12-21
Size
: 18kb
User
:
inwing
[
Hook api
]
code
DL : 0
SSDT Hook Source with Visual Stuio 6.0 (C++)
Date
: 2025-12-21
Size
: 100kb
User
:
achykim
[
Hook api
]
IDT-Hook-
DL : 0
IDT是一个有256个入口的线形表,每个IDT的入口是个8字节的描述符,所以整个IDT表的大小为256*8=2048 bytes,每个中断向量关联了一个中断 处理过程。所谓的中断向量就是把每个中断或者异常用一个0-255的数字识别-IDT is a linear table 256 entry, each IDT entry is 8-byte descriptors, so the size of the IDT table 256* 8 = 2048 bytes, each interrupt vector associated with an interrupt handler. The so-called interrupt vector for each interrupt or exception is to use a 0-255 number recognition
Date
: 2025-12-21
Size
: 110kb
User
:
wu
[
Hook api
]
vb-6.0-mouse-move-and-click
DL : 0
vb 6.0 编写的用来移动和点击鼠标的程序,鼠标的移动和点击根据自定义脚本执行,功能强大是淘宝刷红包的利器啊-vb 6.0 prepared to move and click the mouse program, mouse movements and clicks based on a custom script execution, powerful red brush Taobao weapon ah
Date
: 2025-12-21
Size
: 47kb
User
:
li
[
Hook api
]
Debug
DL : 0
这是一个全局钩子,采用dll注入,功能,可以记录用户按键信息,并保存,而且本程序设置为开机自起,并且隐藏窗口。是记录密码的好东西,开发环境VC++6.0 -This is a global hook, using DLL injection, features, you can record the user key information, and save, and this program is set to boot from, and hidden window. Good thing to record passwords.
Date
: 2025-12-21
Size
: 46kb
User
:
李和清
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.