-
Registry Editor
在Windows注册表编辑器中实现的一些功能;
- 2022-07-24 08:17:17下载
- 积分:1
-
单字节/双字节;ASC编码和Unicode编码之间转换。
单字节/双字节;ASC编码和Unicode编码之间转换。-Single-byte/double byte ASC coding and conversion between Unicode encoding.
- 2022-04-12 05:00:40下载
- 积分: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 simple and practical procedure of the notebook, according to the date you, you...
一个简单实用的记事本程序,可以根据日期查找内容,可以增加,删除内容,设定密码等,无需数据库.-a simple and practical procedure of the notebook, according to the date you, you can add, delete, set passwords, without the database.
- 2022-07-10 21:59:40下载
- 积分:1
-
通讯录源码,用C编的,可以载入Excel的通讯录内容
通讯录源码,用C编的,可以载入Excel的通讯录内容-Address Book source code, using C-series, you can load Excel list of the contents of
- 2022-07-20 08:09:02下载
- 积分:1
-
运行或t停止进程
此示例显示如何运行任何进程或杀死进程运行。
这是非常简单和容易学。
在未来我将上传很多很多例子。
- 2022-04-06 22:33:00下载
- 积分:1
-
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0)
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0) -Close the source display, use:: SendMessage (m_hWnd, WM_CLOSE, 0,0)
- 2022-07-17 14:21:43下载
- 积分:1
-
21点小游戏无聊之作如有需要请下载
21点小游戏无聊之作如有需要请下载 -21:00 for the game boring, if necessary, please download
- 2022-04-18 12:43:21下载
- 积分:1
-
Visual C#中的MDI编程
Visual C#中的MDI编程-Visual C# MDI programming
- 2022-07-20 07:14:20下载
- 积分:1
-
套接字通信客户端
用于Socket 通信的 Client端程序-for Socket Communications Client-side
- 2022-04-08 19:53:52下载
- 积分:1