搜索资源列表
Register
- 包括注册号生成软件、LIB、DLL 加密模块 各种语言调用加密模块的例子程序等-including registration generation software, LIB, DLL encryption modules in various languages called encryption module examples procedures
vbMakeSystemDll
- 本程序实现vb创建真正的全局dll 步骤: 1.为所要产生的dll编写.def文件 2.编译代理LINK,产生LINK.exe,然后将vb工具下的LINK.exe改名为LINKlnk.exe,将我们自己产生的LINK.exe放过去 3.编译manthlib,产生manthlib.dll 4.可以测试产生的dll可全局调用了。 注意生成dll路径也要指向vb工具目录
“系统飞狐”中获取系统信息的方法
- 在我的系统设置软件“系统飞狐”中,应用到一个获取系统信息的源代码 ,在VC++中经过巧妙转换应用到我的软件中,取得了良好的效果,也许很多人都见过这个简单的获取系统信息的类sysinfo,在系统飞狐中充分扩展了它的功能 。该类首先需要编译一个DLL文件然后再调用它根据需要生成我们自己的应用程序。-in my system setup software "flying fox system," the application access to an information sy
HardwareID
- 一个根据硬件ID和程序ID生成注册码的动态链接库DLL,可以根据计算机CPU、硬盘、网卡、BIOS生成唯一识别码。该组件不是从注册表中获得,而是直接从硬件获取信息,不需要管理员权限。支持最新的WIN7系统。适应于软件开发,注册。保护自己的软件。 使用方法:把Crack下的文件复制到安装程序目录下覆盖。在程序调用入口使用如下注册码:R5LR-S4TQ 示例:GetHardwareID(b_HDD, b_NIC, b_CPU, b_BIOS, "R5LR-S4TQ")
Class1
- MD5加密,可以生成dll文件,然后直接调用就可以,使用方便-MD5 encryption, can be generated dll file, and then you can call directly, easy to use
DLLTest
- 生成一个DLL文件,在其他程序中链接并调用其中的函数-Generate a DLL file, in other proceedings in which the link and call a function of
VB_Call_VCDll
- 自己写的VB调用VC编写的DLL库函数的例子。因VB是弱类型的语言所以很多操作用C实现简单而用VB实现很困难,这时用VC生成函数封装到DLL里,由VB调用显得很轻巧自然,尤其是有位运算时。-Written in VB to call their own VC prepared DLL library function example. VB is a result of the weak type of language used to operate many C to achieve a s
MD5
- MD5加密算法,能生成DLL,直接调用,用起来很好!-MD5 encryption algorithm, can generate DLL, direct call, very good to use!
Dll
- linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
DLL
- DLL除了可同时被多个应用程序共享外,还可以在不改变调用接口(从而不需修改使用它的应用程序)的情况下,改进和升级里面的库函数。而且DLL与编写它的语言无关,例如,用VC生成的规则DLL,可以被VB、Delphi等生成的应用程序使用-Apart from the DLL can be shared by multiple applications, but also can change the call interface (so no need to amend the application
HookMouse
- 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
md5dell
- VC++打造MD5加密算法的源程序代码,程序经过编译可生成最终成品——DLL文件,方便你在其它地方调用。-VC++ to create the MD5 encryption algorithm source code, the program can be compiled to generate the final product- DLL file for calling you elsewhere.
MyFirstDLL
- 利用VC生成DLL,VC 静态调用DLL。-use vc to create dll code.
DLL
- 一个用VISUAL BASIC调用FORTRAN生成的DLL的例子,-VISUAL BASIC calls with a FORTRAN-generated DLL example
DllShow
- 生成dll文件调用vb窗体,传递参数-Dll file is generated called vb form, passing parameters ........
CodecBase32
- 本程序用比较另类的方式实现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
VBzhucema
- 该软件可以自动随机生成2至32位注册序列号及对应的注册码,并将这些注册信息包含到一个动态联接库DLL文件中,这样软件开发者可以将这个DLL文件同应用程序一并发行,并在应用程序的相关模块中调用这个DLL文件中提供的函数获得注册号及相对应的注册码,注册号及相对应的注册码对软件使用者来说是不透明的。-The software can automatically generate a random sequence of 2-32 registration number and the correspo
MD5
- vb6 实现的md5编码,可以直接编译生成dll,调用。 调用例子 dim strPass as string Dim strTempPass As String strPass加密后生成的字串 Dim RcEnc As New RCEncryptMDAsp strTempPass = RcEnc.MD5(strPass)-vb6 实现的md5编码,可以直接编译生成dll,调用。 调用例子 dim strPass as string Dim strTempPas
DLL_Test
- 通过这两个程序,很好的解释了动态库的生成以及调用方式,其中MFC_dll用于生成.DLL文件,然后用test000调用.DLL库文件-Well explained by these two procedures, the generation as well as call for dynamic libraries, which MFC_dll used to generate a DLL file, then test000 call DLL library files
动态链接库
- 详细记录了linux系统和windows系统中动态链接库的生成过程。并且通过JNI调用所生成的动态链接库。(The generation of dynamic link libraries in Linux and Windows systems is documented in detail. And the generated dynamic link library is used by JNI.)