-
写文件 写文件
写文件 写文件-written document written document
- 2022-03-14 11:22:42下载
- 积分:1
-
Paint on a split windows with color
用颜色在分体式窗户上作画
- 2022-02-04 02:18:06下载
- 积分:1
-
fltk和vega联合编程的例子,fltk是一个跨平台界面包,vega是一个虚拟场景的渲染工具,fltk和vega相结合可实现具有丰富界面的跨平台的vega编程...
fltk和vega联合编程的例子,fltk是一个跨平台界面包,vega是一个虚拟场景的渲染工具,fltk和vega相结合可实现具有丰富界面的跨平台的vega编程(自己开发)-fltk and Salmon joint programming examples fltk is a cross-platform interface kits, Salmon is a virtual scene rendering tools, and fltk loves to be combined to achieve the rich interface of cross-platform programming Salmon (their development)
- 2022-02-12 19:44:37下载
- 积分: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
-
4G寻址 4G寻址 4G寻址 4G寻址 4G寻址 4G寻址
4G寻址 4G寻址 4G寻址 4G寻址 4G寻址 4G寻址-4G addressable 4G addressable 4G addressable 4G addressable 4G addressable 4G addressable 4G addressable 4G addressable 4G addressable 4G addressable
- 2022-01-27 15:14:25下载
- 积分:1
-
实现一个简单的左键点击画圆的功能新手请大家
实现一个简单的左键点击画圆的功能新手请大家-Left-click the Circle
- 2022-02-05 14:30:26下载
- 积分:1
-
视图分割窗口
Views, Tabs and Splitters
- 2023-02-22 00:55:04下载
- 积分:1
-
吉林大学车辆工程考研资料,欢迎大家下载。欢迎大家提出意见。...
吉林大学车辆工程考研资料,欢迎大家下载。欢迎大家提出意见。-Jilin University vehicle engineering study section of the information, welcome you to download. Welcome to submit their views.
- 2023-05-26 20:35:04下载
- 积分:1
-
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。-A program of data structure,which named QINGJIUSHAO arithmetic.It also includes caculating method.
- 2022-01-22 12:43:27下载
- 积分:1
-
a small graphic of small programs.
一个小的利用图形化的小程序.-a small graphic of small programs.
- 2022-06-21 22:08:45下载
- 积分:1