-
CUM after the modified code from Tianjin Part 3
经更改后的CUM 代码 来自天津 第3部分-CUM after the modified code from Tianjin Part 3
- 2022-03-14 20:44:07下载
- 积分:1
-
VB C #
vb to c#-vb to c#..............................
- 2022-04-14 14:25:54下载
- 积分:1
-
BIN2C,对 C 文件 bin 文件更改
BIN2C,对 C 文件 bin 文件更改
用法: bin2c bin_file C_file
与 c + + 6.0 编著上
- 2022-02-06 01:49:46下载
- 积分:1
-
vcd leasing system, the use of very small software for everyone to use.
vcd租赁系统,非常使用的小软件,给大家-vcd leasing system, the use of very small software for everyone to use.
- 2022-02-02 05:30:10下载
- 积分:1
-
Create a List
利用c语言编写程序,程序的功能是:创建一个链表-Create a List
- 2022-03-16 15:47:30下载
- 积分:1
-
simulator eceula.1028
simulator eceula.1028
- 2022-04-24 07:15:35下载
- 积分:1
-
我的名字是yeomag11。wjhefdkhwioefioefjlskdjksdvjklmxc
my name is yeomag11 .wjhefdkhwioefioefjlskdjksdvjklmxc
- 2023-03-07 01:45:03下载
- 积分: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
-
基于树的网格计算文档规范中的负载均衡模型
tree based load balancing model in grid computing document specification
- 2022-10-09 12:15:02下载
- 积分:1
-
在Visual C++6.0 WinXp下编译通过
采用类来实现,从CString继承而来
数据运算的结果保存在CString类中
理论上可对任意长...
在Visual C++6.0 WinXp下编译通过
采用类来实现,从CString继承而来
数据运算的结果保存在CString类中
理论上可对任意长的数据进行相加
在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。
-In Visual C++6.0 WinXp compiled under implementation through the use of class, inherited from CString computing the results of the data stored in the CString class in theory can be for any length of data combined in the Release directory has the executable file will be Drag and drop the*. txt to longadd.exe on,*. txt file for data.
- 2023-08-27 20:20:03下载
- 积分:1