-
应用程序在选定的硬盘中搜索MP3文件,我..
这个应用程序在选定的硬盘中搜索MP3文件,在一个列表视图控件中显示搜索的文件和它们的信息,并在双击时播放它。 -the application procedures in the selection of drives to search for MP3 files, in a ClistCtrl shows search of documents and their information and double-click it for broadcast.
- 2022-05-17 11:44:36下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
获取DLL中的版本信息(主版本号,次版本号等)
获取DLL中的版本信息(主版本号,次版本号等)-DLL to obtain the version information (major version number, sub-version number, etc.)
- 2022-08-23 07:54:03下载
- 积分:1
-
VB代码编辑框滚轮支持插件的源代码,学习如何写VB插件。
VB代码编辑框滚轮支持插件的源代码,学习如何写VB插件。-VB code edit box roller support plug-source code, learn how to write VB plug-ins.
- 2023-07-25 09:35:03下载
- 积分:1
-
LDPC码的实现源代码,它是用c语言写的。RAR文件的…
LDPC s implement source coding, which is written by c language. The .rar file includes many modules, such as encode, decode, channel, transmitt,and so on. Hope to help you.
- 2022-01-26 02:00:23下载
- 积分:1
-
C#在WINCE系统上播放声音
PDA数据采集器,采集异常数据数据时,发出警告声音。
- 2022-01-26 04:47:13下载
- 积分:1
-
基于winpcap网络嗅探器
winpcap(windows packet capture)是windows平台下一个免费,公共的网络访问系统。开发winpcap这个项目的目的在于为win32应用程序提供访问网络底层的能力。WinPcap是用于网络封包抓取的一套工具,可适用于32位的操作平台上解析网络封包,包含了核心的封包过滤,一个底层动态链接库,和一个高层系统函数库,及可用来直接存取封包的应用程序界面。 Winpcap是一个免费公开的软件系统。它用于windows系统下的直接的网络编程。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-07 00:55:24下载
- 积分:1
-
使用pci8333数据采集卡的水箱测试程序
使用pci8333数据采集卡的水箱测试程序-The use of data acquisition card pci8333 tank test procedure
- 2022-06-26 21:49:27下载
- 积分:1
-
一个网络聊天服务端
一个网络聊天服务端-an Internet chat server
- 2022-01-31 06:46:34下载
- 积分:1
-
极端赛车不只是学习游戏
极限赛车手不仅仅是学习游戏
- 2022-07-04 18:48:26下载
- 积分:1