搜索资源列表
postkill
- system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
freeremotelib
- 利用远程线程注入,将指定进程内已加载的DLL卸载掉.
SysHotKey
- | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
HookSy
- 注入技术简述: 本实例其实是一个查看工具。完成以下的几个功能: 1、查看系统当前的运行进程; 2、查看系统当前的运行线程; 3、查看系统中运行某个进程中包含的DLL列表; 4、通过创建远程线程的方法将DLL注入到目标进程中: 5、通过Hook方法将DLL注入到目标进程中: -A brief injection technique: This example is actually a view tool. Completion
testqqo
- 机器码注入进程,远程线程执行,实现无DLL注入-Binary into the process, the remote thread execution, implementation without DLL injection
InjectDll(vccode)
- 远程线程DLL注入,vc源码,远程线程DLL注入,vc源码-DLL into the remote thread, vc source, remote-threaded DLL injection, vc source
Remote-thread-injection
- 创建远程线程,无DLL直接注入其他进程!没有全部注入,只注入特定进程!可以自己改为全注入!-Create a remote thread, no DLL is injected directly into other processes! Not all of implantation, only into the specific process! Can inject itself into the whole!
DLLLoader2
- 1.使用远程线程注入的方法在已有的程序中挂载DLL文件. 2.完成一个测试用的DLL_Loader. -1. Using remote thread injection method to mount the existing DLL files in the program. 2. To complete a test of DLL_Loader.
xianchengcharu
- 远程插入线程,线程注入,本例通过注入windows自带的计算机来讲解,本例子分两部分,一个是源程序,一个是DLL文件,并通过DLL传递数据,消息拦截,实习了对被注入程序的各种消息嗅探。-Remote into the threads, thread injection, in this case comes through the windows into the computer to explain, in this case in two parts, one source, one DL
InjectDll
- DLL注入工具源码,包括远程线程注入以及启动暂停进程修改入口注入,另附后者需要的特殊DLL的源码-DLL injection tool source, including remote thread injection and start the process to modify the entrance into the suspension, which attached a special DLL source code need
HideServer
- 隐藏服务,针对当前所有的系统有效。采用删除R3 HOOK 方式,远程线程注入DLL 的方式。-Hidden services, effective for all current systems. Used to delete R3 HOOK way, the way a remote thread into the DLL.
RmtDLL
- 这是一个远程线程注入的示例,把DLL线程注入EXPLORER.EXE进程中,显示EXPLORER.EXE的进程ID。-This is an example of a remote thread injection, DLL thread into the EXPLORER.EXE process EXPLORER.EXE process ID is displayed.
GameWG
- C++DLL远程线程注入源码包含了EXE注入与空白DLL,小小改动就能正常使用-C++DLL remote thread into the source code contains the EXE injected with blank DLL, small changes can normally use
VB_zhuru_unload_DLL_source
- vb编译的远程线程注入并且最重要的是如何卸载dll的源码。-vb compiled remote thread injection and most importantly how to uninstall dll source.
Inject
- 远程线程注入 DLL注入到别的进程运行自己的代码-Remote thread injection
Delphi-unloading-DLL-process
- 正一些木马采用DLL注入的方式存在于系统中,由于其隐蔽性,对于用户来说是很大威胁,下面介绍如何用Delphi卸载任意进程的某个动态链接库DLL。一、DLL注入DLL注人是指以各种如钩子、远程线程、木马DLL等方式,将某个DLL注入到目标进程中运行,由于不需要进程驻留,这种方式往往能达到较好的隐藏效果。-Some Trojans are using DLL injection methods exist in the system, because of its hidden nature, is
Auto-Inject-Dll-master
- dll注入模板,支持3种方式 远程线程注入 hook键盘注入-dll inject spanel
vcdll
- vc注入DLL的几种方法源码,有远程线程注入,全局钩子等演示源码,加载,卸载功能-Several methods of DLL VC into the source code, a remote thread injection, and other global hook demo source code, loading and unloading function
peimisslons_pnrmissions
- system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息-System permissions, will create a remote thread DLL injection user process, send a message to the user identity
线程注入
- 线程注入,注入你想要的DLL,绕过游戏保护,达到修改内存效果(Thread injection, injection of DLL you want, bypassing the game protection, to modify the memory effect)