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

搜索资源列表

  1. DLL_ExportFunction

    0下载:
  2. 实现用DLL导出函数,并附有导出的过程说明。-realize use dynamic link library Export Function,additional we have the specification.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:78530
    • 提供者:李儒
  1. ShowVBStrArr

    0下载:
  2. API函数原型测试——DLL中返回字符串数组的函数原型(导出函数的原型不用vector<wstring>),演示用变体/安全数组代替vector/map等STL容器制作标准DLL(这里是C的接口、C++的实现)的一般方法,在vb/vc中测试通过。-API function prototypes- DLL returns a string array of function prototypes (not export the function prototype vector <
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4762543
    • 提供者:hanxiaohua
  1. DlgRegularDll

    0下载:
  2. 创建MFC常规DLL,通过导出函数显示颜色信息对话框-Create a MFC regular DLL, through the Export function display color information dialog box
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:30056
    • 提供者:柳州
  1. VC_Programming_how_use_DEF_file_export_functions_c

    0下载:
  2. VC编程实现如何使用DEF文件导出函数实例代码-VC Programming how to use the DEF file export functions example code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:4707
    • 提供者:des
  1. cs

    0下载:
  2. radasm2.2.1.9编译驱动时设置导出函数的办法-radasm2.2.1.9 exported function set when compiling driven approach
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:1842
    • 提供者:陶冶
  1. InlineHook_PspTerminateProcess

    0下载:
  2. inline hook未导出函数PspTerminateProcess, 驱动,可以用于防止进程关闭-inline hook not exported function PspTerminateProcess, drivers can be used to prevent the process of closure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:2639
    • 提供者:gmlars
  1. Exe_Inside

    0下载:
  2. 读取dll的导入导出函数,类似与depends的程序。帮助学习dll的文件格式.-Read the dll' s import and export function, similar to the program depends. Help learning dll file format.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:72854
    • 提供者:wanglifeng
  1. Bypass_Head_Inline_Hook

    0下载:
  2. 绕过head Inline Hook.以未导出函数KiInsertQueueApc为例,演示如何恢复钩子。-bypass head inline hook. Take KiInsertQueueApc as an example and show how to achieve it.
  3. 所属分类:Hook api

    • 发布日期:2017-04-01
    • 文件大小:119365
    • 提供者:王波
  1. Detect_EAT_HOOK

    0下载:
  2. 检查内核中是否存在EAT挂钩。在应用层通过VB获得内核模块的导出函数名及真实地址,然后与内存地址相比较。若不同,则恢复。-EAT check whether there is linked to the kernel. VB obtained at the application layer through the kernel module exported function names and real addresses, and then compared with the memory
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:105469
    • 提供者:王波
  1. Draw12

    0下载:
  2. 中LIBRARY语句说明该def文件是属于相应DLL的,EXPORTS语句下列出要导出的函数名称。我们可以在.def文件中的导出函数后加@n,如Max@1,Min@2,表示要导出的函数顺序号,在进行显式连时可以用到它。该DLL编译成功后,打开工程中的Debug目录,同样也会看到MyDll.dll和MyDll.lib文件。 然后要定义这些函数的实现了,其实这些工作dshow的基类里都已经替我们做好了,我们所要做的就拿来用就是了,最重要的三个函数的实现一般如下 -// {6C4
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:5011768
    • 提供者:Jummy
  1. apilj

    1下载:
  2. 一个典型的VB 拦截Api的源代码,文件夹说明:   VBAPIHooker - API拦截类(这是主角,它需要用到以下三个类)   VBMemoryAllocator- 内存分配管理类   VBPEFnLocator- PE文件导入/导出函数定位类   VBMiniWindow- 迷你消息窗口类      1.设定目标进程   例:假设目标进程ID为&HC80   ※设定目标进程    m_oAPIHooker.S
  3. 所属分类:钩子与API截获

    • 发布日期:2013-10-30
    • 文件大小:26159
    • 提供者:小鱼
  1. HookPE

    1下载:
  2. Hook内核导出函数ZwCreateFile的一个实例,可在此基础上扩展。-an instance of hook ZwCreateFile exported from windows kernel. It can be extended.
  3. 所属分类:系统编程

    • 发布日期:2017-04-21
    • 文件大小:19505
    • 提供者:田野
  1. NativeAPI

    0下载:
  2. Ntdll.dll 申明 可以直接链接Ntdll导出函数 不用 typedef loadlibray getprocaddress 遗弃这种 傻x办法-Ntdll include link Ntdll.dll never typedef loadlibray getprocaddress
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:73659
    • 提供者:垃圾
  1. src

    0下载:
  2. inline hook未导出函数PspTerminateProcess
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:2673
    • 提供者:kfjd
  1. CodecBase32

    0下载:
  2. 本程序用比较另类的方式实现Base32文本加密算法(算法实现在DLL的导出函数里面),并用一个示例程序调用实现这个算法的DLL函数,以e-mail地址作为明文,加密生成了25字节的软件序列号。 这套程序由两个Project组成。一个可以编译生成DLL,另一个是调用DLL导出函数的样板工程。-This program uses more alternative means to achieve Base32 text encryption algorithm, and a sample pro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:16455
    • 提供者:张新红
  1. DlgRegularDll

    0下载:
  2. vc 创建MFC常规DLL,通过导出函数显示颜色信息对话框\DlgRegularD-vc create an MFC regular DLL, the function displays the color information by exporting dialog \ DlgRegularDll
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:24376
    • 提供者:叶扬媚
  1. Java-to-call-VC-PP-DLL

    0下载:
  2. Java 通过JNI 技术调用VC ++ DLL 的方法, 并设计了含有串口GPS 类和Java 导出 函数的DLL , 该DLL 既可以用于Java 访问串口GPS , 也可以用于VC ++ 访问串口GPS , 实现了Java和VC ++ 共用的动态连接库设计。-Java through JNI technology called VC++ DLL' s methods, and design and the Java class containing the serial GPS
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:208254
    • 提供者:rocky
  1. DlgRegularDll

    0下载:
  2. vc——创建MFC常规DLL,通过导出函数显示颜色信息对话框\DlgRegularDll的程序源码,值得一看!-vc- Creating an MFC regular DLL, the function displays the color information by exporting dialog \ DlgRegularDll the program source code, worth a visit!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:24602
    • 提供者:
  1. DlgRegularDll

    0下载:
  2. 创建MFC常规DLL,通过导出函数显示颜色信息对话框\DlgRegularDll\DlgRegularDll.rar,很不错的vc源码,有兴趣的朋友可以看看。-Creating an MFC regular DLL, the function displays color information through the export dialog \ DlgRegularDll \ DlgRegularDll.rar, very good vc source, interested friend
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:24675
    • 提供者:
  1. VC(dllexport)

    0下载:
  2. 如何使用关键字_declspec (dllexport)导出函数-How to use the keyword _declspec (dllexport) to export functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5702
    • 提供者:陈火荣
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com