Injection

所属分类:其他
开发工具:C/C++
文件大小:6957KB
下载次数:1
上传日期:2020-07-19 15:36:47
上 传 者老曹11
说明:  简易远程线程注入工具源码 附带测试DLL及注入目标测试
(Simple remote thread injection tool source code With test DLL and injection target test)

文件列表:
Debug (0, 2019-08-22)
Debug\InjectDll.dll (37888, 2019-07-06)
Debug\InjectDll.exp (834, 2019-07-06)
Debug\InjectDll.ilk (287400, 2019-07-06)
Debug\InjectDll.lib (1846, 2019-07-06)
Debug\InjectDll.pdb (585728, 2019-07-06)
Debug\InjectTest.exe (43520, 2019-08-22)
Debug\InjectTest.ilk (482388, 2019-08-22)
Debug\InjectTest.pdb (675840, 2019-08-22)
Debug\Target.exe (38912, 2019-07-05)
Debug\Target.ilk (335628, 2019-07-05)
Debug\Target.pdb (454656, 2019-07-05)
InjectDll (0, 2019-10-13)
InjectDll\Debug (0, 2019-07-06)
InjectDll\Debug\dllmain.obj (8292, 2019-07-06)
InjectDll\Debug\InjectDll.Build.CppClean.log (1566, 2019-07-06)
InjectDll\Debug\InjectDll.obj (4209, 2019-07-06)
InjectDll\Debug\InjectDll.pch (7798784, 2019-07-06)
InjectDll\Debug\InjectDll.tlog (0, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\CL.command.1.tlog (2964, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\CL.read.1.tlog (18262, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\CL.write.1.tlog (2366, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\InjectDll.lastbuildstate (219, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\InjectDll.write.1u.tlog (458, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\link.command.1.tlog (1722, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\link.read.1.tlog (4710, 2019-07-06)
InjectDll\Debug\InjectDll.tlog\link.write.1.tlog (926, 2019-07-06)
InjectDll\Debug\InjectDll.vcxproj.FileListAbsolute.txt (0, 2019-07-06)
InjectDll\Debug\stdafx.obj (154614, 2019-07-06)
InjectDll\Debug\vc142.idb (273408, 2019-07-06)
InjectDll\Debug\vc142.pdb (512000, 2019-07-06)
InjectDll\dllmain.cpp (3608, 2019-10-13)
InjectDll\InjectDll.cpp (502, 2019-07-08)
InjectDll\InjectDll.h (126, 2019-05-23)
InjectDll\InjectDll.vcxproj (8404, 2019-05-23)
InjectDll\InjectDll.vcxproj.filters (1436, 2019-05-23)
InjectDll\InjectDll.vcxproj.user (168, 2019-05-23)
InjectDll\stdafx.cpp (320, 2019-05-23)
... ...

# RemoteInjection 简易远程线程注入小工具 ## 功能 ### 获取PID - 根据窗口名获取PID - 根据进程名获取PID - 手动输入PID ### 远程线程注入 - 通过PID将任意DLL注入到进程中 ## 接下来的目标 继续学习 ## 更新进度 ### 2019/5/21 梦幻开局 - [x] 通过窗口句柄获取Pid - [x] 通过PID远程线程DLL注入 ### 2019/5/22 - [x] 将获取Pid的方法归类 ### 2019/5/23 - [x] 完成通过进程名加载进程Pid的方法 - [x] 优化主函数格式

近期下载者

相关文件


收藏者