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

搜索资源列表

  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
    • 文件大小:64.17kb
    • 提供者:郑若诚
  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. InjectCode

    0下载:
  2. 本示例程序演示了如何在一个进程中空间中远程注入一段代码并运行,代码虽然不长,但已涉及远程代码注入的所有技术。-the sample program demonstrated how, in a process of long-range space into a code and run, code is not long, but involve remote code into all the technical.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:12.46kb
    • 提供者:曹天
  1. VB远程DLL注入、卸载及自我删除

    3下载:
  2. VB远程注入DLL、并尝试卸载程序和自我删除,此为代码不是太多,放上来供参考,请不要用于非法途径,仅供学习研究。
  3. 所属分类:源码下载

  1. call

    0下载:
  2. 可用于远程CALL测试是郁金香视频用到的代码注入器,可以进行远程call注入,非常的好用和简单-CALL can be used to remotely test is used in the tulip video code injection device, you can call into the remote, very easy to use and simple
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-21
    • 文件大小:72.78kb
    • 提供者:weilibo
  1. Inject

    1下载:
  2. :并不是所有的远程注入都能成功,有时候调用OpenProcess(...)或者WriteProcessMemory(...)函数的时候,会调用失败,调用GetLastError()返回错误码是5,拒绝访问,意思是说你的权限不够,那么网上也有现成的提权的函数,这里面也给大家写了一个,但是随着Windows操作系统的升级,Xp->Vista->7,其安全性也越来越高,所以以前在XpSp2上编写的程序,到Sp3或者Vista上面权限又不够了,所以说提权代码也不是万能的,技术没有止境!-dl
  3. 所属分类:Windows编程

    • 发布日期:2013-08-05
    • 文件大小:11.01kb
    • 提供者:wxg
  1. SysHotKey

    0下载:
  2. | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多* | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:14.19kb
    • 提供者:kidy
  1. DLL

    0下载:
  2. dll远程注入实例代码 dll远程注入实例代码 -dll set in dll set indll set indll set in
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:202.86kb
    • 提供者:
  1. injectthread

    0下载:
  2. 演示三种代码注入的方式。hook 注入,远程注入,dll注入。对研究病毒和*的人很有帮助-Demonstration of three types of code injection approach. hook into the remote injection, dll injection. The study of virus and the people very helpful plug-ins
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:77.63kb
    • 提供者:公鸡
  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. InjectDLL_Demo

    0下载:
  2. 一个经典的Delphi远程注入,很好,几乎可以整个代码搬下来。-A classic Delphi remote implantation, well, almost down to move the entire code.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:376.72kb
    • 提供者:余晟
  1. 79419122Dll2Process

    1下载:
  2. 一个远程注入代码,可以注入任何运行程序..远程注入学习的好东西-remote register the dll code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:41.75kb
    • 提供者:Garfield
  1. ZHPlg

    0下载:
  2. 一款老游戏*的源码,需要学习如果进行远程代码注入的学习者可以参考借鉴,比较经典的源码-An old game plug-in source code, need to learn a remote code injection if the learners can refer to learn more classical source
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-15
    • 文件大小:3.66mb
    • 提供者:david
  1. design_remote_DLL_into_VB_code_achieve

    0下载:
  2. VB开发设计远程DLL注入实现代码Development and design of a remote DLL into the VB code to achieve -Development and design of a remote DLL into the VB code to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:10.45kb
    • 提供者:k
  1. exp

    0下载:
  2. 远程pptp注入代码,windows平台代码,代码比较简单,一看就明白-Remote pptp inject code, windows platform code, the code is relatively simple, one can understand
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-21
    • 文件大小:3kb
    • 提供者:诸葛神来
  1. InjectExplorer

    0下载:
  2. 远程代码注入到桌面,显示helloworld对话框-Remote code injection to the desktop, the dialog box displays helloworld
  3. 所属分类:Hook api

    • 发布日期:2017-05-06
    • 文件大小:1.29mb
    • 提供者:李振雄
  1. w2iAssist

    0下载:
  2. 一个远程代码注入游戏客户端的例子.入门级-A remote code injection game client examples. Entry
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:20.23kb
    • 提供者:
  1. 22222

    0下载:
  2. 远程3代8码注入 远1程代2码注入 远程3代码注2入(Remote1 code injection2 Remote3 code4 injection5 Remote6 code7 injection8)
  3. 所属分类:其他

  1. 远程HOOK调试工具+更新+注入代码+调用函数

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

« 12 3 »
搜珍网 www.dssz.com