-
BMP灰度图的绘制
BMP灰度图的绘制-BMP grayscale rendering
- 2022-04-16 17:38:56下载
- 积分:1
-
一个可以自由设定关机时间的小程序
一个可以自由设定关机时间的小程序-a free set of small-time shutdown procedures
- 2022-05-26 19:34:53下载
- 积分:1
-
此为网络程序设计的课件,可以作为初学者的学习教材!
此为网络程序设计的课件,可以作为初学者的学习教材!-This is the courseware network programming can be used as study material for beginners!
- 2022-02-26 06:38:21下载
- 积分:1
-
检测文件中是否包含指定字符串
检测文件中是否包含指定字符串-detect whether the document contains specified string
- 2022-12-28 15:45:03下载
- 积分:1
-
labsql其他几个模块 ,这样就全了,杨乐平所编著的书中的,附带光盘中的所有的程序,...
labsql其他几个模块 ,这样就全了,杨乐平所编著的书中的,附带光盘中的所有的程序,-labsql several other modules, so that the whole, Yang Gill has edited the book, CD-ROM with all the procedures,
- 2022-06-02 06:13:42下载
- 积分:1
-
此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制。...
此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制。-This procedure is a little game of a maze, it can be controlled with the position key of the keyboard.
- 2022-02-12 10:29:25下载
- 积分: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
-
Describe Describe Describe Describe
Describe Describe Describe-Describe Describe Describe Describe
- 2022-04-26 13:22:57下载
- 积分:1
-
CLRProfiler4内存检测
应用背景管哪位性能测试人员,遇到这样的问题都是摸不着头脑,不知从何处下手。.net环境中不像JAVA有那么多的工具可以支撑,比如性能测试经常用到的Jconsole、Jprofiler等工具,并且基于JAVA运行环境的在打印GC日志方面也很强大。对于.net平台,微软也提供的.net辅助工具CLR Profiler可以很好的帮助我们的性能测试人员以及研发人员,找到内存没有及时回收,占着内存不释放的方法(详细到这个方法下面定义的数组或者其他变量)。关键技术
可根据自己电脑.NET的版本下载相应的CLR Profiler,我下载的是CLR Profiler for .NET Framework 4版本的。
下载后提示解压缩,选择要加压到的目录;然后进入D:SoftWareCLRProfiler4CLRProfilerBinaries目录下选择对应操作系统64位或者32位的CLRProfiler.exe。
在说一下,CLRProfiler可以分析.net平台开发的几乎所有的产品,包括C/S应用程序、服务和asp.
- 2023-02-19 10:00:07下载
- 积分:1
-
C++ Builder about log
C++ Builder about log
- 2022-06-26 06:34:35下载
- 积分:1