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

搜索资源列表

  1. DllInjector

    0下载:
  2. 提供两个函数,分别用于向其它进程注入和卸载指定DLL模块。 支持Unicode编码。-Tow functions, inject/uninject dll module to any other processes.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1456
    • 提供者:jpexe
  1. dll_Plugin

    0下载:
  2. dll 动态注入的一个例子,这个是用来写游戏外挂的入门程序-dll dynamic inject sample,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:83957
    • 提供者:zhangsan
  1. dll_remotethread_inject

    0下载:
  2. dll远程注入进程后,自行卸载的源代码 压缩包解压时-dll remote thread inject code
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-18
    • 文件大小:25341
    • 提供者:xieking888
  1. InjLib

    0下载:
  2. this example shows how to inject a dll library on a remote procress for execute code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:6802
    • 提供者:OverThink
  1. inject

    0下载:
  2. 用C#写的一个封装类 里面封装了很多有用的api函数 用来实现向指定进程中注入dll的功能-Written using C# wrapper class which encapsulates a lot of useful api function to specify the process used to implement the function into the dll
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2274
    • 提供者:王柯
  1. HaGiangVui.Org_PubQon1

    0下载:
  2. 控制台命令,实现DLL注入,某些游戏可以借鉴这种办法。-inject dll
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-08
    • 文件大小:113201
    • 提供者:刘明
  1. remote-call

    0下载:
  2. 用windows api实现远程Call调用,不用注入DLL。-Remote Call with windows api call, do not inject DLL.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-10
    • 文件大小:1876696
    • 提供者:sdflkjsldkf
  1. pe-inject

    0下载:
  2. PE-inject PE注入 有说明和程序源码 国外代码-PE-inject is a special library which allows developers to place their own code into Windows executable files (EXE, DLL, OCX and others).
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:373188
    • 提供者:wl
  1. PEHook

    1下载:
  2. 通过修改exe达到注入DLL的功能,然后调用DLL的某个函数。-modify exe to inject dll, and then call the dll function.
  3. 所属分类:Hook api

    • 发布日期:2015-07-31
    • 文件大小:1070080
    • 提供者:hairo
  1. Inject

    0下载:
  2. 进程注入的代码,注入方式为dll注入,注入内容比较简单-injection code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1675
    • 提供者:王枫
  1. DLL-inject-EXPLOPER

    0下载:
  2. DLL注入EXPLOPER的代码.rar,我自己做的,DLL文件注入EXPLORER中的程序。同时,也可以给指定软件名字的软件窗口增加菜单和按钮。-DLL injection EXPLOPER code rar, I do, and DLL files into the EXPLORER in the program. Add menus and buttons, but also can specify the software name, software window.
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:33723
    • 提供者:kangkang
  1. 01

    0下载:
  2. Inject Dll & Pass CRC《注入函數》-Inject Dll & Pass CRC " injected into the function
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:1229
    • 提供者:willy
  1. DllInjectionCtrl

    0下载:
  2. inject Dll in processes. It works on x86 system.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-20
    • 文件大小:54766592
    • 提供者:JSG
  1. remote-inject

    1下载:
  2. 远程线程注入木马c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将木马程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该木马DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载木马DLL,从而实现木马对系统的侵害。 -Remote thread injecting Trojan c++ code. Remote thread injection ( injectio
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:45927
    • 提供者:陈嘉
  1. Loading-DLL-infect-PE

    0下载:
  2. C++ code to inject PE files (code injection)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:15149
    • 提供者:John S.
  1. InjFunc

    0下载:
  2. Function to inject dll module
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:869
    • 提供者:Mavlyudov
  1. DLL-Injection

    0下载:
  2. Code to inject a DLL into a proce-Code to inject a DLL into a process
  3. 所属分类:Hook api

    • 发布日期:2017-12-05
    • 文件大小:1336
    • 提供者:Hade
  1. Inject

    0下载:
  2. 这是一个远程注入的完整代码,我用它来注入我写的完美的DLL文件。-This is a remote injection of complete code, I use it to inject my writing perfect DLL files.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1003
    • 提供者:wmk
  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. Inject

    0下载:
  2. 远程线程注入 DLL注入到别的进程运行自己的代码-Remote thread injection
  3. 所属分类:Console

    • 发布日期:2017-04-16
    • 文件大小:18913
    • 提供者:得到
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com