搜索资源列表
netArp
- 相信各位都玩过SOCKET编程,用CSocket进行网络通讯非常方便,但有时想搞点底层点东西却非常麻烦,用windows的API最低也只能SOCK_RAW,顶多能看到IP层数据,如果想处理数据链路层的数据就无从下手了,幸好某天发现了winpcap东西。用了它处理底层的东西就非常方便。 winpcap主要有两个dll供程序员直接调用,pcap.dll和packet.dll,本程序主要使用pcap.dll.详细请看代码,本人也是刚接触WinPcap,所以一不定有一些错漏的地方,请各位大蝦
ReadRegInfo
- 操作注册表封装的一个DLL,VC6编写
VCprogram
- 介绍了VC6.0中所用的各种控件、多线程、DLL及ActiveX的使用-Introduced VC6.0 used in a variety of controls, multi-threaded, DLL, and the use of ActiveX
WinIoSample
- VC下WinIo的应用实例(改进版)根据前一版有网友提出的建议进行改进,为了在VC中能正常使用WinIo库,必须按以下步骤进行配置: (1):将WinIo.dll、WinIo.sys、WINIO.VXD三个文件放在程序可执行文件所在目录下; (2):将WinIo.lib添加到工程中,WinIo.lib及winio.h文件必须放在工程目录下; (3):在StdAfx.h头文件中加入#include "winio.h"语句; (4):调用InitializeWin
VChexcode
- 以二进制方式打开文件内容例如EXE,DLL等 VC6 源码-vc 6 exe to hex views
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
VCGetCpuid_ASMLIB
- vc6.0调用汇编库取得硬盘序列号和cpu id等,由于vc直接调用要下载一个啥sdk,太麻烦了,就写个汇编的lib在vc里直接调用,lib也不像dll容易被跟踪到,注释清晰代码风格好,可供商用。 -vc call ASM lib to get hd and cpu id,Because if you want to get this information must download some sdk,I think use a asm lib is more easy to use ,a
rc5Dll
- RC5 VC6.0 DLL SOURCE CODE
skipjackDll
- SKIPJACK DLL VC6 SOURCE CODE - SLOW-SKIPJACK DLL VC6 SOURCE CODE - SLOW...
VC6.0DLL
- 介绍VC6.0如何显示调用DLL,希望对用户有用-Describes how to display VC6.0 call DLL, hope useful to the user
test01
- VC6.0 TEST 程序 编写DLL文件的模板-VC6.0 programming template DLL files
PasswordSpy
- 本源码是在VC6.0的编译环境下编程得到的密码探测器,可以实现获取应用程序密码框中的密码及网页密码框中的密码。源码中融入了大量的技术:包括钩子,任意屏幕窗口句柄的获得,DLL的制作,进程间的通讯,消息处理机制,内存映射文件和同步等。-The source is VC6.0 compiler environment programming password detector can achieve access to the Password box and web application Pas
WHEncrypt
- 网狐32位MD5加密和20位异或加密解密: 1.不依赖于Window平台库的C++库源代码; 2.针对Windows平台跨语言变成的VC6编译的标准DLL。-Fox 32 MD5 encryption and 20 XOR encryption and decryption: 1 does not depend on the Window platform library C++ library source code 2 for the Windows platform become
FileTool
- 使用这个DLL可以修复VC无法打开或添加到工程的问题。-repair vc6.0 bug
VC6
- mfc串口通信,调用dll,不用mscomm控件-mfc serial communication, call the dll, without mscomm control
MouseWheelDlg
- 窗口非焦点滚动,,,集成在一个文件里面了...没有加dll实现... vc6代码...win7未测试-Non-focus window scroll, integrated in a file inside. Did not add dll achieved.vc6 code. win7 untested
DLL
- 动态链接库的编写及调用示例,VC6.0,附参考资料-Write and call example, dynamic link library of VC6.0, reference
VCPP-DLL-Project
- 基于VC6.0调用DLL的实例,通过实例说明调用的过程和方法-VC6.0 call examples based on DLL, through the example to illustrate the process and the method call
Inject
- 这是一个简便注入器VC6源码,只要拖动箭头图标到目标窗口上就可以实现注入DLL了。-This is a simple injector VC6 source code, just drag the arrow icon to the target window can achieve the injection of DLL.
