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

搜索资源列表

  1. 如何调用dll中的函数

    0下载:
  2. 示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46632
    • 提供者:杨杰
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:32284
    • 提供者:潘桂聪
  1. 缓冲区溢出攻防

    0下载:
  2. 本代码演示了缓冲区溢出的攻击与防范。我的开发环境 操作系统:windows xp professional + sp1a 编译器:visual c++.net 2003 由于操作系统的补丁太多,即使与我相同的系统也可能需要修改LoadLibrary、GetProcAddress、VirtualAlloc和\"jmp esp\"指令的地址。 请谨慎修改编译参数,修改参数可能导致修改程序。 请只编译release版,debug版无法正常执行。-demonstratio
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:14323
    • 提供者:gogo
  1. notview

    0下载:
  2. 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26729
    • 提供者:slansam
  1. VC++Hook

    1下载:
  2. 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:372054
    • 提供者:tanglongsh
  1. OcxAutoRegisterNew

    0下载:
  2. VC源码自动注册OCX控件 BOOL bResult = FALSE //检查是否支持注册 if (SupportsSelfRegister(strOcxPath)) { HMODULE hModule = ::LoadLibrary(strOcxPath) if (LOADLIBRARY_FAILED(hModule)) return FALSE //获得注册函数地址 CTLREGPROC DLLRegisterServer
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:36070
    • 提供者:chengde
  1. tttttttttttttttttt--999

    0下载:
  2. Start.exe 安装 Insert.dll 中的 WH_GETMESSAGE 钩子.在钩子回调函数中 判断当前进程ID是否先前 Start.exe 查找到的 Explorer进程ID, 是的话,则 再次LoadLibrary(Insert.dll),并定位到其中ThreadPro函数. 此时创建一个 新线程,线程函数就是ThreadPro,该新线程首先往Start.exe消息队列放置一个线 程退出消息 WM_QUIT,导致其消息循环结束. 此时插入线程完成..可以看到
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:26257
    • 提供者:pangguigao
  1. 200741516355583

    0下载:
  2. Mirager是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。当然,如果您告诉它一些类型信息,Mirager可以在拦截到调用时获取上下文,即参数和返回值。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:374761
    • 提供者:杨秉岐
  1. MemoryModule

    0下载:
  2. 自己实现LoadLibrary函数功能,在程序中加在动态连接库。通过对DLL PE文件分析,把DLL加载到内存中。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:25464
    • 提供者:linxder
  1. window_Cwnd

    0下载:
  2. 实现窗口透明 只需在创建窗口函数中加入 SetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE, GetWindowLong(this->GetSafeHwnd(),GWL_EXSTYLE)^0x80000) HINSTANCE hInst = LoadLibrary(\"User32.DLL\") if(hInst) { typedef BOOL (WINAPI *MYFUNC)(HWND,COL
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:26349
    • 提供者:zhangwei
  1. zjdQQ

    0下载:
  2. CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows LoadLibrary GetProcAddress ShowWi
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1428
    • 提供者:gulin
  1. LoadLibrary

    0下载:
  2. Matlab和VC混合编程的一个小例子,需要有Matlab2007和VS2005的环境,通过COM进行调用
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:67909
    • 提供者:zhangjian
  1. ApiSpy

    0下载:
  2. 参照95系统程式大奥秘最后一个APISPY32程序。里面有我加的详细注释,适合初学者理顺思路。包括工程文件。一些没有加注释的请参考程式大奥秘。另:还没有写加载器。可以手工在刺探程序中显示调用LoadLibrary,重点在学习堆栈和IAT。请注意汇编和C之间的函数互调。
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:32222
    • 提供者:郭夏斌
  1. Load_DLL_delphi7.0

    0下载:
  2. DLL的静态调用和动态调用 静态加载的DLL不能被卸载掉 动态调用: LoadLibrary LoadLibraryA LoadLibraryW 3个函数的演示
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:531699
    • 提供者:下雨天
  1. indll

    0下载:
  2. 示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46552
    • 提供者:franket
  1. LoadLibrary

    1下载:
  2. CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8673
    • 提供者:zcj
  1. codeinject_pacage

    2下载:
  2. 收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件   ——何时使用该技术-Collection of se
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:48499
    • 提供者:300
  1. Runtime_Dynamic_DLL_Loading

    0下载:
  2. This archive contains two Code::Blocks project. The first one is a DLL skeleton. It includes a default DLLMain function (the DLL entry point) that is called when the DLL is loaded in the memory and a sample function HelloDll. The second project con
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:8372
    • 提供者:mihi64
  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

    • 发布日期:
    • 文件大小:11623
    • 提供者:王高全
  1. new_test

    0下载:
  2. loadlibrary和GetProcadress的用法,动态加载函数,使用函数钩子(Loadlibrary and GetProcadress usage, dynamic loading function, the use of function hooks)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:go_for_it
« 12 3 4 »
搜珍网 www.dssz.com