搜索资源列表

  1. DLL调用CALL 外挂

    0下载:
  2. 一个钩子例程 注入游戏进程调用游戏 CALL
  3. 所属分类:钩子与API截获

    • 发布日期:2011-12-27
    • 文件大小:822115
    • 提供者:accy@live.cn
  1. dllinject

    0下载:
  2. 实现远程线程注入的例子-remote threads into examples
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:4096
    • 提供者:杨蔚
  1. ssjpacket

    0下载:
  2. (这个是在网上搜集的别人的程序,只是用于学习) 这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。   这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:4252672
    • 提供者:邹同
  1. 进程注入器

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

    • 发布日期:2024-05-05
    • 文件大小:2206720
    • 提供者:
  1. c++down远程线程注入

    0下载:
  2. c++写得下载者源码,远程线程注入,文件映射通信。client是用bcb写得 。 server在资源中包涵dll。合适初学者参考-c written those who download the source code into remote threads, document mapping communications. Moreover client is written. Server resources covered in
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-05
    • 文件大小:77824
    • 提供者:fpx
  1. DDPHelpSrc

    0下载:
  2. QQ对对碰游戏外挂 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(
  3. 所属分类:外挂编程

    • 发布日期:2024-05-05
    • 文件大小:150528
    • 提供者:阿东
  1. InjectDLL

    0下载:
  2. 讲述向其它进程注入线程的方法,windows高级编程上提到过。windows进程间通讯的一种方法,值得一看-on to other threads into the process, senior programming windows mentioned. Windows inter-process communication method, an eye-catcher
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-05
    • 文件大小:33792
    • 提供者:大侠
  1. apihooktest2

    0下载:
  2. 一、前言   前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明   总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:146432
    • 提供者:ddd
  1. RemoteDLL

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

    • 发布日期:2024-05-05
    • 文件大小:45056
    • 提供者:豹仔
  1. InjectDll

    0下载:
  2. 注入DLL到指定进程,你可以在Load dll 时运行自己的代码.-injection process to a specific DLL, you can run when Load dll own code.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:809984
    • 提供者:Zero
  1. HarkDll

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

    • 发布日期:2024-05-05
    • 文件大小:1132544
    • 提供者:
  1. DLLINJECTOR

    0下载:
  2. 一个进程注入用的进程注入工具 用VC++6.0写的-a process in the implantation process using tools written by VC 6.0
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:2198528
    • 提供者:SuperFlash
  1. DLL_injection

    0下载:
  2. 远程注入DLL进程的VC源代码 是不可多得的源代码 是近段时间才兴起的技术-DLL into the process of long-distance VC source code is a rare source code is only Recently emerging technology
  3. 所属分类:文件格式

    • 发布日期:2024-05-05
    • 文件大小:2199552
    • 提供者:殷浩
  1. inject

    0下载:
  2. 一个远程注入的程序,实现注入到第三方程序中,以达到控制、监控第三方程序的作用,本程序只实现注入,其他功能在另一个dll中实现-Injected into a remote procedure, to achieve injected into the third-party process, in order to achieve control, monitoring the role of third-party programs,
  3. 所属分类:远程控制编程

    • 发布日期:2024-05-05
    • 文件大小:3895296
    • 提供者:安丙春
  1. HookDLL

    0下载:
  2. 与inject.rar程序配套的,注入到第三方进程中的程序,用来实现hook第三方指定API的功能-Matching procedures and inject.rar injected into third-party process procedures, used to hook a third party to achieve the specified API function
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-05
    • 文件大小:2417664
    • 提供者:安丙春
  1. Inject

    0下载:
  2. 用一个DLL实现3级跳,注入explorer的方法.-DLL to achieve with a three jump into the explorer method.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:23552
    • 提供者:cnpediy
  1. thread

    0下载:
  2. 实现两个线程的监视..利用远程线程注入方式..本程序将DLL中的线程函数注入到EXPLORER进程中..用于监视本程序是否被结束.如结束则自动打开本程序-Realize the two threads to monitor the use of remote thread injection .. the way .. This procedure will be the thread function in DLL is inject
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:55296
    • 提供者:yxq
  1. hideProcess

    0下载:
  2. 隐藏任意进程源代码,VC++。用法: HideProcess [ PName | PID ], drop一个dll注入想要隐藏的进程,修改系统进程链。-Arbitrary process to hide the source code, VC++. Usage: HideProcess [PName | PID], drop a dll into the process you want to hide, modify system p
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:62464
    • 提供者:DNA
  1. RemoteDLL

    0下载:
  2. 线程注入,当前最时髦的病毒技术,通过几个API实现将指定的DLL注入到指定的进程中,但是请不要用于不正当的地方,一切后果由下载者自负!-Thread implantation, the most fashionable virus technology, through several API will realize the specified DLL is injected into the process of designati
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:47104
    • 提供者:盈仔
  1. dllzhuru

    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. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:39936
    • 提供者:cary
« 1 2 3 4 56 7 8 9 10 ... 43 »

源码中国 www.ymcn.org