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

搜索资源列表

  1. 进程注入器

    1下载:
  2. 一个远程注入动态连接库的程序,也可以卸载模块-a remote DLL injection procedures can also uninstall module
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29.41kb
    • 提供者:田江和
  1. HideService

    0下载:
  2. 虽然我不知道icesword是什么样列举服务的,但估计最终也是通过历遍SCM内部的ServiceRecordList来检测。 为什么呢?看下面。 用附件中的InjectDLL.exe把hideservice.dll注入到Services.exe进程后就会把Alerter服务隐藏掉。用icesword也检测不出Alerter服务了。 代码原理很简单,就是在Services.exe进程找到ServiceRecordList表,将需要隐藏的服务从链表上断开。 既然icesword
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:19.5kb
    • 提供者:79282853
  1. 3

    0下载:
  2. 密码框查看工具 源代码 (1)密码框查看工具提升自身进程的权限,增加DEBUG权限; (2)根据鼠标位置获得窗口句柄; (3)根据窗口句柄获得所属的进程ID; (4)密码框查看工具以PROCESS_ALL_ACCESS方式打开该进程; (5)往该进程中注入线程代码; (6)建立并执行远程线程,在该远程线程中使用GetWindowText以获取窗口文本; (7)密码框查看工具读取内容并显示。 密码框查看工具软件特点: 无需DLL。 对于该功能的实现,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:176.63kb
    • 提供者:wxf
  1. hideProcess

    0下载:
  2. 隐藏任意进程源代码,VC++。用法: HideProcess [ PName | PID ], drop一个dll注入想要隐藏的进程,修改系统进程链。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:60.88kb
    • 提供者:DNA
  1. HookTest

    3下载:
  2. 内核实现DLL注入可以完美绕过KAV 瑞星等杀毒软件 软件 特点 1.内核级的实现,可以动态监控并注入新进程的启动并实现自动注入到新进程中。 2.完美绕过杀毒软件的检测,不会弹出任何提示
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:222.55kb
    • 提供者:灰熊
  1. dllzhuru.rar

    0下载:
  2. 上学写的VC DLL 远程注入的例子, 可以根据进程ID插入想注入的D,School written by long-distance VC DLL injection example, you can insert in accordance with the process ID of the D would like to inject
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:38.78kb
    • 提供者:cary
  1. GetSytemProcessDll

    0下载:
  2. 获取进程以及加载的DLL,就像360或者其他防火墙一样,可以让你准确的判断某个进程是否被病毒恶意注入-GetSytemProcessDll
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:109.03kb
    • 提供者:wt
  1. sekurlsa.dll.sourcecode

    0下载:
  2. 逆向sekurlsa.dll_实现读内存获得开机密码 不用注入,读lsass内存数据即可。以前说的失败什么的大多是注入方式时候安全软件 给拦截了。而读内存皆可。在我的Win 7,WinXP3,Win2K3(均 32位系统)均可正常显示。 只是不论注入还是读内存都要对lsass进程操作,需要一定权限。-The read memory reverse sekurlsa.dll_ achieve obtained boot password without injection, re
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-05
    • 文件大小:142.32kb
    • 提供者:ljh
  1. 111

    0下载:
  2. DELPHI注入系统进程 没EXE注入DLL 晕非要打真么多字啊波尔远控DLL提取和导入器.zip-DELPHI injection system injected DLL process EXE no halo of non-attacking words ah really Mody Boer Remote Control DLL extraction and Importer. Zip
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:298.03kb
    • 提供者:QQ316118740
  1. DLL-EXEOK

    0下载:
  2. 能对各进程进行DLL注入,主要调试用,进程任意选,DLL任意选。很方便的小工具。-Can on the process DLL injection, mainly for debugging, the process of random selection, DLL arbitrary election. Very convenient gadget.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:547.33kb
    • 提供者:黄瑶
  1. RemoteInjectCode

    0下载:
  2. DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。 这是一个远程注入学习的好例子-Remote DLL injection technique is widely used Win32 virus technology. The use of this technology virus body is usually located in
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:481.82kb
    • 提供者:高军
  1. inject_process

    0下载:
  2. 将DLL注入任意进程的小程序。程序写的简单,明了。第一次上传,谢谢大家支持,理解。-Will be injected into any process DLL applet. Writing simple procedures, clear. First upload, thank you everyone support and understanding.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:14.8kb
    • 提供者:he
  1. 1

    0下载:
  2. DLL远程进程注入,DLL加可EXE执行文件源码-DLL into the remote process, DLL file that allows the implementation of EXE source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:180.41kb
    • 提供者:csdner
  1. VBzhuruDLL

    0下载:
  2. 很多人说VB不能远程注入DLL,其实是错误的。VB其实也能象C++等其他语言一样轻松搞定,不信就看看这个代码。这个代码经过充分测试,包括系统进程都可以正常注入和卸载,就连杀毒软件都能注入。-Many people say that VB can not remote into the DLL, in fact, is wrong. VB can be a matter of fact, as C++ and other languages as easily get, do not look a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:116.59kb
    • 提供者:289
  1. chengme12

    0下载:
  2. DLL 远线程注入 可以注入到任意系统进程中-Far-threaded DLL can be injected into the process of any system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:210.39kb
    • 提供者:sdfdf
  1. dlltootherpro

    0下载:
  2. 将DLL注入到其他进程中 来自于维维软件园-The DLL is injected into other processes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:57.21kb
    • 提供者:zhaodi
  1. dll-injection

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

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

    0下载:
  2. 远程注入DLL方法有很多种,也是很多*病毒所使用的隐藏进程的方法,因为通过程序加载的DLL在进程管理器是没有显示的.-Remote DLL Injection There are many ways, is also used by many Trojan hidden process, because the DLL loaded by the program manager in the process is not shown.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:92.72kb
    • 提供者:lsenfk
  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
    • 文件大小:12.7mb
    • 提供者:bin
  1. dll-Inject

    0下载:
  2. DLL注入,VB下进行的DLL注入代码,通过打开指定进程,在内存进入写入-this is Dll Inject program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3.87kb
    • 提供者:闯荡
« 12 3 »
搜珍网 www.dssz.com