文件名称:APC注入测试源码C++
文件大小:2.65MB
文件格式:RAR
更新时间:2022-01-08 03:01:15
APC 注入
一个对APC注入进行学习测试的例子,可以在用户态下执行。但是对系统进程仍无法进行注入,不清楚是权限问题还是其他的问题。 工程在vs2012下编译测试成功。 共有三个工程 1、ApcInject 实现Apc注入功能 2、InjectTest 被注入的程序,点击确定->start后,进入sleep,线程进入Alertable状态。此时可以对线程的APC队列进行插入。 3、testdll 注入到InjectTest.exe中的dll,成功加载后弹出一个对话框。
【文件预览】:
APC Inject
----2运行注入程序将testDll注入到InjectTest.exe中.PNG(20KB)
----testdll()
--------stdafx.cpp(316B)
--------testdll.vcxproj.filters(1KB)
--------stdafx.h(502B)
--------dllmain.cpp(752B)
--------targetver.h(364B)
--------testdll.vcxproj(5KB)
--------ReadMe.txt(2KB)
----APC的一些相关知识1.txt(17KB)
----APC Inject.v11.suo(86KB)
----1使测试程序进入挂起状态.PNG(13KB)
----ApcInject()
--------stdafx.cpp(320B)
--------stdafx.h(366B)
--------ApcInject.vcxproj(4KB)
--------targetver.h(364B)
--------ApcInject.cpp(12KB)
--------ApcInject.vcxproj.filters(993B)
--------Debug()
----APC Inject.sln(2KB)
----3.PNG(13KB)
----InjectTest()
--------stdafx.cpp(228B)
--------InjectTest.vcxproj(6KB)
--------InjectTest.rc(11KB)
--------InjectTest.cpp(4KB)
--------res()
--------stdafx.h(3KB)
--------InjectTest.aps(106KB)
--------InjectTest.vcxproj.filters(2KB)
--------targetver.h(362B)
--------InjectTestDlg.h(1KB)
--------InjectTest.h(846B)
--------InjectTestDlg.cpp(6KB)
--------resource.h(1KB)
--------ReadMe.txt(4KB)
----Debug()
--------ApcInject.ilk(354KB)
--------InjectTest.pdb(6.15MB)
--------InjectTest.ilk(1.02MB)
--------testdll.dll(29KB)
--------ApcInject.pdb(683KB)
--------InjectTest.exe(184KB)
--------ApcInject.exe(62KB)
--------testdll.pdb(915KB)
--------testdll.ilk(183KB)
----APC的一些相关知识2.txt(488B)
----readme.txt(376B)