文件名称:remote-inject
介绍说明--下载内容均来自于网络,请自行研究使用
远程线程注入*c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将*程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该*DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载*DLL,从而实现*对系统的侵害。
-Remote thread injecting Trojan c++ code. Remote thread injection ( injection ) technology refers to the process by another method of creating distance thread into the target process of memory address space. The Trojans in the form of DLL implementation, requiring the use of inserted into the target process in remote thread the Trojan DLL inserted into the target address space of a process, namely the use of the thread by calling the Windows API LoadLibrary function to load a Trojan DLL, thereby realizing the system against trojan.
-Remote thread injecting Trojan c++ code. Remote thread injection ( injection ) technology refers to the process by another method of creating distance thread into the target process of memory address space. The Trojans in the form of DLL implementation, requiring the use of inserted into the target process in remote thread the Trojan DLL inserted into the target address space of a process, namely the use of the thread by calling the Windows API LoadLibrary function to load a Trojan DLL, thereby realizing the system against trojan.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
线程注入源码示例\door_dll\door_dll.cpp
................\........\StdAfx.cpp
................\........\StdAfx.h
................\inject\04_inject.cpp
................\......\door.dll
................\door_dll
................\inject
线程注入源码示例