文件名称:(开源) Ring3下的DLL注入工具 x86(NtCreateThreadEx + LdrLoadDll方式实现,可以注入系统进程)
文件大小:909KB
文件格式:RAR
更新时间:2019-01-20 07:53:36
DLL注入工具 LdrLoadDlll
DLL注入工具有很多,但是也有很多无法注入系统进程如explorer.exe,notepad.exe等,特别是Win7以上平台。此注入工具核心注入部分使用NtCreateThreadEx + LdrLoadDlll方式实现,特色在于比一般的远程线程注入稳定,可以注入系统进程,服务进程等。 工具介绍:http://blog.csdn.net/sunflover454/article/details/50441014 开源介绍:http://blog.csdn.net/sunflover454/article/details/50441146
【文件预览】:
x86Inject
----dll()
--------stdafx.cpp(208B)
--------stdafx.h(318B)
--------dll.vcxproj.filters(1KB)
--------dllmain.cpp(488B)
--------dll.vcxproj.user(143B)
--------targetver.h(236B)
--------dll.cpp(75B)
--------dll.vcxproj(9KB)
--------ReadMe.txt(2KB)
----DllInject()
--------DllInject.h(460B)
--------stdafx.cpp(142B)
--------x86Inject.cpp(5KB)
--------DllInject.vcxproj.filters(2KB)
--------res()
--------stdafx.h(2KB)
--------MyOutputDebugString.h(470B)
--------DllInject.vcxproj(11KB)
--------DllInject.cpp(2KB)
--------targetver.h(234B)
--------x86Inject.h(2KB)
--------DllInjectDlg.cpp(5KB)
--------resource.h(1KB)
--------DllInjectDlg.h(743B)
--------MyOutputDebugString.cpp(1KB)
--------DllInject.vcxproj.user(143B)
--------DllInject.rc(9KB)
--------ReadMe.txt(3KB)
----Release()
--------DllInject.exe(1.63MB)
--------Demo.exe(1.61MB)
--------dll.dll(32KB)
----x86Inject.suo(38KB)
----VScleaner.bat(209B)
----Demo()
--------stdafx.cpp(137B)
--------Demo.rc(8KB)
--------Resource.h(414B)
--------Demo.vcxproj.filters(2KB)
--------res()
--------stdafx.h(2KB)
--------DemoDlg.cpp(2KB)
--------targetver.h(234B)
--------DemoDlg.h(498B)
--------Demo.cpp(2KB)
--------Demo.vcxproj.user(143B)
--------Demo.h(430B)
--------Demo.vcxproj(10KB)
--------ReadMe.txt(3KB)
----x86Inject.sln(2KB)
----x64Inject测试记录.xlsx(10KB)