搜索资源列表
-
0下载:
文件监测钩子
注入DLL使用的是 CreateRemoteThread 跨进程建立对DLL 的加载-document monitoring hook into DLL using the inter-process CreateRemoteThread establish the right DLL loading
-
-
0下载:
DLL注入器,CreateRemoteThread, SetWindowHook例子源代码-DLL injector, CreateRemoteThread, SetWindowHook example source code, etc.! ! !
-
-
0下载:
Delphi IAT Hook API(沒使用到Dll,我打算用CreateRemoteThread來實現Hook,可以說還沒完成)-Delphi IAT Hook API
-
-
0下载:
前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。
说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
-
-
0下载:
个ApiHook的东西
这个代码在CodeProject有下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函
数,可以结合detour使用。
-This code has CodeProject, only linked to the introduction
-
-
0下载:
提供三种方法实现DLL注入。
包括:Windows Hooks、The CreateRemoteThread & LoadLibrary Technique、 The CreateRemoteThread & WriteProcessMemory Technique-Provides three ways to achieve DLL injection. Including: Windows Hooks, The CreateRemoteThread & LoadLibrary T
-
-
0下载:
这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函
数,可以结合detour使用。-Under this code in CodeProject with the code I generally turned a
-
-
0下载:
This is the code which is used to launch a process and inject a dll into the process using CreateRemoteThread.
-
-
0下载:
DLL注入的源码和bin文件,简单易用学习远程线程的好例子-nice example for DLL injection. use createremotethread. include bin and src
-
-
0下载:
创建远程线程,DLL注入,写函数-Create remote thread, the DLL infuse, write function
-
-
0下载:
使用CreateRemoteThread函数来注入D-To use CreateRemoteThread function is to inject a DLL
-
-
0下载:
代码注入的三种方法:WindowsHook,CreateRemoteThread和WriteProcessMemory,CreateRemoteThread和LoadLibrary-The code injection three methods: WindowsHook CreateRemoteThread and WriteProcessMemory CreateRemoteThread and LoadLibrary
-
-
0下载:
win7下利用CreateRemoteThread函数hook记事本,弹出一个对话框-Under win7 use CreateRemoteThread hook notepad function, a dialog box pops up
-
-
0下载:
使用了 CreateRemoteThread 注入目标行程,然后使用替换式 API HOOK.-use createRemoteThread inject into target,
switch api hook
-