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

搜索资源列表

  1. SPYtool

    0下载:
  2. 一个模拟SPY++软件的实现,写的进程注入的源代码
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:167992
    • 提供者:杰克逊
  1. 11

    1下载:
  2. DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要D
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:84900
    • 提供者:风尘小子
  1. RemoteDLL

    1下载:
  2. 线程注入,当前最时髦的病毒技术,通过几个API实现将指定的DLL注入到指定的进程中,但是请不要用于不正当的地方,一切后果由下载者自负!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47105
    • 提供者:盈仔
  1. HookTest

    3下载:
  2. 内核实现DLL注入可以完美绕过KAV 瑞星等杀毒软件 软件 特点 1.内核级的实现,可以动态监控并注入新进程的启动并实现自动注入到新进程中。 2.完美绕过杀毒软件的检测,不会弹出任何提示
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:227893
    • 提供者:灰熊
  1. Loader

    2下载:
  2. 外挂加载器,自动注入DLL到目标进程,并可以运行指定的函数
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:40018
    • 提供者:xxxbgg
  1. ProcHook

    0下载:
  2. 一个用DELPHI编写的进程注入程序,在Delphi调试成功.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:379219
    • 提供者:HRuCai
  1. DLLIn-Game_Menu

    0下载:
  2. Hook注入dll后,home呼出模拟dx游戏按钮!!注入的游戏进程根据你自己的游戏进程!
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4158
    • 提供者:maomao
  1. remotethreaddemo

    0下载:
  2. windows平台向其它进程注入线程执行代码的示例程序。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6833
    • 提供者:chenpingping
  1. 200412911143552

    0下载:
  2. 这是一个老外写的进程注入的源代码,希望对你有所帮助 例程是一个模拟SPY++软件的实现-This a foreigner into the process of writing the source code, you want to help routines is a simulation software to achieve SPY
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:177868
    • 提供者:曾庆华
  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
    • 文件大小:12755
    • 提供者:曹天
  1. jinchengdll

    0下载:
  2. 将DLL注入到其他进程中的源程序,可以找点灵感,写些个无后门,无启动项的坏家伙出来!-to other DLL injection process to the source code, can find a point of inspiration, write out the back door without, without launching point out the bad guy!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49306
    • 提供者:喻佑华
  1. 游戏登陆器源码

    1下载:
  2. 易语言编写的游戏登陆器新进程注入
  3. 所属分类:其他游戏

  1. InjectDLL

    0下载:
  2. DLL注入用于运行,迫使它加载一个动态链接库在另一个进程的地址空间代码的技术。 DLL注入经常被第三方开发的方式来影响它的作者并没有预料或打算程序的行为。例如,注入的代码可以捕获系统功能调用,或阅读文本框的密码,不能以通常的方式完成的内容。
  3. 所属分类:钩子与API截获

    • 发布日期:2010-12-13
    • 文件大小:27338
    • 提供者:timjosten
  1. GetWord.rar

    0下载:
  2. 屏幕取词,利用windows的钩子函数进行进程注入,可获得鼠标所在位置的单词。,Screen, use the hook function windows process can get the mouse location of the word.
  3. 所属分类:钩子与API截获

    • 发布日期:2014-10-28
    • 文件大小:156784
    • 提供者:ly
  1. Inject.rar

    0下载:
  2. exe远程注入源代码,可将线程函数直接注入远程进程,无需dll,exe into the source code of the remote can be threaded directly into the remote process function without dll
  3. 所属分类:系统编程

    • 发布日期:2017-03-28
    • 文件大小:10836
    • 提供者:张问天
  1. traversememadd.rar

    1下载:
  2. 游戏内存地址遍历工具vc源码.里面包含提权,远线程注入,枚举进程,条件过滤等多项功能.vs2008编译通过,Game memory address vc ergodic source tools. Which contains the right to mention, much thread injection enumeration process, a number of functions such as filtering conditions. Vs2008 compiled thr
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-28
    • 文件大小:72327
    • 提供者:禁区
  1. Android.LibInject

    0下载:
  2. Android平台上的注入代码LibInject 处理器是arm的,需要额外处理一些东西 整体流程分3步 1.在目标进程中分配内存,用来写shellcode和参数 2.往目标进程中写入shellcode, shellcode会调用dlopen来载入我们的library 3.运行目标进程中的shellcode-Into the code on the Android platform LibInject processor is the arm o
  3. 所属分类:android

    • 发布日期:2016-01-26
    • 文件大小:4096
    • 提供者:ljh
  1. HookCode

    0下载:
  2. VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:71454
    • 提供者:Massachusetts
  1. inject_dll_Console

    0下载:
  2. 注入其他进程的dll实现方式,代码简单(已经做到最简单,有注释,没有注重功能,没有实现提升权限)-Injected into other processes of the dll implementation code (have done the most simple, comment, did not pay attention to function, there is no elevated privileges)
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:768449
    • 提供者:Linux-top
  1. codewinlogon

    0下载:
  2. 通过注入Winlogon进程截获系统密码(含源码) -inject process Winlogon get system password
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:41710
    • 提供者:liqi
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com