搜索资源列表
soundUsePrtdll
- 一个语音播放器的雏形,你可以以DLL形式播放,或本地播放.由以语音文件较大没有上传.呵呵.祥情请见源代码.-a voice in the fledgling player, you can play in the form of DLL, or local players. From a larger voice not upload documents. Ha ha. Cheung situation, see the source code.
CNetControl
- 图形显示CPU内存利用率 1.本程序分两种情况来获取CPU的利用率,NT下利用ntdll.dll中没有公开的API: NtQuerySystemInformation, 9x下利用注册表来获取CPU的利用率 2.通过 GlobalMemoryStatus来获取内存的使用情况 3.程序中封装了两个类 CcpuUsgesCtl和CmemUsgesCtl,使用这两这个类可以实现CPU,内存利用率的定时读取,并以图形化的形式显示出来-graphics CPU utilization of a
将一个dll以资源形式捆绑到exe
- 可以将一个dll以资源形式捆绑到exe,再在exe中调用,dll最好是extern c接口.,Dll can be a form of bundling resources to exe, then exe call, dll preferably extern c interface.
Reource
- 将数据文件或其他东东以资源的形式存到exe或dll中 ,运行的使用提出来用-Data files or other resources in the form of Dongdong depositors to exe or dll, run by the use of raised
newfinger
- 封装成dll形式的读取指纹模块的动态库,用于某个门禁系统。经过系统测试的。-Dll form of packaging into a fingerprint reader module dynamic libraries for a particular access control system. After system testing.
Formusedll
- Form调用Dll中数据库操作,代码封装在dll里面-Form call Dll in database operations, the code is packaged in a dll inside the
Md5
- 是当今比较新的算法MD5,比DES和DES5都要加密好,是dll文件,在自己写的程序中加入它,就可以直接用了,全是意接口的形式-Is the relatively new algorithm MD5, should DES5 than DES and encryption, and is a dll file, written in their own process to join it, can be directly used, the interface is intended to f
tabledll
- 这是一个基于VC平台用QT开发的表格DLL程序。-This is a VC-based platform developed by QT procedure DLL form.
DllShow
- 生成dll文件调用vb窗体,传递参数-Dll file is generated called vb form, passing parameters ........
VB.Decompiler.Pro.v7.7.RETAIL.INCL.KEYGEN-FFF-[OYK
- P-Code decoding started and image extraction. Numerous bug fixes. Event detection added. Dll and OCX Support added. External Components added to vbp file. Begun work on a basic antidecompiler. Form property editor, complete with a
DepMng
- 使用Kernel32.dll中的API设置系统DEP(数据执行保护)功能。-Set DEP (Data Execution Prevention) by using an API form Kernel32.dll.
13
- 从管理员身份获得 SYSTEM 权限的四种方法 伪寄存器语法(Pseudo-Register Syntax) 利用 cards.dll 写自己的扑克程序 利用 Debug API 编写一个简单的脱壳机 手工构造一个超微型的 PE 文件 改造 MFC 编写的控件在 Win32ASM 中使用 枚举全局钩子 监视远程线程的创建 编写一个简单的 SoftICE 命令扩展 识别 ida.dll 导出函数为可读形式(idc 脚本 调试 DLL 时加载到不同地址的小技巧
testdll
- 该例程主要是一个DEMO,通过回调的形式将dll中图片的内存传到界面。 参考价值:dll的编写,回调的使用,图片文件的读写与保存。2012-9-25-The routine is mainly a DEMO, passed to the callback in the form of pictures in the dll memory interface. Reference value: dll written callback use image files to read and
remote-inject
- 远程线程注入*c++代码。远程线程插入(注入)技术指的是通过在另一个进程中创建远程线程的方法进入目标进程的内存地址空间。将*程序以DLL的形式实现后,需要使用插入到目标进程中的远程线程将该*DLL插入到目标进程的地址空间,即利用该线程通过调用Windows API LoadLibrary函数来加载*DLL,从而实现*对系统的侵害。 -Remote thread injecting Trojan c++ code. Remote thread injection ( injectio
KeyLoger
- Delphi *器 ,DLL版本的 宿主窗体隐藏版本-Delphi keyloggers host form hidden version of the DLL version
86xFAHJT
- 非常全面的易语言操作打印机源码 易语言对打印机各种操作介绍的很详细 纯源码 无模块 无DLL 文件 能否给个打印机能根椐纸张大小自动换行打印的模块? 打印机根椐纸张大小自动换行打印 步骤如下: 1、用数据源的“取打印页高”命令取出页面的高度; 2、根据每行数据的高度算出每页所能够容纳的行数; 3、使用数据源的“置打印设置”命令将每页行数写到打印设置中即可。 那编辑框的内容在打印时怎样设置高度和宽度呢?不会要用手工编辑击硬回车来吧? 打印编辑框
testdll
- VC++使用DEF文件导出函数,DEF导出函数以DLL文件的形式,最终编译后生成DLL文件,下载包内为源码文件包。-VC++ using the DEF file export function, DEF exported functions in the form of a DLL file, and ultimately generate DLL files compiled for source files within the download package package.
dllInterface
- 动态调用dll里的窗体,使用接口方式,便于管理及使用-Dynamic call dll in the form, use the interface mode, easy to manage and use
dllform
- Delphi利用DLL封装窗体用DELPHI创建DLL文件,封装窗体的实现方法实例: 即一个程序不再是单一的一个EXE文件了,而是由一个EXE文件加N个DLL文件组成,这样做的原因是方便以后的维护与更新,也是跨平台开发的重要一步。 -Delphi DLL package use the form to create a DLL file using DELPHI, implementation examples package form: that is, a program is no
LoadDllFromMem
- 这是一个从内存(资源形式)直接加载并调用DLL中函数的例子。 xDll工程只是一个测试用的dll,附上代码,编译出的xDll.dll直接放在testLoadDll工程目录下 testLoadDll是实际测试代码,从资源直接加载Dll并调用其导出函数 加载用MemoryLoadLibrary() 查找导出函数用MemoryGetProcAddress() 释放时用MemoryFreeLibrary 详情请见代码。-This is an example
