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

搜索资源列表

  1. 显示链接(动态加载)DLL的简单示例

    0下载:
  2. 显示链接(动态加载)DLL的简单示例MyDll&MyEXE 动态加载DLL亦即显示链接D-Display Link (dynamic loading) DLL simple example MyD
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:25.38kb
    • 提供者:ggg
  1. dll调试工具

    1下载:
  2. 在 Windows 系统中,动态库版本冲突实在是一个老大难的问题了,为了解决这个问题,除了使用大量现有的工具外,你还可以利用丰富的 Windows APIs 函数构造自己的调试工具和实用程序。作为例子,本文将提供三个这种类型的工具,讨论如何利用它们来解决动态库的冲突问题。这三个工具分别是: DllSpy——列出加载到系统中的所有 Dlls 以及所有使用这些 Dlls 的进程; ProcessSpy——列出系统中所有正在运行的进程以及它们正在使用的 Dlls; ProcessXP——
  3. 所属分类:调试

    • 发布日期:2010-05-02
    • 文件大小:2.9mb
    • 提供者:avr001@163.com
  1. 从内存加载DLL

    1下载:
  2. 演示从从内存直接加载DLL
  3. 所属分类:系统编程

    • 发布日期:2011-08-30
    • 文件大小:186.93kb
    • 提供者:adongtan@tom.com
  1. winmm劫持dll!许多程序加载winmm.dll

    0下载:
  2. winmm劫持dll!许多程序加载winmm.dll 可以通过这个劫持!,winmm hijack dll! many programs can be loaded through the hijacking winmm.dll!
  3. 所属分类:系统编程

    • 发布日期:2017-03-24
    • 文件大小:4.92kb
    • 提供者:tale
  1. Win7ElevateV2_Source

    1下载:
  2. 了rundll32注入提升权限从而绕过UAC的方法,你可以让rundll32通过加载dll来执行你的代码
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:6.63kb
    • 提供者:mike
  1. PEAddDLL

    0下载:
  2. 原理于黑客之门 用感染PE文件加载DLL实例,了解病毒的机理-Principles on the door to hackers infected PE files with DLL loading instance, to understand the mechanism of virus
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:143.42kb
    • 提供者:洋洋
  1. DLLs

    0下载:
  2. DLL动态静态加载方法与测试代码,对于初学者非常实用-DLL static dynamic loading methods and test code, very useful for beginners
  3. 所属分类:Symbian

    • 发布日期:2017-04-15
    • 文件大小:6.1kb
    • 提供者:小鱼
  1. MagicDel

    0下载:
  2. 通过动态生成并加载DLL,实现可执行文件的自删除。-Through dynamically generated and loaded DLL, the realization of self-executable file delete.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4.07mb
    • 提供者:张伟
  1. PE_analyser

    0下载:
  2. 对PE文件(exe,dll,sys等)进行分析,还有就是被创建根据进程,列出该程序加载的模块(dll)-Of PE files (exe, dll, sys, etc.) analysis, there is created in accordance with the process set out in the program to load the module (dll)
  3. 所属分类:File Operate

    • 发布日期:2017-04-17
    • 文件大小:67.7kb
    • 提供者:王林
  1. Dll

    0下载:
  2. linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.27kb
    • 提供者:吴有勇
  1. RemoteInjectCode

    0下载:
  2. DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。 这是一个远程注入学习的好例子-Remote DLL injection technique is widely used Win32 virus technology. The use of this technology virus body is usually located in
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:481.82kb
    • 提供者:高军
  1. DynamicDllLoading_demo

    0下载:
  2. dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obta
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:10.85kb
    • 提供者:wowbellon
  1. DllPatch

    0下载:
  2. DLL内存补丁,由于DLL加载需要重定位,基地址变化,该工具可动态查找指定进程和DLL,并对DLL的相对地址进行修改,遍历进程和DLL,获取DLL基地址,写入数据长度,数据内容-DLL memory patch, because of relocation required DLL is loaded, change the base address, the tool can search the specified dynamic process and DLL, the relative
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:114.25kb
    • 提供者:康康
  1. GuessNum

    0下载:
  2. 猜数字的小游戏。使用SkinPlusPlusDLL.dll加载皮肤的,对初学者是个很好的例子。-Guess number,is a smart game. Loading skin with SkinPlusPlusDLL.dll.It is very useful for a beginner.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5.7mb
    • 提供者:ketty
  1. RemoteVirusControl

    0下载:
  2. DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程-DLL injection technique is the remote Win32 virus, a technique widely used. Using this technology, the virus body is usually located in a DLL, in the system startup t
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1.31mb
    • 提供者:sli
  1. dllload

    0下载:
  2. 不使用LoadLibrary加载DLL,此方法可以加密DLL,运行动态解密,然后直接在内存中加载,或把DLL当资源放在EXE中,运行只在内存中解开,不需要外带d-Do not use LoadLibrary load the DLL, this method can be encrypted DLL, run the dynamic decryption, and then directly loaded in memory, or the DLL when resources are plac
  3. 所属分类:Windows Kernel

    • 发布日期:
    • 文件大小:11.35kb
    • 提供者:王高全
  1. 1)

    0下载:
  2. 从内存中加载DLL 54002E59=-335540214 56802E59=-2113941723 58802E59=210206753 5D8057A0=-1929379558 6D002A21=-2119336178 6F002A21=-1927697461-DLL Loader by Aphex http://www.iamaphex.cjb.net unremote@knology.net Based on code from gm
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:3.11kb
    • 提供者:kkiwd
  1. load

    0下载:
  2. 修改导入表加载dll的完整源代码,通过此代码,可以加载任何你需要插入的dll文件-Modify the import table loaded dll' s complete source code, by this code, you can load any dll files you need to insert
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:44.31kb
    • 提供者:3gbooks
  1. DLL源码启动

    0下载:
  2. 从内存中加载EXE 把代码写成DLL 加了接口函数 可以用别的文件调用(Load EXE from memory)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:942kb
    • 提供者:Torchwood
  1. 动态加载DLL身份效验源码

    0下载:
  2. 本源码为DELPHI编写,动态加载身份证效验DLL喜欢的朋友可以下载(This source code is written for DELPHI, dynamic loading ID card test DLL favorite friends can download.)
  3. 所属分类:Delphi控件源码

    • 发布日期:2018-12-24
    • 文件大小:565kb
    • 提供者:清同方
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com