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

搜索资源列表

  1. DisableCtrl+Alt+Del

    0下载:
  2. 完美屏蔽 Ctrl+Alt+Del,采用内嵌汇编实现无DLL,远线程注入winlogon进程,屏蔽相关消息。-perfect shielding Ctrl Alt Del, the compilation includes a free DLL, Version far threads into the process, shielding related news.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6891
    • 提供者:verywzm
  1. RemoteDLL

    0下载:
  2. DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件-DLL injection technique is widely used Win32 virus a t
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:45437
    • 提供者:豹仔
  1. HarkDll

    0下载:
  2. 生成DLL,可注入到记事本进程中,进程的判断使用了进程的遍历.-generated DLL, can be injected into the notebook process, the process used to judge the ergodic process.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9340
    • 提供者:
  1. HideService

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

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

    1下载:
  2. spy++的简单实现,用到了远程进程的代码注入和启动远程线程-spy the simple realization of a long-range process used in the code and initiate a remote injection Thread
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:65705
    • 提供者:郑若诚
  1. 3

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

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

    0下载:
  2. 本来用键盘驱动程序能完美解决的,可未免也杀鸡用牛刀,场面搞大了点。其实当你登录后,Winlogon创建一个新的桌面并调用Explorer。,而Winlogon则在另一个名为Winlogon的桌面中,也就是说,NT至少有一个桌面,就是你登录前看到的那个,(题外话:所以写个虚拟桌面工具,就难不倒你啦)。而Ctrl+Alt+Del对系统而言,也不过就是个热键罢了,只是它被定位到Winlogon桌面中去了,同样,它也必然有一个窗口负责处理这个热键消息的,因此,解决方案就出来,如果我们可找到这个窗口并子类
  3. 所属分类:系统编程

    • 发布日期:2014-01-16
    • 文件大小:18335
    • 提供者:jing
  1. EasyHideProcess_dll

    1下载:
  2. 一个简单通过远程线程注入方式隐藏进程的源码.一个DLL模块,一个loader模块.可以拿来当模板使用.方便极了.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:246888
    • 提供者:车军
  1. inject

    0下载:
  2. 一个可以让你的代码注入任何进程(新方法!!)
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:921268
    • 提供者:冬甜
  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
    • 文件大小:119387
    • 提供者:289
  1. chengme12

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

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

    0下载:
  2. 控制银证直通车键盘热键的说明格式为Delphi远程线程注入系统进程-Control of Silver Certificate Note Express format of the keyboard hotkey remote thread injection system for the Delphi process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1696138
    • 提供者:joe
  1. vbzhuru

    1下载:
  2. VB写的注入隐藏进程,网上基本没有的哦,我发出来给大家参考学习一下。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:23751
    • 提供者:hkqsyh
  1. injectso3

    0下载:
  2. linux 进程注入 ppt linux 进程注入 ppt -ppt linux injection process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:553281
    • 提供者:doffish
  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
    • 文件大小:94943
    • 提供者:lsenfk
  1. Inject

    0下载:
  2. 进程注入的代码,注入方式为dll注入,注入内容比较简单-injection code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1675
    • 提供者:王枫
  1. ProcessInject_VB

    0下载:
  2. 远程进程注入VB代码。使用VB编写的远程注入代码。-Remote process inject VB code. VB prepared using remote into code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:15945
    • 提供者:李呈
  1. 64zhuru

    0下载:
  2. 64位进程注入 This is a 64 - bit process injection -This is a 64- bit process injection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3889887
    • 提供者:yy
  1. FirefoxInjection

    0下载:
  2. 向firefox进程注入函数体的代码示例-inject codeto a process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1497
    • 提供者:wangmin
  1. codeDllInjectProcessCode

    0下载:
  2. 进程注入工具,可以注入其他进程中执行自己的代码,非常适用。- 29/5000 Process injection tool, you can inject other processes to implement their own code, very applicable.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:2637952
    • 提供者:fancy
« 1 23 4 5 »
搜珍网 www.dssz.com