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

搜索资源列表

  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. vc++ finish

    1下载:
  2. 该程序创建了一个动态连接库并在应用程序中调用了此动态链接库。在动态链接库文件中利用“declspec(dllexport)”关键字添加输出函数的声明。在调用动态链接库应用程序中通过getprocaddress函数或的动态链接库中输出函数的地址,并调用该输出函数。-the program to create a dynamic link library and the application program called this dynamic link library. The dynamic
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:61779
    • 提供者:邢馨华
  1. GetProcAddress_lmz

    0下载:
  2. 自己实现GetProcAddress()函数 :) -achieving his GetProcAddress () function :)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17752
    • 提供者:xyxb
  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. 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. 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. FxStocker

    0下载:
  2. 在新浪的服务器的基础上开发的可以查询当前股票指数的Dll动态库,其中生成的动态库已经包含在其中了,里面使用了ACE的一些功能,封装了HTTP POST和GET的方法,采用POST到新浪服务器,获得股票指数,再解析的方式,如果你不能编译,请先添加ACE的库再进行编译, 也可以直接通过loadlibrary和GetProcAddress的方式调用,接口参考工程院文件-In Sina' s server that can be developed on the basis of the Dll
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:261621
    • 提供者:David Lee
  1. Bluetooth

    0下载:
  2. pBthNsLookupServiceBegin = (BTHNSLOOKUPSERVICEBEGIN)GetProcAddress(m_DLL, _T("BthNsLookupServiceBegin")) pBthNsLookupServiceNext = (BTHNSLOOKUPSERVICENEXT )GetProcAddress(m_DLL, _T("BthNsLookupServiceNext")) pBthNsLookupServiceEnd = (BTHNSLO
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4656141
    • 提供者:ybb_pub
  1. over

    0下载:
  2. 我的开发环境 操作系统:windows xp professional + sp1a 编译器:visual c++.net 2003 由于操作系统的补丁太多,即使与我相同的系统也可能需要修改LoadLibrary、GetProcAddress、VirtualAlloc和"jmp esp"指令的地址。 请谨慎修改编译参数,修改参数可能导致修改程序。 请只编译release版,debug版无法正常执行。-My Development Environment opera
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:48109
    • 提供者:jackson
  1. rewolf.hooklib.v1.0

    0下载:
  2. Small hook library. It contain three methods of hooking: - IAT hooks - import table hooks, functions are hooked only in one module (IAT owner module) - EAT hooks - export table hooks, functions are hooked for all modules (modules lo
  3. 所属分类:Hook api

    • 发布日期:2017-03-31
    • 文件大小:29011
    • 提供者:GamingMasteR
  1. caq0209

    0下载:
  2. DLL注入,钩子技术,窗口子类化 GetProcAddress、LoadLibrary。学习DLL注入和窗口子类化很好的例子。-DLL injection hook technology, window sub-class GetProcAddress, LoadLibrary. Learning DLL injection and the window subclassing good example.
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:134256
    • 提供者:张华
  1. inline-hook

    0下载:
  2. Il y a quelques temps, j avais publié sur le blog la technique de l IAT Hook qui permettait de détourner l appel d une fonction via la table d importation. Mais cela a ses limites: si vous posez un hook après que le programme ai récupéré l adresse
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:278317
    • 提供者:Lord Noteworthy
  1. Realization-of-GetProcAddress

    0下载:
  2. 通过对PE的学习,实现了系统函数GetProcAddress()的功能,感兴趣的朋友可以下载来看看。有一定的借鉴价值。-Through the study of PE to achieve the system function GetProcAddress () function, and interested friends can download to see. A certain reference value.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9367
    • 提供者:vvmsm269keb
  1. Realization-of-GetProcAddress

    0下载:
  2. 通过对PE的学习,实现了系统函数GetProcAddress()的功能,感兴趣的朋友可以下载来看看。有一定的借鉴价值。-Through the study of PE to achieve the system function GetProcAddress () function, and interested friends can download to see. A certain reference value.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-30
    • 文件大小:8907
    • 提供者:q4yxyyongyu
« 12 »
搜珍网 www.dssz.com