CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - .NET
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - .NET - List
[
Hook api
]
PATH.NET
DL : 0
一个实现获取各种路径的实例(文件路径、windows 路径、system路径)-access to a variety of paths to achieve examples (paper trails, windows path system path)
Date
: 2008-10-13
Size
: 15.91kb
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
]
HookTest2
DL : 0
vb.net 制作的一个hook程序,用来捕获空格键的输入。 -vb.net produced a hook procedures used to capture the space bar to the admission.
Date
: 2008-10-13
Size
: 5.1kb
User
:
雷亭
[
Hook api
]
NetWin32Hooks_demo2
DL : 0
是.NET环境下实现全局HOOK的例子,是又C#.NET开发-yes.NET environment to achieve overall HOOK example, is another C#.NET development
Date
: 2008-10-13
Size
: 41.78kb
User
:
yb
[
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
]
hookdll5
DL : 0
记录键盘鼠标操作。在vc和。net中测试成功。可以保存和任意次重复操作-record keyboard and mouse operation. And the vc. Net tested successfully. We can preserve and arbitrary repeated operation
Date
: 2008-10-13
Size
: 21.1kb
User
:
dd
[
Hook api
]
hookN
DL : 0
国外收集的多个hook代码 Let s talk about kernel and drivers --- --- --- --- --- ----- Author: Holy_Father <holy_father@phreaker.net> / When you see the shadow, think about the light that causes it / Version: 1.0 english Birthday: 27.08.2005 Home: http://www.hxdef.org, http://hxdef.net.ru, http://hxdef.czweb.org, http://rootkit.host.sk-foreign collected more than hook code Let's talk about kernel and d rivers ---------------------------------- - Author : Holy_Father
Date
: 2008-10-13
Size
: 257.69kb
User
:
校风
[
Hook api
]
ImmKeyLog_src_6_26
DL : 0
主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the specified documents. Development Environment VS.net 2005 source code : KeyHookDll DLL directory of the source code, Hook and keyboard input methods hook access to the keyboard input as LogCmd directory for the application source code, By calling KeyHookDll.dll interface to achieve specific functions
Date
: 2008-10-13
Size
: 11.22kb
User
:
islq
[
Hook api
]
PEDIY_Rootkit_Book
DL : 0
pediy.net网站里关于 rootkit教学的一个电子文档,看看吧
Date
: 2008-10-13
Size
: 1.58mb
User
:
ewe
[
Hook api
]
ManipWindowsSrc
DL : 1
一个用HOOK钩子操纵窗口的vc.net示例代码-HOOK hook with a window manipulation of the sample code vc.net
Date
: 2008-10-13
Size
: 25.11kb
User
:
中 文
[
Hook api
]
gamehook
DL : 1
使用vs.net,c#开发的外挂程序, 利用全局键盘钩子激活外挂, 通过进程内存读写技术,实现扫雷和连连看3的外挂功能。-use vs.net, c # development of the external procedure, and use the keyboard hook overall external activation, through the process of reading and writing memory technology, and the 1000 block of Terry Avenue mine three of the external function.
Date
: 2008-10-13
Size
: 16.63kb
User
:
稷下剑圣
[
Hook api
]
ManipWindowsSrc
DL : 0
一个用HOOK钩子操纵窗口的vc.net示例代码-HOOK hook with a window manipulation of the sample code vc.net
Date
: 2025-12-30
Size
: 25kb
User
:
中 文
[
Hook api
]
gamehook
DL : 0
使用vs.net,c#开发的外挂程序, 利用全局键盘钩子激活外挂, 通过进程内存读写技术,实现扫雷和连连看3的外挂功能。-use vs.net, c# development of the external procedure, and use the keyboard hook overall external activation, through the process of reading and writing memory technology, and the 1000 block of Terry Avenue mine three of the external function.
Date
: 2025-12-30
Size
: 82kb
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
: 2025-12-30
Size
: 4.06mb
User
:
邹同
[
Hook api
]
HookTest2
DL : 0
vb.net 制作的一个hook程序,用来捕获空格键的输入。 -vb.net produced a hook procedures used to capture the space bar to the admission.
Date
: 2025-12-30
Size
: 5kb
User
:
雷亭
[
Hook api
]
NetWin32Hooks_demo2
DL : 0
是.NET环境下实现全局HOOK的例子,是又C#.NET开发-yes.NET environment to achieve overall HOOK example, is another C#.NET development
Date
: 2025-12-30
Size
: 41kb
User
:
yb
[
Hook api
]
ImmKeyLog_src_6_26
DL : 0
主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the specified documents. Development Environment VS.net 2005 source code : KeyHookDll DLL directory of the source code, Hook and keyboard input methods hook access to the keyboard input as LogCmd directory for the application source code, By calling KeyHookDll.dll interface to achieve specific functions
Date
: 2025-12-30
Size
: 13kb
User
:
islq
[
Hook api
]
Global_Keyboard_And_Mouse_HOOK
DL : 0
全局键盘和鼠标的Hook,用于监视鼠标和键盘事件.本代码用VB.net 2008完成.-The overall situation of the keyboard and mouse Hook, used to monitor mouse and keyboard events. VB.net 2008 with the code completion.
Date
: 2025-12-30
Size
: 123kb
User
:
sunwayking
[
Hook api
]
apihook
DL : 0
C#.NET 2008下开发的API HOOK进程send函数,可封装成DLL,对发送的数据包进行拦截,修改-C#. NET 2008 development of the API HOOK process under the send function, can be packaged into a DLL, for sending data packets to intercept, modify,
Date
: 2025-12-30
Size
: 1kb
User
:
huodeming
[
Hook api
]
hook
DL : 0
键盘钩子,验证可以使用,自己只使用了捕获键盘按键事件。(keyboard hook,by VB.net .)
Date
: 2025-12-30
Size
: 3kb
User
:
minger712
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.