下载频道> 资源分类> 编程语言> C源码> 实例153 获取CMOS密码

标题:实例153 获取CMOS密码
分享到:

所属分类: C源码 资源类型:程序源码 文件大小: 1.67 KB 上传时间: 2017-07-15 22:10:09 下载次数: 4 资源积分:1分 提 供 者: admin 实例153 获取CMOS密码
内容:
#include <stdio.h>
#include <dos.h>
void main() 
int n; 
char comspass; 
char temp=0; 
int result;
 
printf("\nThis program only is tested at win98 and award bios!!\n"); 
printf("The password of the cmos is:"); 
 
outportb(0x70,0x1d); 
comspass=inportb(0x71); 
for(n=6;n>=0;n-=2) 
{ temp=comspass;
temp>>=n; 
temp=temp&0x03; 
printf("%d",temp); 
 
outportb(0x70,0x1c); 
result=inportb(0x71); 
for(n=6;n>=0;n-=2) 
{ temp=comspass; 
temp>>=n; 
temp=temp&0x03; 
printf("%d",temp); 
}

文件列表(点击上边下载按钮,如果是垃圾文件请在下面评价差评或者投诉):

实例153 获取CMOS密码
实例153 获取CMOS密码\www.gusucode.com
实例153 获取CMOS密码\文件说明.txt
实例153 获取CMOS密码\www.gusucode.com.txt
实例153 获取CMOS密码\www.gusucode.com\153.C
实例153 获取CMOS密码\【谷速代码】-免费源码.url

关键词: 实例 密码

相关推荐

Top_arrow
回到顶部
联系方式| 版权声明| 招聘信息| 广告服务| 银行汇款| 法律顾问| 兼职技术| 付款方式| 关于我们|
网站客服网站客服 程序员兼职招聘 程序员兼职招聘
沪ICP备19040327号-3
公安备案号:沪公网安备 31011802003874号
库纳格流体控制系统(上海)有限公司 版权所有
Copyright © 1999-2014, GUSUCODE.COM, All Rights Reserved