CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 进程注入

搜索资源列表

  1. MyInsertDll

    0下载:
  2. 将DLL注入到指定进程中,源码并非原创,但是,也做了一些整理,以有利于菜鸟似我的人的调用!-The DLL is injected into the specified process, the source code is not original, but have done some sorting for the benefit of people like my rookie call!
  3. 所属分类:Network Security

    • 发布日期:2017-03-31
    • 文件大小:2294
    • 提供者:myd
  1. TinyRAT[D]

    0下载:
  2. 功能需求: [1]------------------------------------------- 1.进程插入,反向链接,穿防火墙,自安装 [2]------------------------------------------- 管理功能: File Manager: 1.获取磁盘 2.获取目录中的文件列表与文件夹列表 3.删除文件 4.新建文件夹 5.删除文件夹(必须文件夹是空的才可以完全删除文件夹-以后增加递归删除所有文件功能)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:72088
    • 提供者:376111502
  1. Inject_Codes

    0下载:
  2. 将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法-Process injection method
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:48691
    • 提供者:赵天文
  1. dll-injection

    1下载:
  2. dll注入的一个实现例子,可以从A进程将DLL注入到B进程-an implementation example of dll injection
  3. 所属分类:系统编程

    • 发布日期:2012-11-23
    • 文件大小:2036417
    • 提供者:尹斌
  1. DllInsertUtil

    0下载:
  2. C++实现远程DLL注入类 C++实现的一个远程DLL注入的类。 调用类成员函数InsertDllToProcess("qq.exe", "D:\\InsertDll.dll") 可以将某个写好的DLL注入到指定的进程中。-C++ DLL into the remote class C++ DLL into a remote implementation class. Call class member function InsertDllToProcess (" qq.e
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:2195
    • 提供者:魏林
  1. vbdll

    1下载:
  2. Visual Basic 实现Dll注入指定进程-Visual Basic Dll injection to achieve the specified process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:33737
    • 提供者:
  1. NOShutDownOFF

    0下载:
  2. ring3下通过陷阱式,向进程winlogon.exe注入DLL,截取ExitWindowsEx消息-ring3 through the trap-style, into the winlogon.exe process DLL, the interception of ExitWindowsEx message. .
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:664333
    • 提供者:洋洋
  1. 70843[1]

    0下载:
  2. 进行DLL注入的3种思路方法,将DLL插入到其它你指定进程地址空间中使得我们可以对感兴趣进程进行操作 .-For the three ideas DLL injection method, you specify the DLL into another process address space allows us to operate the process of interest.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:178346
    • 提供者:洋洋
  1. Hotinjection

    0下载:
  2. 向运行的进程中注入动态库,并接管函数调用,完成功能的扩展-dynamic injection to running process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:16216
    • 提供者:wall
  1. dllinject

    0下载:
  2. 一个dll注入工具,可以注入任何DLL到任何的进程里面,如果你有能力,那就邪恶吧。内附详细源码。-A DLL into tools, can be pumped into any DLL to any process inside, if you have the ability, it s evil. With detailed in the source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-21
    • 文件大小:6384911
    • 提供者:罗何
  1. ReflectiveDllInjection_v1.0

    0下载:
  2. 在Windows平台上,本地和远程库注射技术 多年来一直存在。作为开采技术的远程库注入 在2004年推出Skape和JT[1]。他们的技术采用的shellcode修补主机进程NTDLL在运行时库,并迫使Windows加载本地加载动态链接库DLL)从内存中的镜象。这种技术的叫做反射DLL注入。-Under the Windows platform, library injection techniques both local and remote have been around f
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:167590
    • 提供者:wuying
  1. remote-inject

    1下载:
  2. 远程线程注入木马c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将木马程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该木马DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载木马DLL,从而实现木马对系统的侵害。 -Remote thread injecting Trojan c++ code. Remote thread injection ( injectio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:45927
    • 提供者:陈嘉
  1. hookvc

    0下载:
  2. 使用vc调用钩子的好列子,可以实现注入到系统的所有进程并操作的DEMO,我是实现了左右鼠标点击即可影藏VC2008开发环境。-To use a good vc call hook Liezi, can achieve injected into all processes of the system and the operation of DEMO, I realized the left and right mouse clicks shadow possession the VC2008
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:4992428
    • 提供者:youyang
  1. DLLload

    1下载:
  2. 远程注入,包括xp - win7 x32 x64 的注入! 注入不进请确定进程权限!还有目标进程是否是X64位的!-Remote injection, including xp- win7 x32 x64 injection! The injection not enter to make sure that the process privileges! There are the target process is X64 bit!
  3. 所属分类:Windows Kernel

    • 发布日期:2015-04-14
    • 文件大小:3072
    • 提供者:王仔
  1. [injectexplorer]

    0下载:
  2. injectexplorer.注入explorer进程实现提权-injectexplorer. injected into the explorer process provide the right
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:419533
    • 提供者:DeeJayX
  1. GoNext

    0下载:
  2. 强大的dll注入,可以注入游戏获取其他进程,判断的进程名字,可以用于注册表注入或者劫持注入等,这是个基础判断-Strong dll injection, can be injected into the game for other processes, the name of the judgment process, can be used for registry injected or hijacked injected, which is a basis for judgment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:9714
    • 提供者:mars
  1. RemoteThreadDll

    0下载:
  2. DLL注入之远线程方式 每个进程都有自己的虚拟地址空间,对32位进程来说,这个地址空间的大小为4GB。因为每个进程都有自己专有的地址空间,当进程的各个线程运行的时候,它们只能够访问属于自己进程的内存。这样做的一个好处是维护系统的安全,防止进程的私有空间被入侵。世界上有了矛就有了盾,windows也撕开了一个小口,提供了一些函数来让其它进程对另一个进程进行操作,当然亦邪亦正,全在于你。大名鼎鼎的CreateRemoteThread就是属于这样的函数。 远线程注入的基本原理就是通过在另一个
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:3013851
    • 提供者:ljh
  1. DllInject

    0下载:
  2. 获取系统当前所有进程之后,可以选择一个dll 注入到选择的进程中-Acquisition system all processes, you can choose a dll injected into the process of selection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-05
    • 文件大小:20126146
    • 提供者:周熙
  1. My_Dll_Process

    0下载:
  2. 将dll注入一个进程,用来hook。本人亲自测试过,可用-Dll will inject a process that is used to hook. I personally tested, available
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:43452
    • 提供者:andy
  1. DLL

    0下载:
  2. DLL注入进程器,例子和源码 DLL注入进程器,例子和源码-DLL injection process control, examples and source code DLL injection process control, and source code examples
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-31
    • 文件大小:13313738
    • 提供者:bin
« 1 2 3 45 »
搜珍网 www.dssz.com