CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 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. 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. 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. 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. huishouzhan

    0下载:
  2. 程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:faetas
  1. mirager_1

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

    • 发布日期:2008-10-13
    • 文件大小:401890
    • 提供者:唐财爷
  1. NetMemoryClient.rar

    0下载:
  2. HINSTANCE hInst = LoadLibrary("b.exe") HRSRC hRc = FindResource(hInst, (LPCSTR)1, (LPCSTR)RT_ICON) LPVOID lpResource = LockResource(LoadResource(hInst,hRc)) HANDLE hUpdate = BeginUpdateResource("
  3. 所属分类:Windows Develop

  1. MyloadLibrary

    0下载:
  2. 自己修改的loadLibrary,系统钩子-Their modified loadLibrary, Hook
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:176891
    • 提供者:李南风
  1. NoDLL_Bassmod_Example

    0下载:
  2. Here is a example for Delphi7 of how to use bassmod in an array, in this case bassmod.dll is created from memory in the temp folder and is loaded with loadlibrary to play xm music.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:102153
    • 提供者:Rattzo
  1. ldrdll

    0下载:
  2. 驱动中加载dll的代码,类似于应用层中loadlibrary()等等,R0中有用啊!-Driver loaded dll code, similar to the application layer loadlibrary (), etc., R0 useful in ah!
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-02
    • 文件大小:2816
    • 提供者:焱哥
  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. 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 »
搜珍网 www.dssz.com