Welcome![Sign In][Sign Up]
Location:
Search - Exports dll

Search list

[OtherdllTest

Description: steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
Platform: | Size: 841 | Author: 宗睿 | Hits:

[OtherSecureHash

Description: 对取得的硬件信息进行Hash的一个DLL,提供了对外的接口供调用-This DLL will get hardware information to make a hash calculation. It exports some interfaces to use.
Platform: | Size: 13664 | Author: 杨轩 | Hits:

[Windows Developstddllinvokerdemosrc

Description: 调用标准DLL函数示例 AppWizard has created this Demo DLL for you. This file contains a summary of what you will find in each of the files that make up your Demo application. Demo.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. Demo.cpp This is the main DLL source file. Demo.h This file contains your DLL exports.-called standard DLL function example +5.0 has created this Demo DLL for you. This file contains a summary of what you will find in each of the files that make up your demo application. Demo.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (. dsp) file, but they should export the makefiles locally. Demo.cpp This is the main source DLL file. This file Demo.h contains your DLL exports.
Platform: | Size: 23993 | Author: 刘珍 | Hits:

[ExploitS0P0Y0

Description: LIBRARY fivedll DESCRIPTION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOWS EXPORTS SpyGetMsgProc @2 SpyCallWndProc @3 -LIBRARY fivedll DESCRIPTION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOWS EXPORTS Spy GetMsgProc SpyCallWndProc @ 2 @ 3
Platform: | Size: 78353 | Author: 林子 | Hits:

[Streaming Mpeg4divx4windows

Description: DivX4Windows.def : Declares the module parameters for the DLL. LIBRARY \"DivX\" DESCRIPTION DivX4Windows Windows Dynamic Link Library EXPORTS DriverProc decore encore -DivX4Windows.def : Declares the module parameters for the DLL. LIB RARY "DivX" DESCRIPTION DivX4Windows Windows Dynamic Link Library EXPORTS DriverProc decor e encore
Platform: | Size: 840108 | Author: 郭治 | Hits:

[Other resourcemona-0.2.0.tar

Description: MONA是为数不多的C++语言编写的一个很小的操作系统,这里是它的源代码。mona的可执行文件的格式其实是PE格式的,和windows可执行文件的格式一样。 为了能放在软盘的1.44M空间里,那些*.ex2 等都经过了压缩。可以用winrar解压,然后用PE工具查看文件的进口表和出口表等信息 前面的几个版本主要是实现内核和控制台。 0.20之后的版本主要是实现了GUI和系统dll,字体处理等,做了几个不同的GUI。每个都有一些特点。 这个操作系统内核的c++类代码值得一看-MONA are among the few prepared by the C language, a small operating system, here is its source code. Mona executable file format is the format of PE and windows executable file formats like. To be able to put the floppy disk 1.44 M space, and so those *. ex2 after compression. Winrar can unpack, Then PE tool to view the document table of imports and exports, and other information table in front of several versions of the kernel is the main console and . After the 0.20 version is the main GUI and system dll, fonts, and so on, done several different GUI. Each has some unique characteristics. The operating system kernel code c category eye-catcher
Platform: | Size: 1253392 | Author: 意大利厨师 | Hits:

[File Operatefile-dll

Description: 动态库操作文件的例子,LIBRARY \"dlltest.dll\" EXPORTS readfromfile @1 g_bSuccess @2-the dynamic operation of the document examples, LIBRARY "dlltest.dll" EXPORTS readfromfile @ a g_bSuccess @ 2
Platform: | Size: 28072 | Author: shenlidong | Hits:

[Graph programExpertPDF-v1.3

Description: HTML To PDF === Thanks for trying our HTML To PDF converter library. .NET Framework 2.0 is required to be able to use it. In the archive you have downloaded you will find: Bin/ephtmltopdf.dll - this is the dll you will use in your applications Bin/ephtmltopdf.lic - this is the license file required to evaluate the library WebSample/ - sample web application that take any given url and exports it as pdf HtmlToPdf.chm - API reference
Platform: | Size: 895950 | Author: Chen | Hits:

[Windows Developgina源代码

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : MyGina ======================================================================== AppWizard has created this MyGina DLL for you. This DLL not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your DLL. This file contains a summary of what you will find in each of the files that make up your MyGina DLL. MyGina.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. MyGina.h This is the main header file for the DLL. It declares the CMyGinaApp class. MyGina.cpp This is the main DLL source file. It contains the class CMyGinaApp. MyGina.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. MyGina.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\MyGina.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. MyGina.def This file contains information about the DLL that must be provided to run with Microsoft Windows. It defines parameters such as the name and description of the DLL. It also exports functions from the DLL. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named MyGina.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 79845 | Author: mw@nwnu.edu.cn | Hits:

[OtherdllTest

Description: steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
Platform: | Size: 1024 | Author: 宗睿 | Hits:

[OtherSecureHash

Description: 对取得的硬件信息进行Hash的一个DLL,提供了对外的接口供调用-This DLL will get hardware information to make a hash calculation. It exports some interfaces to use.
Platform: | Size: 13312 | Author: 杨轩 | Hits:

[Windows Developstddllinvokerdemosrc

Description: 调用标准DLL函数示例 AppWizard has created this Demo DLL for you. This file contains a summary of what you will find in each of the files that make up your Demo application. Demo.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. Demo.cpp This is the main DLL source file. Demo.h This file contains your DLL exports.-called standard DLL function example+5.0 has created this Demo DLL for you. This file contains a summary of what you will find in each of the files that make up your demo application. Demo.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (. dsp) file, but they should export the makefiles locally. Demo.cpp This is the main source DLL file. This file Demo.h contains your DLL exports.
Platform: | Size: 23552 | Author: 刘珍 | Hits:

[ExploitS0P0Y0

Description: LIBRARY fivedll DESCRIPTION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOWS EXPORTS SpyGetMsgProc @2 SpyCallWndProc @3 -LIBRARY fivedll DESCRIPTION Spy password input Hook DLL, by netcom@163.net EXETYPE WINDOWS EXPORTS Spy GetMsgProc SpyCallWndProc @ 2 @ 3
Platform: | Size: 77824 | Author: 林子 | Hits:

[Streaming Mpeg4divx4windows

Description: DivX4Windows.def : Declares the module parameters for the DLL. LIBRARY "DivX" DESCRIPTION DivX4Windows Windows Dynamic Link Library EXPORTS DriverProc decore encore -DivX4Windows.def : Declares the module parameters for the DLL. LIB RARY "DivX" DESCRIPTION DivX4Windows Windows Dynamic Link Library EXPORTS DriverProc decor e encore
Platform: | Size: 4720640 | Author: 郭治 | Hits:

[File Operatefile-dll

Description: 动态库操作文件的例子,LIBRARY "dlltest.dll" EXPORTS readfromfile @1 g_bSuccess @2-the dynamic operation of the document examples, LIBRARY "dlltest.dll" EXPORTS readfromfile @ a g_bSuccess @ 2
Platform: | Size: 824320 | Author: | Hits:

[Graph programExpertPDF-v1.3

Description: HTML To PDF === Thanks for trying our HTML To PDF converter library. .NET Framework 2.0 is required to be able to use it. In the archive you have downloaded you will find: Bin/ephtmltopdf.dll - this is the dll you will use in your applications Bin/ephtmltopdf.lic - this is the license file required to evaluate the library WebSample/ - sample web application that take any given url and exports it as pdf HtmlToPdf.chm - API reference -HTML To PDF === === Thanks for trying our HTML To PDF converter library .. NET Framework 2.0 is required to be able to use it.In the archive you have downloaded you will find: Bin/ephtmltopdf.dll- this is the dll you will use in your applicationsBin/ephtmltopdf.lic- this is the license file required to evaluate the libraryWebSample/- sample web application that take any given url and exports it as pdfHtmlToPdf.chm- API reference
Platform: | Size: 896000 | Author: Chen | Hits:

[Other Web CodeJNIsample_src

Description: I always wanted to play around with JNI. This is my first attempt so I created a utility DLL called TestImpl.dll that exports several useful functions which are difficult or impossible to implement in JAVA.
Platform: | Size: 86016 | Author: 王明明 | Hits:

[Delphi/CppBuilderDelphi_write_DLL

Description: 转一篇Delphi下写DLL的文章 Delphi制作DLL 一 Dll的制作一般步骤 二 参数传递 三 DLL的初始化和退出清理[如果需要初始化和退出清理] 四 全局变量的使用 五 调用静态载入 六 调用动态载入 七 在DLL建立一个TForM 八 在DLL中建立一个TMDIChildForM 九 示例: 十 Delphi制作的Dll与其他语言的混合编程中常遇问题: 十一 相关资料 一 Dll的制作一般分为以下几步: 1 在一个DLL工程里写一个过程或函数 2 写一个Exports关键字,在其下写过程的名称。不用写参数和调用后缀。 二 参数传递
Platform: | Size: 15360 | Author: 寒力 | Hits:

[OS programPE-Export

Description: 解析pe文件,分析PE文件加载的dll模块,显示导出表和导入表-Pe file analysis to analyze export tables and import tables PE
Platform: | Size: 13312 | Author: 朱伯虎 | Hits:

[Dialog_Window_Test

Description: A project that exports a dialog from a DLL in MFC
Platform: | Size: 44032 | Author: marco86188 | Hits:
« 12 »

CodeBus www.codebus.net