InjLib

所属分类:Windows编程
开发工具:Visual C++
文件大小:25KB
下载次数:18
上传日期:2012-12-30 00:00:53
上 传 者lslxfhcpudn
说明:  代码功能:将动态链接库注入已运行的进程 用途: 用于拦截API测试。 程序用于开发api拦截功能的辅助测试用,当开发了一个api拦截应用的时候,需要频繁的注入,卸载于某进程。 本工具可以使得工作更为方便的进行,如可直接启动notepad进程并注入指定的动态链接库(此dll名称写死于代码内 ,但可以很容易的修改成可配置的方式,不过一般没有必要),当然,也可指定进程id来注入 当年做加密保护的时候,API拦截的部分经常需要做此种测试,故有此工具诞生了。 原理:用远程线程方式注入DLL,此种方法很稳定,代码也经受了长期使用的考验。 注意:默认的注入的动态链接库的名字叫mydll.dll, 详情请搜索源码,你当然可以改了它。
(Code function: dynamic link library into a running processUses: used to intercept API test.Procedures for the development of API blocking the function of auxiliary test, when developing a API intercept application, require frequent injection, in a process of unloading.This tool can make the work more convenient, such as direct start Notepad process and injected into the specified dynamic-link library ( DLL name died within the code, but can easily be modified into a configurable manner, but is generally not necessary ), of course, can also be specified to process ID to injectWhen do encryption protection, API intercept part often need to do this test, it is this tool was born.Principle: using remote thread injection of DLL, this method is very stable, the code also undergo long-term use of the test.Note: the default into a dynamic link library name is mydll.dll, please search source code, you can change it.)

文件列表:
InjLib\CmnHdr.h (8883, 2007-11-29)
InjLib\EnsureCleanup.h (5290, 2007-11-23)
InjLib\InjLib.cpp (10225, 2012-12-29)
InjLib\InjLib.ico (766, 2010-05-03)
InjLib\InjLib.rc (2784, 2010-05-06)
InjLib\InjLib.sln (872, 2012-12-29)
InjLib\InjLib.vcproj (4411, 2012-12-29)
InjLib\IoCompletionPort.h (2164, 2007-11-20)
InjLib\resource.h (811, 2010-05-06)
InjLib\Toolhelp.h (8519, 2007-11-24)
InjLib\WaitChainTraversal.h (4757, 2007-11-20)
InjLib\说明.txt (588, 2012-12-29)
CommonFiles\CmnHdr.h (8883, 2007-11-29)
CommonFiles\EnsureCleanup.h (5290, 2007-11-23)
CommonFiles\IoCompletionPort.h (2164, 2007-11-20)
CommonFiles\Toolhelp.h (8519, 2007-11-24)
CommonFiles\WaitChainTraversal.h (4757, 2007-11-20)
InjLib (0, 2010-05-31)
CommonFiles (0, 2010-05-31)

近期下载者

相关文件


收藏者