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

搜索资源列表

  1. DelayLoad_source

    0下载:
  2. The code snippet shown in this article is used to delay load a DLL, i.e., DLL is implicitly linked but not actually loaded until your code attempts to reference a symbol contained within the DLL. If your application uses several DLLs, its initializat
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:80.29kb
    • 提供者:李鸡蛋
  1. sqlloadll

    0下载:
  2. 一个sql server扩展存储过程,是一个dll的加载器,可以在sql 语句中进行调用任意dll中的函数,前提是该函数的原形满足规定-a sql server storage expansion process is a dll the loader, the sql statement calling for the arbitrary dll function, provided that the function prototype to meet requirements
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:4.89kb
    • 提供者:赵瑜
  1. Loader

    0下载:
  2. This article describes the customization of existing applications through the use of custom Dynamic-Link Libraries (DLLs) and the process of, what I have titled, Remote Library Loading. It also presents a small utility I developed to make this proces
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:18.07kb
    • 提供者:李登煇
  1. cscrk

    0下载:
  2. 反恐精英1.5的子弹无限Loader的源代 用金山游侠和Ollydbg可以得知: 改目录“\\反恐精英\\cstrike\\dlls”下mp.dll文件以下值可使应的武器子弹无限 -bullets Loader unlimited source Jinshan drifter and tickets can Ollydbg know : change directory "\\ Counter-Strike \\ cstrike \\ dlls" mp.dl
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.18kb
    • 提供者:vro0
  1. wince8

    1下载:
  2. 動態連結程式庫 (DLL) 一直以來都是Windows的重要基礎,Windows CE也不例外。DLL對作業系統十分重要,本節的內容主要是分析loader.c中的程式碼,它負責載入EXE和DLL。這裏要討論的是關於DLL的部分-dynamic - link library (DLL) has been an important foundation for Windows, Windows CE is no exception. DLL right operating system is ver
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:27.31kb
    • 提供者:em8620
  1. LoadDLL

    1下载:
  2. 动态链接库 加载器.用调试程序之用.关键字:loadlibary-DLL loader. Debugging with procedures used. Keywords : loadlibary
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:35.68kb
    • 提供者:baohongyu
  1. 070420SEUPeeper

    0下载:
  2. xicao的远程控制软件比0.1最小矩形算法的屏幕回传,自定义端口,URL转发,优化了界面等等 unstall --用来卸载服务端 winnet --winnet.dll的loader,注册为系统服务实现开机自启动 Peeper --服务端主文件winnet.dll的代码 Client --客户端程序代码 Seu_lib --公共开发库文件
  3. 所属分类:远程控制编程

    • 发布日期:2014-01-15
    • 文件大小:2.2mb
    • 提供者:wang
  1. EasyHideProcess_dll

    1下载:
  2. 一个简单通过远程线程注入方式隐藏进程的源码.一个DLL模块,一个loader模块.可以拿来当模板使用.方便极了.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:241.1kb
    • 提供者:车军
  1. Loader

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

    • 发布日期:2008-10-13
    • 文件大小:39.08kb
    • 提供者:xxxbgg
  1. dll(loader)

    0下载:
  2. 说明: 1 例子程序在 vc6.0 +windows xp 编译测试过 2 需要阅读者对程序进程空间,编译,pe结构有一定的理解 3 这里根据自己认识加上对其他资料整理而成,对dll 简单的介绍 -Descr iption: 1 examples of procedures vc6.0+ Windows xp compile tested 2 need to read about the process of the space program, the compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:320.09kb
    • 提供者:周晓宇
  1. Loader

    0下载:
  2. 本功能是一个程序加载器,可以非常方便的加载包括dll方式的各种插件!-This function is to load a program, you can load a very convenient way of including a variety of plug-in dll!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:17.76kb
    • 提供者:fishdmo
  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
    • 文件大小:25.54kb
    • 提供者:artofsexy
  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. C3_CORE_DLL-source

    0下载:
  2. C3 core dll model loader source
  3. 所属分类:Game Engine

    • 发布日期:2017-03-31
    • 文件大小:360.77kb
    • 提供者:cakeman
  1. ds30_Loader_101106

    2下载:
  2. ds30 Loader Open source bootloader for PIC16, PIC18, PIC24, and dsPIC® families of MCUs from Micropchip. -ds30 Loader Open source bootloader for PIC16, PIC18, PIC24, and dsPIC® families of MCUs from Micropchip.
  3. 所属分类:SCM

    • 发布日期:2016-12-25
    • 文件大小:2.24mb
    • 提供者:stefan
  1. OracleProvider-0.0.3

    0下载:
  2. oracle 装载器。对oracle客户端的开发有很好的帮助。-oracle loader. Oracle client on the development of a very good help.
  3. 所属分类:Oracle

    • 发布日期:2017-05-26
    • 文件大小:8.34mb
    • 提供者:cat
  1. C_Assembler.PE-loader

    0下载:
  2. PE-loader which I wrote in C and Assembler. Loads test dll and calls the needed function from there. Analogues of WinAPI GetProcAddress and LoadLibrary are implemented.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:23.17kb
    • 提供者:Pavel
  1. Bo2K loader

    0下载:
  2. 不创建进程,直接可以在内存加载pe文件,不使用Loadlibrary,直接在内存中展开加载(Do not create a process, you can directly load PE files in memory, do not use Loadlibrary, directly in memory expansion load)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:10kb
    • 提供者:嗷叫
  1. DllLoader-3619-1-0-0-3

    0下载:
  2. dynamic link library loader for various use
  3. 所属分类:文章/文档

    • 发布日期:2018-01-03
    • 文件大小:18kb
    • 提供者:dxman
  1. PEBrowseV10_1_5

    0下载:
  2. PE Explorer & Windows DLL Disassembly
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:1.63mb
    • 提供者:zbuddha
« 12 »
搜珍网 www.dssz.com