文件名称:NInjectLib
介绍说明--下载内容均来自于网络,请自行研究使用
About N-InjectLib
N-InjectLib is a library written in C++ which allows for injecting dynamic link libraries into a remote (i.e. foreign) process.
Two techniques are available to inject a dll: the target process can be started by using the library so the first dll loaded actually is the dll to be injected, or dlls can be injected anytime while the target process is running.
N-InjectLib is a library written in C++ which allows for injecting dynamic link libraries into a remote (i.e. foreign) process.
Two techniques are available to inject a dll: the target process can be started by using the library so the first dll loaded actually is the dll to be injected, or dlls can be injected anytime while the target process is running.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NInjectLib\GenericInjector.cpp
..........\GenericInjector.h
..........\IATModifier.cpp
..........\IATModifier.h
..........\InjectLib.cpp
..........\InjectLib.h
..........\Process.cpp
..........\Process.h
..........\RemoteLibCall.cpp
..........\RemoteLibCall.h
NInjectLib
..........\GenericInjector.h
..........\IATModifier.cpp
..........\IATModifier.h
..........\InjectLib.cpp
..........\InjectLib.h
..........\Process.cpp
..........\Process.h
..........\RemoteLibCall.cpp
..........\RemoteLibCall.h
NInjectLib