-
C#语言实现的字符串比较,适合初学者对.net环境和C#的学习
C#语言实现的字符串比较,适合初学者对.net环境和C#的学习-C# language implementation of string comparison, suitable for beginners. Net learning environment and C#
- 2022-05-28 16:49:43下载
- 积分:1
-
说明游戏的文本文件大家快来去下栽吧!我是个新手
说明游戏的文本文件大家快来去下栽吧!我是个新手-Note the game Come to the U.S. text file下栽吧! I am a novice
- 2023-03-28 20:55:04下载
- 积分:1
-
this is the code for forum
this the code for um-this is the code for forum
- 2023-06-07 02:45:03下载
- 积分:1
-
主要用于复数类的计算,功能齐全,经过检验
主要用于复数类的计算,功能齐全,经过检验-Mainly used in the plural type of calculation, functional and tested
- 2023-06-17 13:15: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
-
任何 ocx VB6 mousewhell 支持控制 flexgrid listbox,更多
VB6鼠标滚轮支持任何OCX/控制,与简单的解决方案支持的MSFlexGrid,图片控制,组合控制,列表框控件,文本框,还有更多使用的WindowProc捕获WM_MOUSEWHEEL事件,这是由原始的VB6忽略,现在列表框,FlexGrid的,等等。支持滚动!
- 2022-05-07 20:23:37下载
- 积分:1
-
The ability to easily view the current system has been the process, you can see...
能够方便地查看当前系统已有的进程,可以完整的看到所有信息。。。好用-The ability to easily view the current system has been the process, you can see all the information complete. . . Use
- 2023-03-14 13:10:04下载
- 积分:1
-
用vc6.0写的一个dll,可以在vb中方便的使用一些数据类型变换的函数。...
用vc6.0写的一个dll,可以在vb中方便的使用一些数据类型变换的函数。-with vc6.0 write a dll, vb can easily use the data types transform function.
- 2022-03-22 15:33:53下载
- 积分:1
-
屏幕的捕捉VC实现方法
屏幕的捕捉VC实现方法-screen capture method VC
- 2022-05-15 22:28:40下载
- 积分:1
-
开发虚拟摄像头的SDK,分为C++和C#两部分
开发虚拟摄像头的SDK,分为C++和C#两部分-SDK for developing virtual camera
- 2022-03-25 17:06:58下载
- 积分:1