搜索资源列表

  1. VB远程DLL注入、卸载及自我删除

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

  1. asp全站防止注入的代码

    0下载:
  2. 将这段代码放到你的数据库连接文件如conn.asp中。把它插入到数据库连接代码的前面。因为所有连接库的文件都要include conn.asp这个文件,这样对于每个页面,如果有非法注入,则我们能在数据库连接之前停止页面的执行。达到了全站防止注入的功能。
  3. 所属分类:网络编程

    • 发布日期:2011-04-13
    • 文件大小:1009
    • 提供者:cslishou
  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. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:23552
    • 提供者:曹天
  1. masmjack

    0下载:
  2. MASM32 Code Inject[非DLL插入] By Aphex 演示如何不需要DLL直接代码注入-between [insert non- DLL] By demonstrating how Aphex DLL code needs direct injection
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:2048
    • 提供者:真零
  1. TestDebug

    0下载:
  2. 跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-13
    • 文件大小:34816
    • 提供者:李泉
  1. winspy_package

    0下载:
  2. 向其他进程注入代码的三种方法!里面包含一篇详细介绍3种代码注入方法的文章,包含文章里示例的代码与DEMO,非常经典。-Injecting code to other processes of the three methods! Which contains a detailed introduction into the three kinds of methods article code, article contains sam
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-13
    • 文件大小:242688
    • 提供者:高鸣远
  1. RT_INJECT

    1下载:
  2. Dll注入源代码,可以将对话框注入到任何程序当中,非常经典的例子,是学习挂接,注入的经典例子-Dll injection of the source code can be injected into any process dialog box, the very classic example is the study articulated into a classic example of
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:422912
    • 提供者:seloda
  1. SysHotKey

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

    • 发布日期:2024-06-13
    • 文件大小:14336
    • 提供者:kidy
  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. 所属分类:进程与线程

    • 发布日期:2024-06-13
    • 文件大小:79872
    • 提供者:公鸡
  1. codeinject_pacage

    0下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:48128
    • 提供者:300
  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. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:74752
    • 提供者:weilibo
  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. 所属分类:外挂编程

    • 发布日期:2024-06-13
    • 文件大小:3833856
    • 提供者:david
  1. 注入器

    0下载:
  2. 一款007经典小巧的注入器代码,经典的代码(Classic compact injector code)
  3. 所属分类:外挂编程

    • 发布日期:2024-06-13
    • 文件大小:19456
    • 提供者:cs_007
  1. 代码注入器源

    1下载:
  2. 代码注入器源码,vc++写的,网上的是delphi的(dai ma zhu ru qi yuan ma)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:93184
    • 提供者:longloo
  1. 22222

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

  1. 代码注入器

    0下载:
  2. 代码注入器 带异常保护 出错提示 自动转换易语言代码(Code injector with abnormal protection easy language code automatic conversion error prompt)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:1034240
    • 提供者:个汉釜宫
  1. 窗口载入代码注入

    0下载:
  2. push 窗口的代码,以及汇编的shellcode代码注入(The code of the push window, as well as the shellcode code of the assembly)
  3. 所属分类:易语言编程

    • 发布日期:2024-06-13
    • 文件大小:901120
    • 提供者:Object0225
  1. GE注入器代码C#

    0下载:
  2. GE注入器代码,DLL注入器,全平台注入,全系统注入。不崩溃(GE injector all system auto download core dll)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:2192384
    • 提供者:da3m0n
  1. 将代码注入到进程中并运行

    0下载:
  2. 易语言注入进程源码例程程序调用API函数打开进程内存,将代码注入到进程中并运行。 本易语言源码例程属于易语言高级教程。(The source code routine program of the easy language injection process calls the API function to open process memory, inject the code into the process and run.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:5120
    • 提供者:wzqone
  1. 代码注入器

    0下载:
  2. 这是一份可以把代码注入到一个第三方的进程并执行的源码(This is a source code that injects code into a third-party process and executes it.)
  3. 所属分类:外挂编程

    • 发布日期:2024-06-13
    • 文件大小:103424
    • 提供者:blyema
« 12 3 4 5 6 7 8 9 10 ... 23 »

源码中国 www.ymcn.org