文件名称:C++ > (开源) Ring3下的DLL注入工具 x64(NtCreateThreadEx + LdrLoadDll方式实现,可以注入系统进程)
文件大小:2.1MB
文件格式:ZIP
更新时间:2022-05-18 07:32:19
DLL注入工
DLL注入工具有很多,但是也有很多无法注入系统进程如explorer.exe,notepad.exe等,特别是Win7以上平台。此注入工具核心注入部分使用NtCreateThreadEx + LdrLoadDlll方式实现,特色在于比一般的远程线程注入稳定,可以注入系统进程,服务进程等。 工具介绍:http://blog.csdn.net/sunflover454/article/details/50441014 开源介绍:http://blog.csdn.net/sunflover4
【文件预览】:
x64Inject
----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)
--------DllInject.vcxproj.filters(2KB)
--------res()
--------stdafx.h(2KB)
--------MyOutputDebugString.h(470B)
--------DllInject.vcxproj(11KB)
--------DllInject.cpp(2KB)
--------targetver.h(234B)
--------x64()
--------DllInjectDlg.cpp(5KB)
--------resource.h(1KB)
--------x64Inject.cpp(5KB)
--------DllInjectDlg.h(743B)
--------x64Inject.h(2KB)
--------MyOutputDebugString.cpp(1KB)
--------DllInject.vcxproj.user(143B)
--------DllInject.rc(9KB)
--------ReadMe.txt(3KB)
----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)
----x64Inject.sln(2KB)
----x64Inject.suo(40KB)
----x64()
--------Release()
----x64.png(4KB)
----x64Inject测试记录.xlsx(11KB)