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

搜索资源列表

  1. InjectDll

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

    • 发布日期:2008-10-13
    • 文件大小:60578
    • 提供者:Zero
  1. InjectDLL

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

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

    1下载:
  2. 控制台版的dll注入工具 win7可能需要管理员权限,The console version of the dll injection tool may need administrator privileges win7
  3. 所属分类:Console

    • 发布日期:2016-01-24
    • 文件大小:104448
    • 提供者:Oenomaus
  1. InjectDll(vccode)

    0下载:
  2. 远程线程DLL注入,vc源码,远程线程DLL注入,vc源码-DLL into the remote thread, vc source, remote-threaded DLL injection, vc source
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:27788
    • 提供者:唐尧
  1. InjectDll

    0下载:
  2. Dll injector to inject a dll into a running proce-Dll injector to inject a dll into a running process
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:180740
    • 提供者:ByGrandaO
  1. Injector

    0下载:
  2. BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID) if(!Proc) { sprintf
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:26158
    • 提供者:artofsexy
  1. InJectDLL

    0下载:
  2. 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14672
    • 提供者:王鹏
  1. InjectDll

    0下载:
  2. 将一段数据注入到一个动态链接库中,程序会在动态链接库中新增一个section来存放注入的数据。-To inject a piece of data to a dll, the program will add a section in the target dll and fill it with the injecting data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:224326
    • 提供者:zhouxu
  1. InjectDll

    0下载:
  2. This is the code which is used to launch a process and inject a dll into the process using CreateRemoteThread.
  3. 所属分类:Hook api

    • 发布日期:2017-05-15
    • 文件大小:3896261
    • 提供者:Dinesh
  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
    • 文件大小:43327
    • 提供者:老灰
  1. InjectDll

    0下载:
  2. InjectDll DLL进程注入源代码-InjectDll DLL source code into the process
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:30068
    • 提供者:缀空
  1. InjectDll

    0下载:
  2. 本程序是一个远程注入的程序,将要注入的DLL拷贝到当前目录下,运行程序在控制台输入宿主进程名和注入的DLL名-This program is a remote injection procedure, the copies of the DLL to be injected into the current directory, run the program in the console to enter the host process name and injected DLL name
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2423715
    • 提供者:LONG
  1. InjectDll

    0下载:
  2. r3下面,往exe里面注入dll,适合绝大多数可执行文件-NO ENGLISH
  3. 所属分类:系统编程

    • 发布日期:2013-01-06
    • 文件大小:3443467
    • 提供者:张里
  1. injectDll

    0下载:
  2. This source that inject the dll to the target proce-This is source that inject the dll to the target process
  3. 所属分类:Hook api

    • 发布日期:2017-12-04
    • 文件大小:26069
    • 提供者:toss
  1. InjectDll

    1下载:
  2. 这是一个非常经典的dll注入程序,基于MFC的,希望帮到有需要的人,你们懂的-This is a very classic dll injection program, and help to people in need, MFC-based, I hope you understand. . .
  3. 所属分类:Hook api

    • 发布日期:2017-11-06
    • 文件大小:25102
    • 提供者:just4fun
  1. InjectDll

    0下载:
  2. DLL注入程序,可以根据自的需求自行修改成命令行下的或者界面的-dll inject
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1253
    • 提供者:jacky
  1. InjectDll

    0下载:
  2. 简单的注射DLL到指定进程的代码,非常实用-SAMPLE INJECT DLL INTO SPESCAL PROCESS.IT IS A SAMPLE CODE
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:205659
    • 提供者:gemini
  1. InjectDLL

    0下载:
  2. DLL Injection sample source code
  3. 所属分类:Hook api

    • 发布日期:2017-05-18
    • 文件大小:5029888
    • 提供者:jpalanco
  1. InjectDll

    0下载:
  2. Inject dll to proce-Inject dll to process
  3. 所属分类:Button control

    • 发布日期:2017-04-26
    • 文件大小:175992
    • 提供者:oxfztu
  1. injectDLL

    0下载:
  2. windows编程下的钩子使用方法,里面详细介绍了与安装钩子的东西源程序-Windows programming under the hook method, which contains a DLL program and install the hook call source program
  3. 所属分类:Hook api

    • 发布日期:2017-04-15
    • 文件大小:6202
    • 提供者:王遥遥
« 12 »
搜珍网 www.dssz.com