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

搜索资源列表

  1. qqllkwg

    0下载:
  2. 该外挂是是通过钩子编程的,将钩子部分作为动态库dll加载进去,辅助完成运行的。-The plugin is programmed through the hook, the hook part of a dynamic library dll loaded into the auxiliary operation to complete.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:78972
    • 提供者:xuqin
  1. vc_dll

    0下载:
  2. DLL 函数转发 DLL转发启动的方法也是有利有弊的,有利的是,我们可以选择目标程序是谁,如果是某种游戏的盗号木马的话,这种方法是最好的,只要目标游戏 一启动,我们的DLL便进去了,之后就是让盗号者捂嘴偷笑的事了,^_^.这样,平时我们的DLL是不会出现的,在某种程度上,我们的DLL就安全了许 多,如果是开机自启动,就把目标选择成一个系统开机必须加载的EXE.说完了有利的,我在说说弊端吧,如果目标程序没有加载自己的DLL,那么我 们需要劫持的DLL就只有系统的
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:677
    • 提供者:a88758289
  1. dllzhuru

    0下载:
  2. 远程注入DLL方法有很多种,也是很多木马病毒所使用的隐藏进程的方法,因为通过程序加载的DLL在进程管理器是没有显示的.-Remote DLL Injection There are many ways, is also used by many Trojan hidden process, because the DLL loaded by the program manager in the process is not shown.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:94943
    • 提供者:lsenfk
  1. DynamicDllImport

    0下载:
  2. 用于C#中dll的动态加载,国外开源网站上的代码-used to import dlls in C# dynamicly
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:25439
    • 提供者:fht
  1. MemoryLoadDll

    0下载:
  2. VB版从内存中加载并调用DLL的代码 非LoadLibrary-VB version is loaded from memory and non-code calls a DLL LoadLibrary
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:61263
    • 提供者:凌浩
  1. zhuruqi

    0下载:
  2. dll注入的基本方法,列子中通过动态调用dll的方式,将zhuruqi.dll加载到qq.exe的内存中,当然要首先从进程列表中取得qq.exe的pid号。写的不好,但是原理上能通,而且注释了,以后会慢慢改进。-dll into the basic method, the dynamic call dll Liezi by the way, will be loaded into qq.exe zhuruqi.dll memory, of course, must first obtain qq
  3. 所属分类:Hook api

    • 发布日期:2017-05-19
    • 文件大小:5212914
    • 提供者:工序龙
  1. ImageProcessing

    0下载:
  2. 我自己编的一个图像处理程序,可以选择反色,灰度,黑白,最主要的是可以加载potoshop的动态链接库,,dll文件。-I made a image processing procedure, can choose the color, gray, black and white, the most is potoshop can load the DLL,, DLLS.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:388075
    • 提供者:崔天利
  1. SevenElevate

    0下载:
  2. 远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将木马程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该木马DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载木马DLL,从而实现木马对系统的侵害-Remote thread into the (injection) technology refers to the process by another method of c
  3. 所属分类:Hook api

    • 发布日期:2017-05-27
    • 文件大小:9997276
    • 提供者:mralex
  1. dll_shutdown_wfc

    0下载:
  2. 通过被加载的DLL关闭WINDOWS文件保护系统,制作感染型木马时能用到。-Close by is loaded WINDOWS DLL file protection system, making infection type of Trojan can be used to.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2781406
    • 提供者:
  1. dll_install_ime

    0下载:
  2. DLL文件被加载以后,通过DLL文件安装输入法。-Input through the DLL is installed.Input through the DLL is installed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:11083
    • 提供者:
  1. CSharpDLLInject

    1下载:
  2. 使用C# 调用kernel32.dll对指定进程加载的各个DLL文件进行注入。-Call kernel32.dll using C# to load the specified process for each DLL file into the.
  3. 所属分类:CSharp

    • 发布日期:2014-04-22
    • 文件大小:48128
    • 提供者:fairyeye
  1. SMS System

    1下载:
  2. 一个SP的短信系统,包括CMPP3的协议在内。 .程序框架上采用了全插件式扩展,扩展方面除了可以用Remote来扩展还可以用程序提供的接口进行扩展.所使用到的技术有,Remote(在Internet的任一台计算机都可以控制和发送短信),程序域(每个短信业务为一个程序域,就算任一个出了问题也不会影响其它的业务运行,并可以随时动态加载来卸载),连接池,线程池,反射. 采用全插件式管理,业务系统也是它其中一个插件,完成时外带一个Provision的Http服务器插件,可随意外加插件.而业
  3. 所属分类:手机短信编程

    • 发布日期:2012-11-21
    • 文件大小:6069340
    • 提供者:黎宏
  1. Windows-core-programming

    0下载:
  2. 长销不衰的Windows编程经典   权威力作 再度新鲜亮相   名著名译 彰显经典魅力   深刻剖析底层实现机理   直击Windows编程精髓   Windows核心编程(第5版)针对Windows XP,Windows Vista和Windows Server 2008全面修订。主题广泛,内容丰富,讲解深入而精辟。透过这本Windows编程经典,我们可以在专家的悉心指导下,洞悉Windows编程精华,深入了解高级编程技巧,编写出高性能的Windows应用程序。
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26989987
    • 提供者:王帆
  1. busy_mark_dll

    0下载:
  2. 系统繁忙等待动画源码,加载gif文件。直接调用dll文件,并已定义调用函数,可直接使用。vs2008可直接调试运行。busymark画面,或可称为waiting动画-System busy waiting animation source, loading the GIF file. Calls directly to the DLL file, and defined the function is called, can be used directly. VS2008 can be dir
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:744171
    • 提供者:qipeng
  1. VB6-developers-EXCEL-addin

    1下载:
  2. VB6开发EXCEL自定义函数加载宏(DLL全自动_注册_引用_注销,excel引用dll,功能更加强大,源码更易保护.-VB6 developers EXCEL add-defined functions (DLL automatic reference _ _ _ Sign off.excel reference dll, more powerful, easier to protect the source.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2016-01-25
    • 文件大小:16384
    • 提供者:meet you
  1. Unit_Injection

    0下载:
  2. 使用winmm注入拦截加载自己的DLL文件-into the block using the winmm DLL file their own!
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1322
    • 提供者:陈五笑
  1. tangram-plugin-framework

    1下载:
  2. Tangram Plugin FrameWork是一个Delphi模块化插件框架,它支持DLL或包(bpl)两种模块方式,框架可以自动或手动动态加载模块-Tangram the Plugin FrameWork is a Delphi modular plug-in framework, which supports both a module DLL or package (correct. A BPL), the framework can be automatically or manua
  3. 所属分类:Delphi VCL

    • 发布日期:2015-03-06
    • 文件大小:1254400
    • 提供者:dzx2005
  1. 13

    0下载:
  2. 从管理员身份获得 SYSTEM 权限的四种方法 伪寄存器语法(Pseudo-Register Syntax) 利用 cards.dll 写自己的扑克程序 利用 Debug API 编写一个简单的脱壳机 手工构造一个超微型的 PE 文件 改造 MFC 编写的控件在 Win32ASM 中使用 枚举全局钩子 监视远程线程的创建 编写一个简单的 SoftICE 命令扩展 识别 ida.dll 导出函数为可读形式(idc 脚本 调试 DLL 时加载到不同地址的小技巧
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-10
    • 文件大小:1453083
    • 提供者:jianjian
  1. ComCommunication

    1下载:
  2. 串口通讯动态库源码,结构清晰,实现串口异步通讯,消息线程可以直接加载工程中应用-Serial communication DLL source code, clear structure, realization of serial asynchronous communication, message threads can be directly loaded in engineering applicationbeginners and
  3. 所属分类:Com Port

    • 发布日期:2017-05-22
    • 文件大小:6673076
    • 提供者:wanglizhen
  1. ffmpeg_dll

    0下载:
  2. 编译好的ffmpeg dll文件 加载windows mobile 可以播放视频
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-23
    • 文件大小:7334025
    • 提供者:yangziqing
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 21 »
搜珍网 www.dssz.com