远程注入DLL公用类

时间:2014-07-24 11:44:55
【文件属性】:

文件名称:远程注入DLL公用类

文件大小:1.61MB

文件格式:ZIP

更新时间:2014-07-24 11:44:55

远程注入 dll

向指定的进程注入指定的DLL,并调用DLL中指定的方法; DWORD pid = CInjectUtils::GetProcessIdByName("QQ.exe"); CInject c; c.inject(pid,"c:/mydll.dll","startup");//startup为mydll.dll中的一个函数名称


【文件预览】:
Inject
----Inject.vcxproj(6KB)
----Asm.cpp(793B)
----stdafx.cpp(211B)
----stdafx.h(318B)
----Inject.h(442B)
----Jmp.cpp(397B)
----Add.h(301B)
----CallEax.h(255B)
----Push.cpp(423B)
----dllmain.cpp(389B)
----targetver.h(236B)
----Add.cpp(413B)
----Inject.aps(17KB)
----Inject.cpp(3KB)
----Inject.rc(2KB)
----Instruction.h(124B)
----DataBlock.h(243B)
----CallEax.cpp(311B)
----Ret.h(301B)
----DataBlock.cpp(403B)
----resource.h(385B)
----Jmp.h(293B)
----Ret.cpp(415B)
----Asm.h(403B)
----Common.h(376B)
----InjectUtils.h(778B)
----Call.cpp(423B)
----InjectUtils.cpp(4KB)
----Inject.vcxproj.filters(3KB)
----Inject.vcxproj.user(143B)
----Debug()
--------vc100.idb(547KB)
--------dllmain.obj(9KB)
--------Call.obj(9KB)
--------CL.write.1.tlog(8KB)
--------CL.read.1.tlog(35KB)
--------DataBlock.obj(8KB)
--------mt.read.1.tlog(228B)
--------rc.write.1.tlog(766B)
--------CallEax.obj(8KB)
--------stdafx.obj(121KB)
--------Push.obj(9KB)
--------rc.read.1.tlog(3KB)
--------Inject.dll.embed.manifest.res(472B)
--------Inject.res(32B)
--------InjectUtils.obj(26KB)
--------mt.command.1.tlog(440B)
--------cl.command.1.tlog(11KB)
--------link-cvtres.read.1.tlog(2B)
--------Inject_manifest.rc(204B)
--------Inject.dll.embed.manifest(406B)
--------link.write.1.tlog(3KB)
--------Add.obj(9KB)
--------Inject.lastbuildstate(98B)
--------link-cvtres.write.1.tlog(2B)
--------link.command.1.tlog(4KB)
--------Inject.dll.intermediate.manifest(381B)
--------rc.command.1.tlog(1KB)
--------link.read.1.tlog(8KB)
--------Inject.pch(3.94MB)
--------Asm.obj(120KB)
--------mt.write.1.tlog(438B)
--------Ret.obj(9KB)
--------Inject.log(6KB)
--------Inject.Build.CppClean.log(4KB)
--------Jmp.obj(9KB)
--------Inject.obj(36KB)
--------Inject.write.1.tlog(421B)
--------vc100.pdb(508KB)
----Push.h(304B)
----Call.h(304B)
----ReadMe.txt(1KB)

网友评论