CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - remote
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - remote - List
[
Hook api
]
dllinject
DL : 0
实现远程线程注入的例子-remote threads into examples
Date
: 2008-10-13
Size
: 4.01kb
User
:
杨蔚
[
Hook api
]
HookImport_src
DL : 0
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
[
Hook api
]
InjLib
DL : 0
关于DLL远程注入,利用remotethread注入线程技术,比较简单实用-on remote DLL injection, the use of threads remotethread injection technology, relatively simple practical
Date
: 2008-10-13
Size
: 1.8kb
User
:
xueshanfh
[
Hook api
]
dll_code
DL : 0
远程插入dll代码,可以根据自己的需要动态的链接有益或有害程序,为己所用。-Remote insert dll code, according to their own needs dynamic link beneficial or harmful procedures for its own use.
Date
: 2008-10-13
Size
: 30.62kb
User
:
韩桃
[
Hook api
]
GrabHook
DL : 0
一个远程注入DLL的静态链接库,其中的RemoteSend函数实现了利用游戏自身的套接字远程发送封包的功能,在XP下,VC6编译通过-a remote DLL into the static link library, RemoteSend function of the realization of the game using their own remote socket packet of this function, In XP, compiled by VC6
Date
: 2008-10-13
Size
: 1.63mb
User
:
都都浪人
[
Hook api
]
MuMaDll
DL : 0
一个可以远程嵌入进程的DLL实例代码,可以实现进程隐藏-a remote embedded process DLL code examples, the process can be achieved hidden
Date
: 2008-10-13
Size
: 8.19kb
User
:
小虫
[
Hook api
]
APIHookingRevisited_src
DL : 0
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY \"put your functions here\" blocks.-There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY \"put your functions here\" blocks.
Date
: 2008-10-13
Size
: 8.39kb
User
:
海天
[
Hook api
]
dllinject
DL : 0
实现远程线程注入的例子-remote threads into examples
Date
: 2026-01-02
Size
: 4kb
User
:
杨蔚
[
Hook api
]
MuMaDll
DL : 0
一个可以远程嵌入进程的DLL实例代码,可以实现进程隐藏-a remote embedded process DLL code examples, the process can be achieved hidden
Date
: 2026-01-02
Size
: 775kb
User
:
小虫
[
Hook api
]
APIHookingRevisited_src
DL : 0
There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one ? This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.-There are numerous codes in the www to explain how to hook API functions inside a remote process. So, why creating another one This article is the first (I) part of a tool I m working on. This tools won t be too complex, so there is no need for a huge class hierarchy like in almost all other code, nor a hard coded assembly code. This tool is just a technical preview of what is possible to achieve, with QUICK and DIRTY "put your functions here" blocks.
Date
: 2026-01-02
Size
: 8kb
User
:
[
Hook api
]
HookImport_src
DL : 0
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
: 2026-01-02
Size
: 6kb
User
:
l
[
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
: 2026-01-02
Size
: 29kb
User
:
dd
[
Hook api
]
InjLib
DL : 0
关于DLL远程注入,利用remotethread注入线程技术,比较简单实用-on remote DLL injection, the use of threads remotethread injection technology, relatively simple practical
Date
: 2026-01-02
Size
: 2kb
User
:
xueshanfh
[
Hook api
]
dll_code
DL : 0
远程插入dll代码,可以根据自己的需要动态的链接有益或有害程序,为己所用。-Remote insert dll code, according to their own needs dynamic link beneficial or harmful procedures for its own use.
Date
: 2026-01-02
Size
: 44kb
User
:
[
Hook api
]
GrabHook
DL : 0
一个远程注入DLL的静态链接库,其中的RemoteSend函数实现了利用游戏自身的套接字远程发送封包的功能,在XP下,VC6编译通过-a remote DLL into the static link library, RemoteSend function of the realization of the game using their own remote socket packet of this function, In XP, compiled by VC6
Date
: 2026-01-02
Size
: 1.63mb
User
:
都都浪人
[
Hook api
]
HOOK_demo_vb
DL : 0
windows下的关于鼠标hook的编程代码 有好多API的例子-windows under the mouse hook on the programming code has many examples of API
Date
: 2026-01-02
Size
: 891kb
User
:
fanli
[
Hook api
]
YAPMv2.3.0
DL : 0
一个功能强大的进程监视软件。这是与著名的Process Monitor并行的另一个进程监视软件。它可以实现远程监控。-et Another (remote) Process Monitor (YAPM) is a powerful application that allows to view and manage your running tasks, processes, threads, modules...etc. and your services on a local or on a remote machine.
Date
: 2026-01-02
Size
: 1.76mb
User
:
shama
[
Hook api
]
Remote-thread-injection
DL : 0
创建远程线程,无DLL直接注入其他进程!没有全部注入,只注入特定进程!可以自己改为全注入!-Create a remote thread, no DLL is injected directly into other processes! Not all of implantation, only into the specific process! Can inject itself into the whole!
Date
: 2026-01-02
Size
: 2kb
User
:
zhouyang
[
Hook api
]
remote-to-local-hook
DL : 0
Windows的钩子技术实在是太有吸引力了。 网上大部分文章都介绍全局钩子,本文 是介绍如何做成一个远程进程的局部 钩子。全局钩子比较耗费资源-remote to local hook
Date
: 2026-01-02
Size
: 4kb
User
:
李军
[
Hook api
]
REMOTE--INJECT
DL : 0
远程注入源码,,很经典,需要的可以看看。含泪分享.-REMOTE INJECT ,VERY GOOD,YOU CAN SEE
Date
: 2026-01-02
Size
: 8.24mb
User
:
haidejintou
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.