CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 远程注入工具

搜索资源列表

  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. lockwindows

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

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

    2下载:
  2. 编译工具为 易语言 使用远程代码注入 很简单 适合 初学者 从程序到模块 原创
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21.9kb
    • 提供者:真实姓名
  1. 一个远程进程注入工具

    0下载:
  2. 一个远程进程注入工具,挺好用 是用VC做的 还不错大家看看吧-a remote injection process tools, is very good with the VC also do good we look at it
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5.04kb
    • 提供者:lyb
  1. qddown_vc92842352525

    0下载:
  2. 一个远程注入的工具,动态连接库须和程序再同一目录或在系统目录-Injection of a remote tool, Dynamic Link Library and procedures shall be the same directory or another directory in the system
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:29.39kb
    • 提供者:lihailuo
  1. HookSy

    0下载:
  2. 注入技术简述: 本实例其实是一个查看工具。完成以下的几个功能: 1、查看系统当前的运行进程; 2、查看系统当前的运行线程; 3、查看系统中运行某个进程中包含的DLL列表; 4、通过创建远程线程的方法将DLL注入到目标进程中: 5、通过Hook方法将DLL注入到目标进程中: -A brief injection technique: This example is actually a view tool. Completion
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:11.87kb
    • 提供者:赵积元
  1. dllinject_1Delphi

    0下载:
  2. 用delphi实现的远程注入工具,很多网站都有但不能找到-By delphi implementation of the remote into the instrument, there are a lot of website but can not be found
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:9.2kb
    • 提供者:aoaomao
  1. DllLoader

    0下载:
  2. Dll 通用注入工具,支持自加载和远程加载-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:82.72kb
    • 提供者:bitingli
  1. zrserver

    0下载:
  2. 一个远程注入的工具,动态连接库须和程序再同一目录或在系统目录-A remote injection tool, the dynamic link library and procedures to be in the same directory and then or in the system directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2.18mb
    • 提供者:chen rong
  1. qddown_vc92842352525

    0下载:
  2. 一个远程注入的工具,动态连接库须和程序再同一目录或在系统目录 -A remote injection tools and procedures required dynamic link library and then in the same directory or in the system directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2.18mb
    • 提供者:yang zhen
  1. InjectDll

    0下载:
  2. 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
  3. 所属分类:Hook api

    • 发布日期:2017-03-22
    • 文件大小:42.31kb
    • 提供者:老灰
  1. InjLib

    0下载:
  2. 代码功能:将动态链接库注入已运行的进程 用途: 用于拦截API测试。 程序用于开发api拦截功能的辅助测试用,当开发了一个api拦截应用的时候,需要频繁的注入,卸载于某进程。 本工具可以使得工作更为方便的进行,如可直接启动notepad进程并注入指定的动态链接库(此dll名称写死于代码内 ,但可以很容易的修改成可配置的方式,不过一般没有必要),当然,也可指定进程id来注入 当年做加密保护的时候,API拦截的部分经常需要做此种测试,故有此工具诞生了。 原理:用远程线程方式注
  3. 所属分类:Hook api

    • 发布日期:2017-11-12
    • 文件大小:24.77kb
    • 提供者:f
  1. DLL注入

    1下载:
  2. 易语言实现远程线程dll注入到exxe工具源码(Easy language implementation of remote thread DLL injection into exxe tool source code)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-05
    • 文件大小:5kb
    • 提供者:T2233
  1. InjectDll

    0下载:
  2. 远程注入工具,可以注入DLL文件到目标程序当中。(Remote injection tools can be injected into the DLL file into the target program.)
  3. 所属分类:系统/网络安全

    • 发布日期:2018-04-21
    • 文件大小:2.13mb
    • 提供者:珍惜每一天
  1. 远程HOOK调试工具+更新+注入代码+调用函数

    1下载:
  2. 远程HOOK调试工具+更新+注入代码+调用函数 易语言源码
  3. 所属分类:易语言编程

搜珍网 www.dssz.com