Welcome![Sign In][Sign Up]
Location:
Search - APIHOOK

Search list

[OS programapihook

Description: 本程序是基于C++语言的Hook编程,主要是对API函数的Hook,对刚学钩子编程的朋友有很好的借鉴意义。-This procedure is Hook based on C++ language programming, API functions Hook, just learning to hook programming friends have a good reference.
Platform: | Size: 227328 | Author: 张俊 | Hits:

[e-languageFANAPIHOOK

Description: 反APIHOOK防止别人盗取你的辅助基址-Anti-APIHOOK prevent others steal your auxiliary base address
Platform: | Size: 2048 | Author: 秦帅 | Hits:

[Otheraaa

Description: WSPHOOK 是新的功能,采用拦截 WSP 函数入口实现的.由于WSP函数非公开API,所以相对隐敝不容易被查出来.但由于需要反复的加载APIHOOK与恢复APIHOOK可能会不太稳定. APIHOOK 是老的功能,采用拦截 ws2_32.dll 里的公开API函数入口转调用WSP函数进行实现的.相对稳定些,但也容易被反外挂在此两API入口处检查出来. 用户可根据自已的需要决定使用哪种方式,居体代码见 mydll.e 但要注意此两种方式只能使用其中的一种-WSPHOOK is a new feature, to achieve intercept WSP function entry. Due to the non-public API WSP function, so relatively concealed not easily checked out but may require repeated load APIHOOK and recovery APIHOOK of less stable. APIHOOK old function intercept Open API function the ws2_32.dll where the entrance to turn call the the WSP function to achieve. relatively stable, but also easy to be anti-plug two API at the entrance to check out the user decide which to use according to their own needs ways, ranking body the code see mydll.e but the attention to this in two ways only use a
Platform: | Size: 13312 | Author: 阿根 | Hits:

[Otherbbb

Description: WSPConnect 是新的功能,采用拦截 WSPConnect 函数入口实现的.由于WSP函数非公开API,所以相对隐敝不容易被查出来.但由于需要反复的加载APIHOOK与恢复APIHOOK可能会不太稳定. connect 是老的功能,采用拦截 connect 与 WSAConnect 两个API函数入口转调用WSPConnect进行实现的.相对稳定些,但也容易被反外挂在此两API入口处检查出来. 用户可根据自已的需要决定使用哪种方式,居体代码见 mydll.e 但要注意此两种方式只能使用其中的一种.-New functionality WSPConnect is using the intercept WSPConnect function entry achieve due to the non-public API WSP function, so relatively concealed not easily checked out but may require repeated load APIHOOK and recovery APIHOOK of less stable. Connect old the function, using the interception connect with WSAConnect two API function entrance to turn call WSPConnect achieve. relatively stable, but also easy to be anti-plug-in two API at the entrance to check it out. Users can decide which way according to their own needs , ranking body the code see mydll.e but the attention to this in two ways only use a.
Platform: | Size: 9216 | Author: 阿根 | Hits:

[Otherccc

Description: WSPConnect 是新的功能,采用拦截 WSPConnect 函数入口实现的.由于WSP函数非公开API,所以相对隐敝不容易被查出来.但由于需要反复的加载APIHOOK与恢复APIHOOK可能会不太稳定. connect 是老的功能,采用拦截 connect 与 WSAConnect 两个API函数入口转调用WSPConnect进行实现的.相对稳定些,但也容易被反外挂在此两API入口处检查出来. 用户可根据自已的需要决定使用哪种方式,居体代码见 mydll.e 但要注意此两种方式只能使用其中的一种.-New functionality WSPConnect is using the intercept WSPConnect function entry achieve due to the non-public API WSP function, so relatively concealed not easily checked out but may require repeated load APIHOOK and recovery APIHOOK of less stable. Connect old the function, using the interception connect with WSAConnect two API function entrance to turn call WSPConnect achieve. relatively stable, but also easy to be anti-plug-in two API at the entrance to check it out. Users can decide which way according to their own needs , ranking body the code see mydll.e but the attention to this in two ways only use a.
Platform: | Size: 3072 | Author: 阿根 | Hits:

[Hook apiWinHook

Description: windows下的挂钩c,pe挂钩的实现例子 最精炼的apihook代码 编程高手箴言 -windows下的挂钩c,pe挂钩的实现例子 最精炼的apihook代码 编程高手箴言
Platform: | Size: 75776 | Author: 马楹坤 | Hits:

[Hook apiSehHook

Description: 利用SEH和int3实现apiHOOK的例子, 新手可以学习学习-SEH and the int3 apiHOOK example, novices can learn from
Platform: | Size: 16384 | Author: mayl | Hits:

[ELanguage1

Description: WIN32 APIHOOK WSARecv的例子-The WIN32 APIHOOK WSARecv example
Platform: | Size: 2450432 | Author: amuro | Hits:

[OtherTCP_UD

Description: TCP_UDP封包拦截接口\TCP通信.exe ... ... ... .\UDP通信.exe ... ... ... .\安装钩子DLL.exe ...................\mydll.dll ...................\mydll.e ...................\TCP通信.e ...................\UDP通信.e ...................\安装钩子DLL.e TCP_UDP封包拦截接口 以前玩网络游戏,很多人可能都有使用过WPE这个封包拦截软件,虽然现在WPE已时过境迁,但拦截替换网络封包的功能依然可以在某些抓包软件的身上看到。 本节我们自已也将设计一个类似于WPE那样的封包拦截替换功能的程序.该程序的封包拦截功能是在APIHOOK的基础上扩展而来的。 本节的源代码包里有两个软件,都是用易语编的. TCP通信.exe UDP通信.exe 本节要编的一个封包拦截软件,是需要用钩子EXE把一个钩子DLL文件插入目标进程中。对于拦截封包替换修改封包的功能全在DLL中实现 本节的下面的图中有些内容与源代码里有所不同,一切以源代码为准.-TCP_UDP packet interception interface \ TCP communication. Exe ................... \ UDP communication. Exe ................. the .. \ the installation hook DLL.exe ................... \ mydll.dll ................... \ mydll.e ................... \ TCP communication. e ................... \ UDP communication intercept interface install hook DLL.e TCP_UDP packet ago. e ................... \ play online games, a lot of people may have used WPE This packet blocking software, although WPE has been overtaken by events, but the interceptor to replace the function of network packets can still see the body of some packet capture software. This section will also be our own design similar WPE as program packet interception replace function. The the packet blocking feature of the program from the expansion on the basis of the APIHOOK. Source code package for this section has two software are compiled using easy language. TCP communication. Exe UDP communication, the exe this section to be compile
Platform: | Size: 354304 | Author: 不鸣惊人 | Hits:

[Windows Developapihook

Description: 设计系统底层的一些知识,对系统编程有一定啊的帮助。-Some knowledge of the underlying design system, system programming some ah helpful.
Platform: | Size: 359424 | Author: 秦辉 | Hits:

[Hook apiapihook_complit

Description: 完整的apihook学习源码,请勿外传都是私人的代码。-Author: sudami [sudami@163.com]Time: detailed information about [23:9:2009- 16:19]Routine Description:The complete apihook source code to learn, do not it is private code.
Platform: | Size: 67584 | Author: hufo99 | Hits:

[Hook apimadCollection-ForDelphi2010-XE-XE2

Description: 著名的APIHOOK工具 madCollection For Delphi2010 XE XE2。 网上的madCollection只有dephi7的代码,而在Delphi 2010 XE XE2下无法使用。这代码能作为Delphi 2010 XE XE2访问madCollection的桥梁。 用法:在D7下下载madCollection源码包编译本代码生成DLL,给Delphi 2010 XE XE2使用,并写好了访问接口。-madCollection For Delphi2010 XE XE2
Platform: | Size: 244736 | Author: 温锦山 | Hits:

[OtherAPIHook

Description: HOOK API给API加断点,HOOK后 能跳到自定义函数里-HOOK API added to the API breakpoint, HOOK can jump to a custom function.
Platform: | Size: 62464 | Author: diaoshuangjun | Hits:

[Windows Developapihook

Description: vc2005 上编译通过, 可正对不同的进程截取封包,原理是hook 了send recv sendto recvfrom api 函数.-vc2005 compiled by different processes can be positive for packet interception, the principle is hook up send recv sendto recvfrom api function.
Platform: | Size: 1955840 | Author: zhou | Hits:

[e-languagesupermodule3.65

Description: 超级模块3.65的源码,里面包括 apihook,窗口操作,加解密,内存读取等等大量易语言编程使用到的功能集-Super Module 3.65 source code, which includes apihook, window operation, encryption and decryption, and so a lot of memory read and easy to use programming language feature set
Platform: | Size: 418816 | Author: 陈宏 | Hits:

[e-languagegetmessage

Description: 易语言拦截封包,需要外挂作坊4.0模块,通过WSPHOOK或者APIHOOK实现封包拦截-Easy language to intercept packets, you need to plug-in module workshop 4.0
Platform: | Size: 15360 | Author: 方海亮 | Hits:

[Hook apiAPIHOOK

Description: hook内核API函数 hook内核API函数-hook the kernel API functions
Platform: | Size: 1024 | Author: 王小二 | Hits:

[Hook apiHook_Open_Terminate

Description: 可以方便面的实现任务管理器下阻止程序被手动杀掉 OpenProcess和Terminateprocess的Hook使用 APIHOOK代码的引用-Can achieve instant noodles under the Task Manager to stop the program was manually kill the Hook OpenProcess and Terminateprocess reference code using APIHOOK
Platform: | Size: 27648 | Author: zhusheyuan | Hits:

[Hook apiAPIHook

Description: 哈弗曼加密程序 哈弗曼加密程序--Plug workshops injection routine, stratified injection hook into comic injected input method injection network inject threads into the new process injection, inject memory DLL for the novice to improve
Platform: | Size: 289792 | Author: mggdx | Hits:

[Windows Developnjcd5xNG

Description: 易语言APIHOOK源码,很好的参考资料。有需要的就下载吧。-APIHOOK easy language source code, a good reference. There is a need to download it.
Platform: | Size: 310272 | Author: 清蒸翅子 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 »

CodeBus www.codebus.net