-
windows w indows w indows
windows w indows w indows-windows windows windows windows windows
- 2022-01-27 19:59:58下载
- 积分:1
-
测试CPU速度的小程序
测试CPU速度的小程序-CPU speed testing of small procedures
- 2022-05-07 02:36:13下载
- 积分:1
-
ZbarCam
将zbar重新配置一下,使之能正常编译使用,并附上完整的文件。
- 2022-02-07 08:01:45下载
- 积分: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
-
读取EXCEL的原码
读取EXCEL的原码-read the original code EXCEL
- 2022-03-01 20:21:32下载
- 积分:1
-
fegg国人固然
fegg国人固然-fegg people no doubt
- 2022-11-08 10:15:03下载
- 积分:1
-
可变增益放大器AD603在雷达系统中的应用。有用的朋友请下载
可变增益放大器AD603在雷达系统中的应用。有用的朋友请下载-Variable Gain Amplifiers AD603 in radar systems. Friend please download useful
- 2022-03-06 17:42:52下载
- 积分:1
-
请认真阅读您的文件包和描述,它至少有40字节的英文。
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.
- 2022-01-24 09:22:54下载
- 积分:1
-
控制记事本的打开按钮可用/不可用,原理是:使用枚举窗口的方法检查记事本程序,然后得到菜单,把相应菜单变灰...
控制记事本的打开按钮可用/不可用,原理是:使用枚举窗口的方法检查记事本程序,然后得到菜单,把相应菜单变灰-control of the notebook open button available/not available, the principle is : Use window enumeration method checks the notebook and then get menu, the corresponding menu greyed
- 2022-01-25 19:58:56下载
- 积分:1
-
xpath dom4j
XPath例子,dom4j解析XML的例子-xpath dom4j
- 2022-03-21 08:18:41下载
- 积分:1