CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - detour
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - detour - List
[
Other resource
]
可以在裸板上运行的小程序
DL : 0
这是s3c44b0裸板上运行的小程序,开始学arm时,想找个小程序看看都找小到,都是在引导后才能运行的例子,现在自己写了个,给大家分享,希望初学arm的朋友不要象我一样走多弯路-This the bare board s3c44b0 running small programs, and began studying arm, wanted to find a small program to find small to see that the guide is to run after the example, himself wrote a 000. to you want to share learning arm of a friend as I do not follow the detour.
Date
: 2008-10-13
Size
: 212.94kb
User
:
周熠
[
Hook api
]
XPhook
DL : 0
我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept the ShowWindow and some file manipulation API, A feeling no problems. You can use Detour to intercept a few other API try. For example CreateProcess, I intercept the API that can intercept the Detour
Date
: 2008-10-13
Size
: 2.26kb
User
:
byron
[
Driver Develop
]
migbot
DL : 0
内核函数detour补丁,rootkit技术的经典源代码。
Date
: 2008-10-13
Size
: 9.48kb
User
:
long
[
Hook api
]
withdll
DL : 0
利用Detour编写的一个截获createprocess的Demo,很有实用性,可以在进程启动的同时把你的DLL加载进去作你想作的
Date
: 2008-10-13
Size
: 2.92kb
User
:
郭亮
[
Windows Develop
]
krembo
DL : 0
window-rootkit编程的detour(就是那个跳来跳去的方法)实例,来自于rookit.com
Date
: 2008-10-13
Size
: 4.05kb
User
:
季风明
[
Hook api
]
detours-1.5
DL : 1
微软提供的截取Win32 API函数的开发包和例子1.5版本-SDK and example in 1.5 version of hooking Win32 API which are provided by Microsoft
Date
: 2025-07-16
Size
: 591kb
User
:
站长
[
Hook api
]
XPhook
DL : 0
我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept the ShowWindow and some file manipulation API, A feeling no problems. You can use Detour to intercept a few other API try. For example CreateProcess, I intercept the API that can intercept the Detour
Date
: 2025-07-16
Size
: 2kb
User
:
byron
[
Driver Develop
]
migbot
DL : 0
内核函数detour补丁,rootkit技术的经典源代码。-Detour function kernel patch, rootkit technology, the classic source code.
Date
: 2025-07-16
Size
: 9kb
User
:
long
[
Hook api
]
withdll
DL : 0
利用Detour编写的一个截获createprocess的Demo,很有实用性,可以在进程启动的同时把你的DLL加载进去作你想作的-Detour prepared to use an intercepted CreateProcess the Demo, very practical, you can start the process at the same time to load into your DLL as you would like to make the
Date
: 2025-07-16
Size
: 3kb
User
:
郭亮
[
matlab
]
yhwxbm
DL : 0
迂回位相编码全息再现,是基于MATLAB的全息再现术。-Detour phase encoding holographic reproduction is based on the MATLAB representation of the holographic technique.
Date
: 2025-07-16
Size
: 1kb
User
:
刘溪
[
Special Effects
]
yuhuiweixiang
DL : 0
迂回位相全息图matlab程序,经测试能正常运行,并且全息图效果良好-Detour phase hologram matlab procedures, have been tested to normal operation, and good hologram effect
Date
: 2025-07-16
Size
: 1kb
User
:
ke
[
Special Effects
]
lohman1
DL : 0
二值图象的LohmanIII编码迂回位相全息图,经测试能正常运行。结果含原图,全息图,和再现图三部分。-Binary image coding LohmanIII detour phase hologram, have been tested to normal operation. Containing the results of image, hologram, and reproduce the three parts of Fig.
Date
: 2025-07-16
Size
: 2kb
User
:
ke
[
OS program
]
HookCode
DL : 0
VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit, only linked to the introduction of the function table, there SetWindowHookEx and CreateRemoteThread into two ways, the process of enumeration to distinguish between the different systems are used psai and toolhelp, the other in order to obtain Process the creation of news, so a drive to register a callback function, in general, has done quite a part in the injection rod, if you want to hang a variety of functions can be combined with the use of detour.
Date
: 2025-07-16
Size
: 70kb
User
:
Massachusetts
[
Hook api
]
HookApi
DL : 0
vc 6.0 简单的 detour api 的大牛小试
Date
: 2025-07-16
Size
: 109kb
User
:
loyabe
[
Hook api
]
detourxs
DL : 0
- To remove a detour you just pass in the original pointer - No classes and released as a lib - API version of detour is just a thin wrapper (why didnt i do that before lol) - Easy to add different "detour jumps"
Date
: 2025-07-16
Size
: 9kb
User
:
sogetthis
[
Hook api
]
DetourHook
DL : 0
detour的api hook方法, 实现了进程hook,消息hook等。-detour api hook method. realize the process hook, message hook etc.
Date
: 2025-07-16
Size
: 753kb
User
:
fenzhengrou
[
Hook api
]
CreateFileW_hook
DL : 0
detour hook dota中的CreateFileA函数..detour hook的用法-detour hook dota CreateFileA in the usage of the function .. detour hook
Date
: 2025-07-16
Size
: 329kb
User
:
韩瑞军
[
WinSock-NDIS
]
Detour Hook Connect的完整源码
DL : 0
Detour Hook Connect的完整源码。
Date
: 2015-08-31
Size
: 7.13kb
User
:
290952302@qq.com
[
Sniffer Package capture
]
Detour-Hook-Connect
DL : 0
Detour库Hook Socket Connect完整实例,想要的就下载吧-Detour Hook Socket Connect Function
Date
: 2025-07-16
Size
: 7kb
User
:
Dalen
[
Other
]
detoursWarFace
DL : 0
This is a detour to warface game.
Date
: 2025-07-16
Size
: 3kb
User
:
patt1234567
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.